Dear Developers/Users, We want to load balance mails from the intranet to the postfix-relayserver-farm for outgoing traffic. Can we abuse A-records to load-balance in the same way MX-records have been designed?
A relay.example.com 192.168.0.1 A relay.example.com 192.168.0.2 We want to have the client load-balance between the two servers. And more important to skip to the second if one is not available anymore. Is this rfc compliant and can be seen as best practice? Honestly speaking is this something an administrator should do? :) Stefan