Barney Desmond: > This is what we thought *should* work, but apparently it doesn't. I'd > love to be told that it actually works. > > 1. Add an extra smtp service to master.cf: > > smtphotmail inet n - - - - smtpd > -o smtp_bind_address=1.1.1.2 > > 2. Add a transport mapping for the destination > > hotmail.com smtphotmail: > > 3. Run postmap over the transport file and reload (or restart) postfix > to pick up the changes. > > The smtp_bind_address apparently can't be set in this manner, though > I've never found out the reason for it.
Not if you're behind a NAT firewall. Otherwise, if you want this resolved, reporting one-line config file fragments is not sufficient. Instead, show "postconf -n" and "postman -q hotmail.com" output, the complete transport definition, and logging. Wietse