I want to get IPv6 support in a qmail installation. I can get tcpserver v6-enabled so qmail can accept v6 connections, but what about the sending (client) half? Does qmail's code need knowledge of address formats at all in order to log trace information, server or client?
Cheers,
Sabahattin
--
Posted automagically by a mail2news gateway at muc.de e.V.
Please direct questions, flames, donations, etc. to news-...@muc.de
On 02/06/2010 12:11 PM, Sabahattin Gucukoglu wrote:
> I want to get IPv6 support in a qmail installation. I can get tcpserver v6-enabled so qmail can accept v6 connections, but what about the sending (client) half? Does qmail's code need knowledge of address formats at all in order to log trace information, server or client?
>
>
I recently enabled IPv6 for my qmail server. Enabling ipv6 in tcpserver
is only half the battle. To send email to IPv6 hosts, qmail needs to
support IPv6 addresses internally and know how to look up AAAA records
from DNS. There is a patch:
http://member.wide.ad.jp/~fujiwara/qmail-1.03-v6-20021006.diff
that does this.
I've written a series of articles about my experiences here:
http://www.brandonturner.net/blog/2009/08/qmail-ipv6/
I use John Simpson's patch, and thus the articles are targeted towards
his combined patch, but you may still find it useful.
Brandon
> Hi all,
>
> I want to get IPv6 support in a qmail installation. I can get tcpserver v6-enabled so qmail can accept v6 connections, but what about the sending (client) half? Does qmail's code need knowledge of address formats at all in order to log trace information, server or client?
Somewhat this is odd choice. Use Postfix. Postfix is perfact for IPv6. I
don't think qmail's IPv6 features is stable.
Sincerely,
--
"If you wanta talk to me, get me on Pop's special phone but don't call me
unless it's really important."
-- Santino Corleone, "Chapter 2", page 85
Yes, indeed, it is looking very much like the eventual solution. Or Courier; that is very qmail-like but has IPv6. Or XMail.
I wish qmail were actually maintained properly though, then we wouldn't get this nonsense. I like it, just like I like artifacts of computing history, but feel strongly I must have IPv6. It's making using it on my binary-only distribution quite hard. A friend of mine just left qmail bound for Postfix, now I understand why. But qmail has a lot going for it, it's simple and not overkill, that even Postfix isn't now with its 400+ useless conf variables and its awkward master process ...
Ah, well. Thanks anyway.
Cheers,
Sabahattin