summaryrefslogtreecommitdiff
path: root/mail/dovecot/files/patch-dovecot-example.conf
diff options
context:
space:
mode:
authorXin LI <delphij@FreeBSD.org>2008-11-15 21:43:26 +0000
committerXin LI <delphij@FreeBSD.org>2008-11-15 21:43:26 +0000
commit5228433834badf1d89d1bde7e74a944207567aa8 (patch)
treee80d1288c49f774597c6db4a2ca5d6d59b5cf631 /mail/dovecot/files/patch-dovecot-example.conf
parentThis is a short script you can run from within an existing git (diff)
Update to 1.1.6.
PR: ports/128469 Submitted by: maintainer (see reply to the PR)
Diffstat (limited to 'mail/dovecot/files/patch-dovecot-example.conf')
-rw-r--r--mail/dovecot/files/patch-dovecot-example.conf33
1 files changed, 3 insertions, 30 deletions
diff --git a/mail/dovecot/files/patch-dovecot-example.conf b/mail/dovecot/files/patch-dovecot-example.conf
index ba0fe1984864..e6b5d4421dc0 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 2008-08-28 06:53:28.000000000 -0400
-+++ dovecot-example.conf 2008-08-28 06:53:28.000000000 -0400
+--- dovecot-example.conf.orig 2008-10-26 11:00:45.000000000 -0400
++++ dovecot-example.conf 2008-10-26 11:00:45.000000000 -0400
@@ -20,7 +20,7 @@
# Protocols we want to be serving: imap imaps pop3 pop3s
@@ -78,15 +78,6 @@
# When copying a message, try to preserve the base filename. Only if the
# destination mailbox already contains the same name (ie. the mail is being
-@@ -426,7 +426,7 @@
- # done only by looking at dovecot-uidlist file, so if something outside
- # Dovecot does similar filename preserving copies, you may run into problems.
- # NOTE: This setting requires maildir_copy_with_hardlinks = yes to work.
--#maildir_copy_preserve_filename = no
-+maildir_copy_preserve_filename = yes
-
- ##
- ## mbox-specific settings
@@ -533,7 +533,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.
@@ -105,15 +96,6 @@
}
##
-@@ -585,7 +585,7 @@
- # Support LAST command which exists in old POP3 specs, but has been removed
- # from new ones. Some clients still wish to use this though. Enabling this
- # makes RSET command clear all \Seen flags from messages.
-- #pop3_enable_last = no
-+ pop3_enable_last = yes
-
- # If mail has X-UIDL header, use it as the mail's UIDL.
- #pop3_reuse_xuidl = no
@@ -614,7 +614,7 @@
# Dovecot's default, so if you're building a new server it would be a good
# idea to change this. %08Xu%08Xv should be pretty fail-safe.
@@ -132,21 +114,12 @@
}
##
-@@ -667,7 +667,7 @@
-
- # If user is over quota, return with temporary failure instead of
- # bouncing the mail.
-- #quota_full_tempfail = no
-+ quota_full_tempfail = yes
-
- # Format to use for logging mail deliveries. You can use variables:
- # %$ - Delivery status message (e.g. "saved to INBOX")
@@ -736,7 +736,7 @@
# the standard variables here, eg. %Lu would lowercase the username, %n would
# drop away the domain if it was given, or "%n-AT-%d" would change the '@' into
# "-AT-". This translation is done after auth_username_translation changes.
-#auth_username_format =
-+auth_username_format = %Ln
++auth_username_format = %Lu
# If you want to allow master users to log in by specifying the master
# username within the normal username string (ie. not using SASL mechanism's