This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Failover MX-Scenario

Hello
I am currently thinking about implementing a fallback scenario for our mail-server.

Currently we are using two uplinks with static addresses. One is used for mail (via Multipath rule). The MX record points to an A record which resolves to this static address.

What I now want is the following:
mydomain.de MX 1 mail1.mydomain.de
                      MX 10 mail2.mydomain.de

mail1.mydomain.de A 
mail2.mydomain.de A 

The fallback line is configured for standby, so its down while the other line is up. If I understand MX-records correctly, this config would ALWAYS refer to mail1.mydomain.de unless mail1.mydomain.de is unreachable right?

So that would be a working Failover scenario that would also make sure that my domain doesn't get blacklisted due to wrong sender address right?

Thanks for you guys double-checking


This thread was automatically locked due to age.
Parents
  • Yes, if you wanted more of a load-balancing approach for received mail, you could have two A records for the same FQDN.  That would solve your FCrDNS issue, too.

    You can prioritize outbound email with a Multipathing rule binding SMTP to the primary interface.  The 100/0 weighting accomplishes that, too.

    Cheers - Bob
     
    Sophos UTM Community Moderator
    Sophos Certified Architect - UTM
    Sophos Certified Engineer - XG
    Gold Solution Partner since 2005
    MediaSoft, Inc. USA
Reply
  • Yes, if you wanted more of a load-balancing approach for received mail, you could have two A records for the same FQDN.  That would solve your FCrDNS issue, too.

    You can prioritize outbound email with a Multipathing rule binding SMTP to the primary interface.  The 100/0 weighting accomplishes that, too.

    Cheers - Bob
     
    Sophos UTM Community Moderator
    Sophos Certified Architect - UTM
    Sophos Certified Engineer - XG
    Gold Solution Partner since 2005
    MediaSoft, Inc. USA
Children
No Data