https://issues.apache.org/SpamAssassin/show_bug.cgi?id=6841
--- Comment #8 from Mark Martinec <[email protected]> --- Ok, here comes the biggie: Bug 6841 - Spamd cannot listen to more than one IP address (or to v4/v6 at the same time) Sending lib/Mail/SpamAssassin/Util/DependencyInfo.pm Sending spamd/spamd.raw Committed revision 1396626. - allows spamd to listen on multiple sockets - adds spamd options -4 and -6 to prefer one or the other protocol - widens the syntax of a spamd option --listen (alias -i) to accept any type of a socket (its IPv4/IPv6 address or a host name (with possibly multiple addresses), or a Unix socket) along with an optional port number to override the global default --port or --ssl-port option - uses module IO::Socket::IP if available, otherwise falls back to IO::Socket::INET6, or else to IO::Socket::INET What would still be desired is: - provide round-robin scheduling in a select() to avoid one busy socket monopolizing the server - extend the use of IO::Socket::IP to the async DNS resolver and to a plugin like DCC -- You are receiving this mail because: You are the assignee for the bug.
