diff options
Diffstat (limited to 'mail/dovecot/patches/patch-ab')
-rw-r--r-- | mail/dovecot/patches/patch-ab | 27 |
1 files changed, 13 insertions, 14 deletions
diff --git a/mail/dovecot/patches/patch-ab b/mail/dovecot/patches/patch-ab index 097bfa9bc25..0c7b94b4cc8 100644 --- a/mail/dovecot/patches/patch-ab +++ b/mail/dovecot/patches/patch-ab @@ -1,16 +1,15 @@ -$NetBSD: patch-ab,v 1.9 2006/02/06 17:28:09 ghen Exp $ +$NetBSD: patch-ab,v 1.10 2006/02/10 12:20:56 tv Exp $ ---- dovecot-example.conf.orig 2006-02-06 16:39:00.000000000 +0100 +--- dovecot-example.conf.orig 2006-02-02 16:31:21.000000000 -0500 +++ dovecot-example.conf -@@ -5,17 +5,14 @@ - # value inside quotes, eg.: key = "# char and trailing whitespace " +@@ -6,16 +6,14 @@ # Default values are shown after each value, it's not required to uncomment --# any of the lines. Exception to this are paths, they're just examples + # any of the lines. Exception to this are paths, they're just examples -# with real defaults being based on configure options. The paths listed here -# are for configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var -# --with-ssldir=/etc/ssl -+# any of the lines. ++# with real defaults being based on configure options. # Base directory where to store runtime data. #base_dir = /var/run/dovecot/ @@ -22,7 +21,7 @@ $NetBSD: patch-ab,v 1.9 2006/02/06 17:28:09 ghen Exp $ # IP or host address where to listen in for connections. It's not currently # possible to specify multiple addresses. "*" listens in all IPv4 interfaces. -@@ -31,7 +28,7 @@ +@@ -31,7 +29,7 @@ #ssl_listen = # Disable SSL/TLS support. @@ -31,7 +30,7 @@ $NetBSD: patch-ab,v 1.9 2006/02/06 17:28:09 ghen Exp $ # PEM encoded X.509 SSL/TLS certificate and private key. They're opened before # dropping root privileges, so keep the key file unreadable by anyone but -@@ -420,19 +417,19 @@ +@@ -420,19 +418,19 @@ protocol imap { # Login executable location. @@ -55,7 +54,7 @@ $NetBSD: patch-ab,v 1.9 2006/02/06 17:28:09 ghen Exp $ # Maximum IMAP command line length in bytes. Some clients generate very long # command lines with huge mailboxes, so you may need to raise this if you get -@@ -441,7 +438,7 @@ protocol imap { +@@ -441,7 +439,7 @@ protocol imap { # Support for dynamically loadable modules. #mail_use_modules = no @@ -64,7 +63,7 @@ $NetBSD: patch-ab,v 1.9 2006/02/06 17:28:09 ghen Exp $ # Send IMAP capabilities in greeting message. This makes it unnecessary for # clients to request it with CAPABILITY command, so it saves one round-trip. -@@ -481,10 +478,10 @@ protocol imap { +@@ -481,10 +479,10 @@ protocol imap { protocol pop3 { # Login executable location. @@ -77,7 +76,7 @@ $NetBSD: patch-ab,v 1.9 2006/02/06 17:28:09 ghen Exp $ # Don't try to set mails non-recent or seen with POP3 sessions. This is # mostly intended to reduce disk I/O. With maildir it doesn't move files -@@ -535,7 +532,7 @@ protocol pop3 { +@@ -535,7 +533,7 @@ protocol pop3 { # Support for dynamically loadable modules. #mail_use_modules = no @@ -86,7 +85,7 @@ $NetBSD: patch-ab,v 1.9 2006/02/06 17:28:09 ghen Exp $ # Workarounds for various client bugs: # outlook-no-nuls: -@@ -553,7 +550,7 @@ protocol pop3 { +@@ -553,7 +551,7 @@ protocol pop3 { ## # Executable location @@ -95,7 +94,7 @@ $NetBSD: patch-ab,v 1.9 2006/02/06 17:28:09 ghen Exp $ # Set max. process size in megabytes. #auth_process_size = 256 -@@ -642,7 +639,7 @@ auth default { +@@ -642,7 +640,7 @@ auth default { # Note that PAM can only be used to verify if user's password is correct, # so it can't be used as userdb. If you don't want to use a separate user # database (passwd usually), you can use static userdb. @@ -104,7 +103,7 @@ $NetBSD: patch-ab,v 1.9 2006/02/06 17:28:09 ghen Exp $ # [session=yes] [cache_key=<key>] [<service name>] # # session=yes makes Dovecot open and immediately close PAM session. Some -@@ -666,13 +663,13 @@ auth default { +@@ -666,13 +664,13 @@ auth default { # args = session=yes * # args = cache_key=%u dovecot #args = dovecot |