Christian Rohmann: > http://www.postfix.org/master.5.html does not state what happens if > there are multiple addresses behind the given host.
It binds to all the addresses for the name, provided that your getaddrinfo() syste, routine isn't crippled to return only one. On Linux need to make sure that your /etc/host.conf is configured to support multiple IP addresses per name. Wietse