- update default settings to listen on both IPv4 and IPv6 instead of IPv6

only
This commit is contained in:
Dan Horák 2008-06-27 07:22:55 +00:00
parent 04e5887f9f
commit b166a49003
2 changed files with 6 additions and 3 deletions

View File

@ -26,7 +26,7 @@ diff -Nru dovecot-1.1.rc8.orig/dovecot-example.conf dovecot-1.1.rc8/dovecot-exam
# ..
# }
-#listen = *
+#listen = [::]
+#listen = *, [::]
# Disable LOGIN command and all other plaintext authentications unless
# SSL/TLS is used (LOGINDISABLED capability). Note that if the remote IP
@ -67,7 +67,7 @@ diff -Nru dovecot-1.1.rc8.orig/src/master/master-settings.c dovecot-1.1.rc8/src/
- MEMBER(protocols) "imap imaps",
- MEMBER(listen) "*",
+ MEMBER(protocols) "imap imaps pop3 pop3s",
+ MEMBER(listen) "[::]",
+ MEMBER(listen) "*, [::]",
MEMBER(ssl_listen) "",
MEMBER(ssl_disable) FALSE,

View File

@ -2,7 +2,7 @@ Summary: Dovecot Secure imap server
Name: dovecot
Epoch: 1
Version: 1.1.1
Release: 1%{?dist}
Release: 2%{?dist}
License: MIT and LGPLv2 and BSD with advertising
Group: System Environment/Daemons
@ -369,6 +369,9 @@ fi
%changelog
* Fri Jun 27 2008 Dan Horak <dan[at]danny.cz> - 1:1.1.1-2
- update default settings to listen on both IPv4 and IPv6 instead of IPv6 only
* Sun Jun 22 2008 Dan Horak <dan[at]danny.cz> - 1:1.1.1-1
- update to upstream version 1.1.1