On Fri, 2010-12-10 at 20:33 +0300, Michael Tokarev wrote:
> >  Starting IMAP/POP3 mail server: dovecotError: service(pop3-login): 
> > listen(::, 110) failed: Address already in use
> >  Error: service(pop3-login): listen(::, 995) failed: Address already in use
> >  Error: service(imap-login): listen(::, 143) failed: Address already in use
> >  Error: service(imap-login): listen(::, 993) failed: Address already in use
> 
> This happens because of the default "listen = *, ::".
> For some reason, when IPv6 is unavailable, it tries
> to create IPv4 socket for the second listening
> address, which obviously fails.  Using "listen = *"
> fixes that.

This fixes it: http://hg.dovecot.org/dovecot-2.0/rev/cde0d403c6ff





-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to