How to setup a some sort of backup for an email server?
Posted: 26 Apr 2017 11:25
just thinking out loud asking for general feedback on how others handle this issue.
The scenario is this:
- small company
- EFA appliance in the office
- MX record points to a static IP we get from our ISP which points to EFA
- EFA relays incoming emails to an Exchange server on premises
- Exchange relays outgoing emails to EFA which then sends them out
- the firewall masks outgoing SMTP with a fixed IP which has proper RDNS setup
Problem:
- yesterday we lost internet access for 8h
- after 2h I had a backup solution setup
- no incoming emails the whole time as the MX record was pointing to the IP of the ISP which was down
- outgoing emails were sometimes refused as I had to remove the IP masking so emails went out through an ISP without proper RDNS
Not sure how to prevent this in future. I could setup a second ISP with a fixed IP then setup a second MX which points to this IP, and have the firewall also route all SMTP coming in through this IP to EFA. The only manual step would be to change the masking with a static IP for outgoing SMTP when the 1st ISP is down to the Ip of the 2nd ISP.
The limiting factor is my current IP has no more free ports so I can't add another ISP right now
Alternatively, would it be possible to have a second EFA instance on the net then connect some sort of webmailer i.e. roundcube so employees can read7write emails on this second EFA instance in case of an outage? of course the 2nd EFA wil automatically send the emails to the main one once the ISP is up again.
The scenario is this:
- small company
- EFA appliance in the office
- MX record points to a static IP we get from our ISP which points to EFA
- EFA relays incoming emails to an Exchange server on premises
- Exchange relays outgoing emails to EFA which then sends them out
- the firewall masks outgoing SMTP with a fixed IP which has proper RDNS setup
Problem:
- yesterday we lost internet access for 8h
- after 2h I had a backup solution setup
- no incoming emails the whole time as the MX record was pointing to the IP of the ISP which was down
- outgoing emails were sometimes refused as I had to remove the IP masking so emails went out through an ISP without proper RDNS
Not sure how to prevent this in future. I could setup a second ISP with a fixed IP then setup a second MX which points to this IP, and have the firewall also route all SMTP coming in through this IP to EFA. The only manual step would be to change the masking with a static IP for outgoing SMTP when the 1st ISP is down to the Ip of the 2nd ISP.
The limiting factor is my current IP has no more free ports so I can't add another ISP right now

Alternatively, would it be possible to have a second EFA instance on the net then connect some sort of webmailer i.e. roundcube so employees can read7write emails on this second EFA instance in case of an outage? of course the 2nd EFA wil automatically send the emails to the main one once the ISP is up again.