Questions tagged [e-mailrelay]

The tag has no usage guidance.

Filter by
Sorted by
Tagged with
0 votes
0 answers
7 views

What is meant by "Message sorting optimization records" in dovecot index?

Dovecot documentation here "https://doc.dovecot.org/developer_manual/design/indexes/index_file_format/#main-index" says that "Message sorting optimization records" are stored in ...
Ayush Gupta's user avatar
0 votes
0 answers
7 views

What is difference between uidvalidity and list index file in dovecot?

Dovecot's document notation says that uid-validity file store IMAP UID to filename mapping but it also says list.index file also store same. If it's so what is need of two files.
SUNITA GUPTA's user avatar
0 votes
1 answer
17 views

In postfix can I mention sender access map in client restriction?

It's a question out of curiosity rather than necessity. What should happen say I place sender access map inside smtpd_client_restrictions and also place client access map in smtpd_sender_restrictions ...
SUNITA GUPTA's user avatar
0 votes
1 answer
38 views

In postfix how parent_domain_matches_subdomains helps rejecting mail for subdomains?

Based on the standard configuration given in https://www.postfix.org/STANDARD_CONFIGURATION_README.html#firewall the parent_domain_matches_subdomains = debug_peer_list, smtpd_access_maps should help ...
SUNITA GUPTA's user avatar
1 vote
1 answer
87 views

Why is it advised to disable relayhost when hosting mail server behind firewall?

I am trying to setup an MTA. While reading documentation I came across "Standard Configuration" for Running Postfix behind a firewall. I am confused on this part: IMPORTANT: do not specify ...
SUNITA GUPTA's user avatar
1 vote
2 answers
35 views

Can I log when the message arrival rate exceeds the message delivery rate in postfix?

I am trying to implement a MTA, on reading documentation of the postfix I found a parameter 'in_flow_delay' whose description in sort says 'Time to pause before accepting a new message, when the ...
Ayush Gupta's user avatar
1 vote
1 answer
56 views

What difference does it make to implement a feature as policy service vs as milter in Postfix?

I am trying to implement MTA using Postfix. I am struck at how to implement standard services like SPF, DKIM etc. as well as some custom services. They can either be implemented as policy delegation ...
SUNITA GUPTA's user avatar
1 vote
0 answers
70 views

What are typically the headers which I should oversign?

I am trying to setup MTA using Postfix and using opendkim for dkim signing. When I went through opemdkim documentation it have a field which is named 'OversignHeaders' document describes it as: "...
Ayush Gupta's user avatar
3 votes
2 answers
225 views

What is difference between using smtp vs relay transport type in postfix?

I am trying to setup MTA which should submit different intranet mail gateways based on the recipient's domain. For that I thinks transport_maps in postfix should be setup for selective domains; if ...
SUNITA GUPTA's user avatar
2 votes
2 answers
123 views

How to restrict based on combined usage of sender email and client ip address in postfix?

I have a MTA (postfix) with sasl implemented. I want that for a subset of users I can map their email address to a particular range of ips (separate for each email user). If a user tries to send email ...
SUNITA GUPTA's user avatar
-1 votes
0 answers
23 views

How do I setup DNS for a local email server with a SMTP relay [migrated]

I'm trying to move my mail server (multi domain) to my home to increase security/privacy. Therefore I set up a local server and a SMTP relay (postfix) on a hosted VPS (because of static IP, etc.). ...
cpt_wonderful's user avatar
0 votes
1 answer
58 views

Postfix: Order of evaluation of `smtpd_client_restrictions`, `smtpd_helo_restrictions`, `smtpd_relay_restrictions` and `smtpd_recipient_restrictions`

In what order does Postfix > 2.10 evaluate the following directives? smtpd_client_restrictions smtpd_helo_restrictions smtpd_relay_restrictions smtpd_recipient_restrictions I read Postfix SMTP ...
user2690527's user avatar
0 votes
2 answers
158 views

Sendmail unable to email to specific domain

I have a server running Sendmail and is able to email to all domains except my company's email (company1.com). I have tested to sending to gmail and other email providers with no issues. Sendmail is ...
Nhan Nguyen's user avatar
0 votes
2 answers
532 views

