diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2007-01-07 23:50:55 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2007-01-07 23:50:55 +0000 |
commit | ed8027772f5b2412b1e5b42c1822731d60459bce (patch) | |
tree | df7b15d99242067ed05fe697a2e82f23edad1a41 /mail/dovecot/files/patch-dovecot-example.conf | |
parent | 3d912b8254ee4ea4d9ffe1f470b2636d33a141cc (diff) | |
download | ports-ed8027772f5b2412b1e5b42c1822731d60459bce.tar.gz ports-ed8027772f5b2412b1e5b42c1822731d60459bce.zip |
Notes
Diffstat (limited to 'mail/dovecot/files/patch-dovecot-example.conf')
-rw-r--r-- | mail/dovecot/files/patch-dovecot-example.conf | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/mail/dovecot/files/patch-dovecot-example.conf b/mail/dovecot/files/patch-dovecot-example.conf index dd1a83da7555..0e7fd3997388 100644 --- a/mail/dovecot/files/patch-dovecot-example.conf +++ b/mail/dovecot/files/patch-dovecot-example.conf @@ -1,5 +1,5 @@ ---- dovecot-example.conf.orig Tue Nov 7 20:12:29 2006 -+++ dovecot-example.conf Tue Nov 7 20:24:05 2006 +--- dovecot-example.conf.orig Wed Jan 3 23:19:41 2007 ++++ dovecot-example.conf Sun Jan 7 15:42:35 2007 @@ -9,7 +9,7 @@ # Default values are shown for each setting, it's not required to uncomment # any of the lines. Exception to this are paths, they're just examples with @@ -33,7 +33,7 @@ # Allow full filesystem access to clients. There's no access checks other than # what the operating system does for the active UID/GID. It works with both -@@ -295,6 +298,7 @@ +@@ -300,6 +303,7 @@ # IP address. Useful for seeing who are actually using the IMAP processes # (eg. shared mailboxes or if same uid is used for multiple accounts). #verbose_proctitle = no @@ -41,7 +41,7 @@ # Valid UID range for users, defaults to 500 and above. This is mostly # to make sure that users can't log in as daemons or other system users. -@@ -308,6 +312,7 @@ +@@ -313,6 +317,7 @@ # belongs to supplementary groups with non-valid GIDs, those groups are # not set. #first_valid_gid = 1 @@ -49,7 +49,7 @@ #last_valid_gid = 0 # Maximum number of running mail processes. When this limit is reached, -@@ -480,19 +485,19 @@ +@@ -489,19 +494,19 @@ protocol imap { # Login executable location. @@ -73,7 +73,7 @@ # 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 -@@ -502,7 +507,7 @@ +@@ -511,7 +516,7 @@ # Support for dynamically loadable plugins. mail_plugins is a space separated # list of plugins to load. #mail_plugins = @@ -82,7 +82,7 @@ # Send IMAP capabilities in greeting message. This makes it unnecessary for # clients to request it with CAPABILITY command, so it saves one round-trip. -@@ -534,6 +539,7 @@ +@@ -546,6 +551,7 @@ # accept '/' suffix in mailbox names in subscriptions list. # The list is space-separated. #imap_client_workarounds = outlook-idle @@ -90,7 +90,7 @@ } ## -@@ -542,11 +548,11 @@ +@@ -554,11 +560,11 @@ protocol pop3 { # Login executable location. @@ -104,7 +104,7 @@ # 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 -@@ -591,6 +597,7 @@ +@@ -604,6 +610,7 @@ # installations. # #pop3_uidl_format = @@ -112,7 +112,7 @@ # POP3 logout format string: # %t - number of TOP commands -@@ -605,7 +612,7 @@ +@@ -618,7 +625,7 @@ # Support for dynamically loadable plugins. mail_plugins is a space separated # list of plugins to load. #mail_plugins = @@ -121,7 +121,7 @@ # Workarounds for various client bugs: # outlook-no-nuls: -@@ -616,6 +623,7 @@ +@@ -629,6 +636,7 @@ # missing. This option simply sends it if it's missing. # The list is space-separated. #pop3_client_workarounds = @@ -129,7 +129,7 @@ } ## -@@ -633,10 +641,11 @@ +@@ -646,10 +654,11 @@ # Support for dynamically loadable plugins. mail_plugins is a space separated # list of plugins to load. #mail_plugins = @@ -142,7 +142,7 @@ # UNIX socket path to master authentication server to find users. #auth_socket_path = /var/run/dovecot/auth-master -@@ -647,7 +656,7 @@ +@@ -660,7 +669,7 @@ ## # Executable location |