OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
 
Re: Multiple instances of smtp and smtpd

From: Adi Linden (adiladis.on.ca)
Date: Wed Nov 02 2005 - 11:18:55 CST


Got my second instance of postfix running. Using this in one config

    inet_interfaces = 172.28.1.41

and this in the other config

    inet_interfaces = 172.28.1.51

works great.

But, smtp and lmtp still use 172.28.1.41 for mail leaving the server
regardless of which postifx instance they entered on.

I specified

    smtp_bind_address = 172.28.1.41
    lmtp_bind_address = 172.28.1.41

and

    smtp_bind_address = 172.28.1.51
    lmtp_bind_address = 172.28.1.51

in the respective main.cf but that did not cause my secondary postfix to
originate mail from 172.28.1.51.

Adi