Re: [svn:qpsmtpd] r740 - in trunk: . lib/Qpsmtpd plugins

[email protected] (Matt Sergeant) Thu, 17 May 2007 18:30:45 -0400
Newsgroups perl.cvs.qpsmtpd
Message-ID <[email protected]>
On 17-May-07, at 6:27 PM, Ask Bj=F8rn Hansen wrote:

>
> On May 17, 2007, at 15:16, [email protected] wrote:
>
> +my $has_ipv6 =3D Qpsmtpd::TcpServer::has_ipv6;
>
> Does that work with the Apache and the async server?

Sort of :-)

It works in the sense that all has_ipv6() does is check the perl IPv6 =20=

libraries load. But -async (and I think Apache::*) has no support for =20=

ipv6.

> Also - I'm not entirely sure how it should work, but it seems like =20
> there are some opportunities for putting some of the "deal with IP =20
> addresses" stuff in as helper methods in Qpsmtpd::Plugin (or =20
> another "helper base class").

No, I think the way it's done is specific to TcpServer, mostly.

Matt.