Postfix relay to Office 365 - DNS configuration

To reduce the likeliness of email being flagged as SPAM, I believe these are the few things that should be done on email servers: Hostname resolves to a valid IP e.g. mail.example.com to 1.1.1.1 ...
supmethods's user avatar
0 votes
0 answers
41 views

what is required to setup on email server to accept relay email from postfix installed on diff VM

[ServerA+postfix] --relay email--> [mailserver+companydomain.com] --send email--> ([email protected]) I need to set up an email alert sent from ServerA to the intended recipients ...
user6354238's user avatar
0 votes
0 answers
69 views

Postfix relay error "mail for example.com loops back to myself"

Good afternoon. There is a mail server (smtp relay) on ubuntu 22.04. This is the core of the server. There are mail accounts on Google Workspace, and the transfer of outgoing letters from these ...
Tarik's user avatar
  • 1
0 votes
0 answers
789 views

Unable to send emails from Postfix via Gmail (connect to smtp.google.com: Connection timed out)

I want to configure a Ubuntu Linode VPS to send log information from Fail2Ban, Apache ModSecurity and other monitoring tools to my email address. However, I don't want to configure a whole email sever:...
LeperAffinity666's user avatar
1 vote
1 answer
195 views

Long established installation of postfix has become an open relay; how can I figure out how and stop it?

This server system has been serving email services since Red Hat v 1.1 (circa 1997 I think) and now is on Fedora Core 37; through many hardware and OS updates along the way it has been kept current. ...
Richard T's user avatar
  • 1,242
0 votes
0 answers
48 views

Postfix Restrict Relay Domains Per User

I have a postfix server configured to relay for either mynetworks or sasl_authenticated clients. I would like to limit a sasl_autenticated client to send to a single domain. It looks like I might be ...
TurboAAA's user avatar
0 votes
2 answers
280 views

Multiple mail server from different provider for one domain is possible?

I have searched in google before asking here. I got a mixed answer in google. Can i have a multiple MX record from different mail providers? Example, Zoho Mail [email protected] [email protected] ...
Mehul Kumar's user avatar
-1 votes
2 answers
772 views

Inetmgr6.exe missing on Windows server 2022, SMTP relay still working

4 months ago, I have in-place upgraded a 2K8R2 server to 2K22. It had the SMTP relay function, and this feature is still working on Server 2022. (I did the export-import function to get the settings ...
Fragobar's user avatar
1 vote
0 answers
440 views

How to prevent outgoing mails in postfix (or a mailcow instance)?

I want to use mailcow as an isolated mail server, so it's not supposed to send mails to the outside. The goal is to allow open registration on the mail server, and users should be able to communicate ...
missytake's user avatar
0 votes
1 answer
291 views

How to configure Exim4 to relay emails from authenticated users in various locations

I have a Debian cloud server with Exim4 running and serving emails with DMARC, SPF, and DKIM properly set up. I can ssh into the server and send and receive encrypted emails successfully. Dovecot is ...
Jeff12's user avatar
  • 3
7 votes
2 answers
1k views

Why and how would I transmit emails via several Mail Transfer Agents?

I read in some Mail-Relay explanation that emails can be delivered from the sender's MTA to the recipient's MTA via more MTAs. How does it work (I thought, the sender's MTA simply determines the ...
reetscav's user avatar
0 votes
0 answers
79 views

Peer to peer asynchronous delivery with postfix?

I want to privately peer-to-peer send emails between me and my friend's self hosted personal email servers. How can I make sure a message from me (A) gets delivered to my friend (B), if me and my ...
keyandthegate's user avatar
0 votes
1 answer
837 views

Why is email sent from my AWS SES server cannot arrive on corporate-domain email, but arrive on mail service such as Gmail?

The summary: email from SES did not arrive at user's corp domain email. email from SES arrives at my corp domain email but is hosted at Gmail. email from my private Gmail arrives at user's corp ...
Chen Li Yong's user avatar
1 vote
2 answers
341 views

How can I use E-Mailrelay to implement DKIM?

I am trying to add DKIM to an existing windows server which is currently using IIS SMTP for outgoing mail. It seems like this could be done by using E-Mailrelay. Unfortunately I could not find any ...
Adrian Grigore's user avatar