|
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 (adil
adis.on.ca)
Date: Wed Nov 02 2005 - 11:18:55 CST
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]