Sunday, August 16, 2015

email - Automatic E-mail forwarding

I have two E-mail servers. Primary Exchange 2007 mail server is in my organisation, and secondary E-mail server is hosted on Google using Google Apps. Sometimes, our primary mail server goes down, and all our mail is sent on Google servers. What I want to do is to automatically forward (or resend) all E-mail messages from secondary mail server to our primary mail server when primary mail server goes up, so users don't have to go on gmail account.

No comments:

Post a Comment

linux - How to SSH to ec2 instance in VPC private subnet via NAT server

I have created a VPC in aws with a public subnet and a private subnet. The private subnet does not have direct access to external network. S...