Kammen van, Marco, Springer SBM NL: > Hi List, > > For one of our companies, we want to use a dedicated ip address for all their > outgoing mails. > So mail from @companyx.com goes out via 1.1.1.1 > > When looking for ways to do this I found the > sender_dependent_default_transport_maps. > > Would that be the right way to go?
Yes. You would combine this with an smtp-like transport in master.cf
that looks like:
smtp-for-companyx unix - - n - - smtp
-o smtp_bind_address=1.1.1.1
Wietse
