Your message dated Mon, 22 Mar 2010 21:48:18 -0500
with message-id <ff2001c2-c57c-4334-8dfe-50bbeecfc...@debian.org>
and subject line No TCP listeners in qmail
has caused the Debian Bug report #326415,
regarding Please support IPv6 or Advertise lack
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
326415: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=326415
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
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 (    |         e...@gremlin.m5p.com PGP 8881EF59         |    )   /
  \_CS\   |  _____  -O #include <stddisclaimer.h> O-   _____  |   /  _/
    \___\_|_/82 04 A1 3C C7 B1 37 2A*E3 6E 84 DA 97 4C 40 E6\_|_/___/




--- End Message ---
--- Begin Message ---
There are no TCP listeners in the qmail package.  The TCP layer is handled by 
another package.  I would be more than happy to add IPV6, but since it doesn't 
have any TCP listeners, it is not possible.

Cheers!

Jon

--- End Message ---

Reply via email to