Bind an ip address to Postfix as outgoing ip
Posted
by jack
on Server Fault
See other posts from Server Fault
or by jack
Published on 2010-03-16T15:16:53Z
Indexed on
2010/03/16
15:21 UTC
Read the original article
Hit count: 793
Is that possible to bind all available public ip addresses on a server to one Postfix instance as its outgoing ip pool and let it choose a random ip or specified ip from the pool each time it sends out an email?
If above is not possible, can it be configured to listen on one public ip address per instance and each time it delivers a message, it use the binded one as outgoing ip address.
© Server Fault or respective owner