diff options
author | shaun <shaun@FreeBSD.org> | 2006-11-08 09:12:17 +0800 |
---|---|---|
committer | shaun <shaun@FreeBSD.org> | 2006-11-08 09:12:17 +0800 |
commit | cda22439f14d006e5d0d5c097f663d47d4ccd3bd (patch) | |
tree | ffab2d72bd311ae4525d29f6e63715869e91fa0b /mail/dovecot/files | |
parent | 0ed22493f6df2fb68f77db09b0023d41dd1f2503 (diff) | |
download | freebsd-ports-gnome-cda22439f14d006e5d0d5c097f663d47d4ccd3bd.tar.gz freebsd-ports-gnome-cda22439f14d006e5d0d5c097f663d47d4ccd3bd.tar.zst freebsd-ports-gnome-cda22439f14d006e5d0d5c097f663d47d4ccd3bd.zip |
Update to 1.0rc12. [1]
This version fixes the bug mentioned in ports/105170.
PR: ports/105274 [1], ports/105170 (related) [2]
Submitted by: Robin Breathe <robin@isometry.net> (maintainer) [1],
Roger Marquis <marquis@roble.com> [2]
Diffstat (limited to 'mail/dovecot/files')
-rw-r--r-- | mail/dovecot/files/patch-dovecot-example.conf | 36 |
1 files changed, 18 insertions, 18 deletions
diff --git a/mail/dovecot/files/patch-dovecot-example.conf b/mail/dovecot/files/patch-dovecot-example.conf index d658b54c46fc..dd1a83da7555 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 Sun Oct 15 22:12:31 2006 -+++ dovecot-example.conf Mon Oct 16 23:14:19 2006 +--- dovecot-example.conf.orig Tue Nov 7 20:12:29 2006 ++++ dovecot-example.conf Tue Nov 7 20:24:05 2006 @@ -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 @@ -17,15 +17,15 @@ # IP or host address where to listen in for connections. It's not currently # possible to specify multiple addresses. "*" listens in all IPv4 interfaces. -@@ -195,6 +196,7 @@ - # default_mail_env = mbox:/var/mail/%d/%n/:INDEX=/var/indexes/%d/%n +@@ -205,6 +206,7 @@ + # http://wiki.dovecot.org/MailLocation # - #default_mail_env = -+default_mail_env = mbox:~/mail/:INBOX=/var/mail/%u + #mail_location = ++mail_location = mbox:~/mail/:INBOX=/var/mail/%u # If you need to set multiple mailbox locations or want to change default # namespace settings, you can do it by defining namespace sections: -@@ -238,6 +240,7 @@ +@@ -248,6 +250,7 @@ # Grant access to these extra groups for mail processes. Typical use would be # to give "mail" group write access to /var/mail to be able to create dotlocks. #mail_extra_groups = @@ -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 -@@ -285,6 +288,7 @@ +@@ -295,6 +298,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. -@@ -298,6 +302,7 @@ +@@ -308,6 +312,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, -@@ -470,19 +475,19 @@ +@@ -480,19 +485,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 -@@ -492,7 +497,7 @@ +@@ -502,7 +507,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. -@@ -524,6 +529,7 @@ +@@ -534,6 +539,7 @@ # accept '/' suffix in mailbox names in subscriptions list. # The list is space-separated. #imap_client_workarounds = outlook-idle @@ -90,7 +90,7 @@ } ## -@@ -532,11 +538,11 @@ +@@ -542,11 +548,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 -@@ -581,6 +587,7 @@ +@@ -591,6 +597,7 @@ # installations. # #pop3_uidl_format = @@ -112,7 +112,7 @@ # POP3 logout format string: # %t - number of TOP commands -@@ -595,7 +602,7 @@ +@@ -605,7 +612,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: -@@ -606,6 +613,7 @@ +@@ -616,6 +623,7 @@ # missing. This option simply sends it if it's missing. # The list is space-separated. #pop3_client_workarounds = @@ -129,7 +129,7 @@ } ## -@@ -623,10 +631,11 @@ +@@ -633,10 +641,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 -@@ -637,7 +646,7 @@ +@@ -647,7 +656,7 @@ ## # Executable location |