diff -Naur dovecot-1.2.10/dovecot-example.conf dovecot-1.2.10-magellan/dovecot-example.conf --- dovecot-1.2.10/dovecot-example.conf 2010-03-04 17:51:00.000000000 +0100 +++ dovecot-1.2.10-magellan/dovecot-example.conf 2010-03-04 17:51:44.000000000 +0100 @@ -35,7 +35,7 @@ # listen = *:10100 # .. # } -#listen = [::] +#listen = *, [::] # Disable LOGIN command and all other plaintext authentications unless # SSL/TLS is used (LOGINDISABLED capability). Note that if the remote IP diff -Naur dovecot-1.2.10/src/master/master-settings.c dovecot-1.2.10-magellan/src/master/master-settings.c --- dovecot-1.2.10/src/master/master-settings.c 2010-03-04 17:51:00.000000000 +0100 +++ dovecot-1.2.10-magellan/src/master/master-settings.c 2010-03-04 17:52:10.000000000 +0100 @@ -179,7 +179,7 @@ /* general */ MEMBER(protocols) "imap imaps pop3 pop3s", - MEMBER(listen) "[::]", + MEMBER(listen) "*, [::]", MEMBER(ssl_listen) "", MEMBER(ssl) "yes",