On Wed, 2008-10-08 at 22:08 +0200, Patrik Wallström wrote:
> On Oct 8, 2008, at 9:57 PM, Timo Sirainen wrote:
> 
> > On Wed, 2008-10-08 at 18:03 +0200, Patrik Wallström wrote:
> >> vic20$~>sudo lsof -i |grep imap
> >> dovecot    6503     root    5u  IPv6 64894021       TCP *:imaps  
> >> (LISTEN)
> >> imap-logi  6506  dovecot    1u  IPv6 64894021       TCP *:imaps  
> >> (LISTEN)
> >> imap-logi  6507  dovecot    1u  IPv6 64894021       TCP *:imaps  
> >> (LISTEN)
> >> imap-logi  6508  dovecot    1u  IPv6 64894021       TCP *:imaps  
> >> (LISTEN)
> >
> > That doesn't prove that it's not listening on IPv4:
> >
> > [EMAIL PROTECTED] ~% sudo lsof -i|grep imap
> > dovecot    5440     root    5u  IPv6 21636684       TCP *:imaps  
> > (LISTEN)
> > imap-logi  5443  dovecot    1u  IPv6 21636684       TCP *:imaps  
> > (LISTEN)
> >
> > [EMAIL PROTECTED] ~% telnet 127.0.0.1 imaps
> > Trying 127.0.0.1...
> > Connected to 127.0.0.1.
> > Escape character is '^]'.
> 
> Hm, yes, it works. When I do the same with ssh or named, it shows the  
> sockets for IPv4 and IPv6 separately.

Dovecot v1.1 also does that. With v1.0 it enables IPv4 and IPv6 using
the same socket (causing those annoying ::ffff:1.2.3.4 addresses to show
up and mess up things).

Attachment: signature.asc
Description: This is a digitally signed message part

Reply via email to