The following issue has been SUBMITTED. ====================================================================== http://www.dbmail.org/mantis/view.php?id=857 ====================================================================== Reported By: paul Assigned To: paul ====================================================================== Project: DBMail Issue ID: 857 Category: General Reproducibility: always Severity: crash Priority: high Status: assigned target: ====================================================================== Date Submitted: 29-Aug-10 20:19 CEST Last Modified: 29-Aug-10 20:19 CEST ====================================================================== Summary: using bind=* will crash on accept Description:
When using bind=* and connecting on ipv4 dbmail will crash. To work around use #bindip = 0.0.0.0 # IPv4 only - all IP's #bindip = :: # IPv4 and IPv6 - all IP's (linux) #bindip = :: # IPv6 only - all IP's (BSD) #bindip = 0.0.0.0,:: # IPv4 and IPv6 - all IP's (BSD) the code needs to be fixed to accept '*' as meaning '0.0.0.0'. ====================================================================== Issue History Date Modified Username Field Change ====================================================================== 29-Aug-10 20:19 paul New Issue 29-Aug-10 20:19 paul Status new => assigned 29-Aug-10 20:19 paul Assigned To => paul ====================================================================== _______________________________________________ Dbmail-dev mailing list [email protected] http://mailman.fastxs.nl/cgi-bin/mailman/listinfo/dbmail-dev
