Johannes Nohl wrote: > Dear list, > > maybe someone here's a postfix guru. I have a problem which I don't > know if it's solvable at all. > > I have a machine running as mail server for several domains. Each > domain has its own IP. For each IP I can set up a reverse DNS entry. > > How can I configure postfix to send e-mail using different IPs > depending on sender domain?
You set up different outbound transports, eg. smtpdomain1, smtpdomain2 etc. For each one you assign an IP using the smtp_bind_address setting. Then you use a transport table to select the outbound transport depending on the domain. /Per Jessen, Zürich -- http://www.spamchek.com/ - your spam is our business. -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
