[Dovecot] 1.0-test75 and roadmap for v1.0

Brad brad at comstyle.com
Thu Jul 14 04:27:02 EEST 2005


On Tue, Jul 12, 2005 at 07:15:47PM +0300, Timo Sirainen wrote:
> On Thu, 2005-07-07 at 12:18 -0400, Brad wrote:
> > On Fri, Jul 01, 2005 at 01:29:53AM +0300, Timo Sirainen wrote:
> > > Probably after v1.0:
> > - Fix IPv6 support to not rely upon v4-mapped addresses
> 
> Did this mean that binding should listen in both v4 and v6 addresses, or
> something else? I already applied a patch containing this code, does it
> help?
> 
> 	/* if using IPv6, bind both on the IPv4 and IPv6 addresses */
> #ifdef IPV6_V6ONLY
> 	if (so.sin.sin_family == AF_INET6) {
> 		opt = 0;
> 		setsockopt(fd, IPPROTO_IPV6, IPV6_V6ONLY, &opt, sizeof(opt));
> 	}
> #endif

Dovecot still only creates a single socket.



More information about the dovecot mailing list