Re: [Exim] IPv6 ?

Top Page
Delete this message
Reply to this message
Author: Lionel Elie Mamane
Date:  
To: Robert L. Harris
CC: Exim Users
Subject: Re: [Exim] IPv6 ?
On Thu, Feb 13, 2003 at 12:28:33PM -0500, Robert L. Harris wrote:

> I just recompiled my linux 2.4.20 kernel to support IPv6, with the
> latest patches, etc.


You probably mean the USAGI patches.

> Looks great except that exim didn't start.


Known bug, corrected in the development version, fix will be in the
next release.

In the meantime, just add this to the main section of your config
file:

local_interfaces = <; ::

(or if you want to listen only on the loop-back interface,
local_interfaces = <; ::1
)


References:

http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=179149
http://www.exim.org/pipermail/exim-users/Week-of-Mon-20030127/049194.html

--
Lionel