4 Aug
2010
4 Aug
'10
5:51 p.m.
On Wed, 2010-08-04 at 16:47 +0200, Peer Heinlein wrote:
Restarting mail server: dovecotError: service(imap-login): listen(::, 143) failed: Address already in use .. But it's working with "listen = *":
root@mail-archiv:/etc/dovecot# doveconf | grep ^listen listen = * root@mail-archiv:/etc/dovecot# /etc/init.d/dovecot restart Restarting mail server: dovecot.
Does "listen = *" also make it listen on IPv6? Sounds like you've enabled some "IPv6 binds listen for IPv4 too" feature. What OS is this? Does compiling this program give the "blah" error on your system?
#include
#ifdef IPV6_V6ONLY # error blah #endif