On Thu, Feb 15, 2001 at 02:23:07PM +0100, Roger Abrahamsson wrote: > Anyone here know how to 'force' sendmail to bind to one specific ip on a > machine? I've just moved it, and it works fine but for one thing, it > stubbornly wants to use the primary ip/interface when sending messages > out. It's causing problems with a few customers firewalls...
Use the following line in sendmail.mc to only bind to a particular IP: define(`confDAEMON_OPTIONS', `Addr=203.43.87.56') Not sure if this is really what you want, because this will not allow you to receive mail on other interface IPs. Ross.