Hi,
IIRC you can use in sendmail.mc:
Code:
define(SMARTHOST `[realmailserver1.yourdomain.com]:[realmailserver2.yourdomain.com]')
One other thing you can try (if you manage the dns for the domain yourdomain.com) is to define a single smarthost, like:
Code:
define(SMARTHOST `realmailserver1.yourdomain.com')
and in the zone file use:
Code:
realmailserver1.yourdomain.com IN A 1.1.1.1
realmailserver1.yourdomain.com IN A 2.2.2.2
Regards