Email to mutiple servers

dthompson

Well-Known Member
Nov 23, 2011
146
18
58
Canada
www.digitaltransitions.ca
So I'm not sure if this is possible.

I have 2 MX servers
I have 2 email server. 1 primary, 1 slave.
Both run on proxmox in HA. Both servers are on different storage arrays. So if the primary storage array fails, the secondary array would run.

What I'd like to know is in proxmox can I have a rule that allows me to deliver the same email to multiple different servers?

External email (joe@externaldomain.com) --> Firewall --> PMG --> (jane@internaldomain.com)- -> Server 1
|--> (jane@internaldomain.com) -->Server 2

I know certain other services allow for you to allow for all incoming emails to be copied to an archive server for delivery. This would be similar but would deliver to the different mail servers so there is always a copy on a backup server that can be flipped over to production if need be.
 
  • Like
Reactions: EDSON MARIO
I would consider keeping the backends in sync via some other means (e.g. replicate the MailDir storage - this can be done quite well with ZFS send+recv) - or let the mail-storage reside on a redundant distributed storage array (e.g. Ceph)

if you like to do this on the SMTP level (keep in mind that both copies could get out of sync if one of the servers reject a mail that the other on accepts...) - you could configure your Server 1 to send a copy to server 2