On Tue, 2009-09-29 at 19:10 +0530, ram wrote: > On Tue, 2009-09-29 at 07:57 -0300, Postfix User wrote: > > On Tue, 2009-09-29 at 14:28 +0530, ram wrote: > > > On Tue, 2009-09-29 at 00:58 -0300, Postfix User wrote: > > > > I'm having an issue getting the smtp client to bind to an aliased IP > > > > address. > > > > > > > > > > What am I missing? > > > > > > I dont think there is anything. You are probably already meeting your > > > requirement > > > > > > > As I've confirmed that it's not, any other suggestions? > > > smtp bind works fine. > Trace the mail in the logs. Probably enable verbose logging for smtp > Did you see any error line that says could not bind to <ip>
First thing I did was an egrep '(warning|error|fatal|panic):' on the mail logs, nothing relevant seen. I'll try turning on verbose logging and look for clues. I've since implemented an iptables SNAT rule as a temporary workaround as I really needed this working this morning. I doubt this will interfere with the verbose logging output. What exactly is it I should be looking for? --