GMH77
asked on
Split incomming e-mails to two different servers
I would like to split incoming e-mails to two different servers.
The reason is because we are installing a new server and we would like this server to recive all incoming mails for a while before we turn of the old e-mail server.
Is it possible to split the all incoming e-mails? So Postfix will send the same mail to both the new and the old??
The reason is because we are installing a new server and we would like this server to recive all incoming mails for a while before we turn of the old e-mail server.
Is it possible to split the all incoming e-mails? So Postfix will send the same mail to both the new and the old??
ASKER CERTIFIED SOLUTION
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
After reading the documentation I believe so. As mentioned I haven't done this myself, but yes it will take one inbound email from lets say user@hotmail.com and it is destined for joe@domain.com
As long as both email servers Exchange 2007 & alternative linux server are set to accept email for domain.com you shouldn't have an issue. All incoming emails for joe@domain.com will be sent to both mail servers.
Your /etc/postfix/virtual file should look something like:
domain.com exchange.domain.com, linux.domain.com
As long as both email servers Exchange 2007 & alternative linux server are set to accept email for domain.com you shouldn't have an issue. All incoming emails for joe@domain.com will be sent to both mail servers.
Your /etc/postfix/virtual file should look something like:
domain.com exchange.domain.com, linux.domain.com
ASKER
So this will make all emails delivered to company *@domain.com delivered to both serveres.
In our case this is an Exchange 2007 and another Linux server that we want emails to be delivered to.
It is important that all incomming emails gets delivered to both servers