Package: qmail-src Version: 1.03-38 Sendmail definitely supports IPv6, and I strongly suspect Postfix does as well. This makes Qmail the unusual one in /not/ supportting IPv6. Given the increasing prevalence of support, I'd suggest either documenting the lack of support or including the Qmail IPv6 patch.
Qmail IPv6 patch is at: http://pyon.org/fujiwara/qmail-1.03-v6-20021006.diff 828cfdbdc8f43dd62f518dbefc5258f3 There is one problematic interaction, mainly with the 0.0.0.0 patch, resolved with: -----8<-----------------------------------------------------------8<----- --- ipme.c.orig Fri Sep 2 16:06:03 2005 +++ ipme.c Fri Sep 2 16:08:56 2005 @@ -65,7 +65,8 @@ /* 0.0.0.0 is a special address which always refers to * "this host, this network", according to RFC 1122, Sec. 3.2.1.3a. */ - byte_copy(&ix.ip,4,"\0\0\0\0"); + ix.af = AF_INET; + byte_copy(&ix.addr.ip,4,"\0\0\0\0"); if (!ipalloc_append(&ipme,&ix)) { return 0; } if ((s = socket(AF_INET,SOCK_STREAM,0)) == -1) return -1; -----8<-----------------------------------------------------------8<----- -- (\___(\___(\______ --=> 8-) EHM <=-- ______/)___/)___/) \BS ( | [EMAIL PROTECTED] PGP 8881EF59 | ) / \_CS\ | _____ -O #include <stddisclaimer.h> O- _____ | / _/ \___\_|_/82 04 A1 3C C7 B1 37 2A*E3 6E 84 DA 97 4C 40 E6\_|_/___/ -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]