Magellan Linux

Contents of /trunk/dovecot/patches/dovecot-1.2.10-magellan-defaults-ip4a6.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1004 - (show annotations) (download)
Thu Mar 4 17:02:17 2010 UTC (14 years, 2 months ago) by niro
File size: 964 byte(s)
-more config patches

1 diff -Naur dovecot-1.2.10/dovecot-example.conf dovecot-1.2.10-magellan/dovecot-example.conf
2 --- dovecot-1.2.10/dovecot-example.conf 2010-03-04 17:51:00.000000000 +0100
3 +++ dovecot-1.2.10-magellan/dovecot-example.conf 2010-03-04 17:51:44.000000000 +0100
4 @@ -35,7 +35,7 @@
5 # listen = *:10100
6 # ..
7 # }
8 -#listen = [::]
9 +#listen = *, [::]
10
11 # Disable LOGIN command and all other plaintext authentications unless
12 # SSL/TLS is used (LOGINDISABLED capability). Note that if the remote IP
13 diff -Naur dovecot-1.2.10/src/master/master-settings.c dovecot-1.2.10-magellan/src/master/master-settings.c
14 --- dovecot-1.2.10/src/master/master-settings.c 2010-03-04 17:51:00.000000000 +0100
15 +++ dovecot-1.2.10-magellan/src/master/master-settings.c 2010-03-04 17:52:10.000000000 +0100
16 @@ -179,7 +179,7 @@
17
18 /* general */
19 MEMBER(protocols) "imap imaps pop3 pop3s",
20 - MEMBER(listen) "[::]",
21 + MEMBER(listen) "*, [::]",
22 MEMBER(ssl_listen) "",
23
24 MEMBER(ssl) "yes",