[Bug 6841] Spamd cannot listen to more than one IP address (or to v4/v6 at the same time)

2014-02-02 Thread bugzilla-daemon
https://issues.apache.org/SpamAssassin/show_bug.cgi?id=6841 --- Comment #14 from Mark Martinec mark.marti...@ijs.si --- (In reply to comment #8) What would still be desired is: - provide round-robin scheduling in a select() to avoid one busy socket monopolizing the server Btw, this has now

[Bug 6841] Spamd cannot listen to more than one IP address (or to v4/v6 at the same time)

2013-02-28 Thread bugzilla-daemon
https://issues.apache.org/SpamAssassin/show_bug.cgi?id=6841 --- Comment #13 from Mark Martinec mark.marti...@ijs.si --- trunk: related to Bug 6841: testing for PF_INET and PF_INET6 availability in spamd allows automatic choice of default protocol families for listen sockets (like on an

[Bug 6841] Spamd cannot listen to more than one IP address (or to v4/v6 at the same time)

2013-02-27 Thread bugzilla-daemon
https://issues.apache.org/SpamAssassin/show_bug.cgi?id=6841 --- Comment #12 from Mark Martinec mark.marti...@ijs.si --- trunk: related to Bug 6841: decouple choosing a Socket vs. Socket6 module from choosing an IO::Socket::{IP,INET6,INET} module, improve compatibility with old versions of

[Bug 6841] Spamd cannot listen to more than one IP address (or to v4/v6 at the same time)

2013-01-16 Thread bugzilla-daemon
https://issues.apache.org/SpamAssassin/show_bug.cgi?id=6841 Mark Martinec mark.marti...@ijs.si changed: What|Removed |Added Status|NEW |RESOLVED

[Bug 6841] Spamd cannot listen to more than one IP address (or to v4/v6 at the same time)

2012-10-10 Thread bugzilla-daemon
https://issues.apache.org/SpamAssassin/show_bug.cgi?id=6841 --- Comment #9 from Mark Martinec mark.marti...@ijs.si --- Created attachment 5098 -- https://issues.apache.org/SpamAssassin/attachment.cgi?id=5098action=edit Enables spamd to listen on multiple sockets: IPv6 or IPv4 or Unix sockets

[Bug 6841] Spamd cannot listen to more than one IP address (or to v4/v6 at the same time)

2012-10-03 Thread bugzilla-daemon
https://issues.apache.org/SpamAssassin/show_bug.cgi?id=6841 --- Comment #7 from Mark Martinec mark.marti...@ijs.si --- Really the thing that is needed for these issue is to change programs that have a 'one socket' concept into a list of sockets, and then it's easy. Getting there, brace

[Bug 6841] Spamd cannot listen to more than one IP address (or to v4/v6 at the same time)

2012-09-27 Thread bugzilla-daemon
https://issues.apache.org/SpamAssassin/show_bug.cgi?id=6841 Greg Troxel g...@ir.bbn.com changed: What|Removed |Added CC||g...@ir.bbn.com

[Bug 6841] Spamd cannot listen to more than one IP address (or to v4/v6 at the same time)

2012-09-27 Thread bugzilla-daemon
https://issues.apache.org/SpamAssassin/show_bug.cgi?id=6841 --- Comment #4 from Kevin A. McGrail kmcgr...@pccc.com --- Good comment on listserv from John Wilcock: The documentation for apache's Listen directive is actually very helpful in explaining the situation with regard to IPv4-mapped IPv6

[Bug 6841] Spamd cannot listen to more than one IP address (or to v4/v6 at the same time)

2012-09-27 Thread bugzilla-daemon
https://issues.apache.org/SpamAssassin/show_bug.cgi?id=6841 --- Comment #5 from Dan Mahoney sab...@gushi.org --- Greg, on the other hand, on my machine (FreeBSD by the way), with apache: %cd /usr/local/etc/apache22 %grep -Ri listen * httpd-webmail.conf:Listen 149.20.61.46:80

[Bug 6841] Spamd cannot listen to more than one IP address (or to v4/v6 at the same time)

2012-09-26 Thread bugzilla-daemon
https://issues.apache.org/SpamAssassin/show_bug.cgi?id=6841 Kevin A. McGrail kmcgr...@pccc.com changed: What|Removed |Added CC|

[Bug 6841] Spamd cannot listen to more than one IP address (or to v4/v6 at the same time)

2012-09-26 Thread bugzilla-daemon
https://issues.apache.org/SpamAssassin/show_bug.cgi?id=6841 Kevin A. McGrail kmcgr...@pccc.com changed: What|Removed |Added Target Milestone|Undefined |3.4.0

[Bug 6841] Spamd cannot listen to more than one IP address (or to v4/v6 at the same time)

2012-09-26 Thread bugzilla-daemon
https://issues.apache.org/SpamAssassin/show_bug.cgi?id=6841 Dan Mahoney sab...@gushi.org changed: What|Removed |Added CC||sab...@gushi.org