Page 1 of 1

Dovecot failed: Address family not supported by protocol

Posted: Sun Mar 27, 2016 10:51 am
by mister_v
Hello,

I get the following error message in my logs /var/log/mail.err

Code: Select all

failed: Address family not supported by protocol
How do I fix it?

Re: Dovecot failed: Address family not supported by protocol

Posted: Sun Mar 27, 2016 10:53 am
by chris
it means that Dovecot is trying to bind to an IPv6 interface, but your system doesn't support IPv6.
The solution is to tell Dovecot to only listen on an IPv4 interface. You can do this by adding the following to the very top of your /etc/dovecot.conf file

Code: Select all

listen = *
instead of

Code: Select all

listen = *, ::