aboutsummaryrefslogtreecommitdiff
path: root/mail/dovecot-devel/files/patch-dovecot-example.conf
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2005-10-20 20:55:00 +0000
committerPav Lucistnik <pav@FreeBSD.org>2005-10-20 20:55:00 +0000
commit836b3282e4bd66c552f5a06e84e5cb69ec1dfcd5 (patch)
tree6c9b7011406a26fdf335f5d54d0caf7d74da2d4e /mail/dovecot-devel/files/patch-dovecot-example.conf
parent9909d8c4e72f3bbe5aa46d150add5688479c6b1a (diff)
Notes
Diffstat (limited to 'mail/dovecot-devel/files/patch-dovecot-example.conf')
-rw-r--r--mail/dovecot-devel/files/patch-dovecot-example.conf39
1 files changed, 15 insertions, 24 deletions
diff --git a/mail/dovecot-devel/files/patch-dovecot-example.conf b/mail/dovecot-devel/files/patch-dovecot-example.conf
index 9ac68104b117..d0b5d1a16b22 100644
--- a/mail/dovecot-devel/files/patch-dovecot-example.conf
+++ b/mail/dovecot-devel/files/patch-dovecot-example.conf
@@ -1,5 +1,5 @@
---- dovecot-example.conf.orig Fri Jul 22 18:40:25 2005
-+++ dovecot-example.conf Fri Sep 9 00:02:06 2005
+--- dovecot-example.conf.orig Thu Oct 20 15:33:33 2005
++++ dovecot-example.conf Thu Oct 20 15:38:40 2005
@@ -7,7 +7,7 @@
# 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
@@ -32,7 +32,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
-+verbose_proctitle = no
++verbose_proctitle = yes
# Show protocol level SSL errors.
#verbose_ssl = no
@@ -60,16 +60,7 @@
# If you need to set multiple mailbox locations or want to change default
# namespace settings, you can do it by defining namespace sections:
-@@ -321,7 +321,7 @@
- # know any MUA which would modify mail files directly. IMAP protocol also
- # requires that the mails don't change, so it would be problematic in any case.
- # If you care about performance, enable it.
--#maildir_copy_with_hardlinks = no
-+maildir_copy_with_hardlinks = yes
-
- # Which locking methods to use for locking mbox. There's four available:
- # dotlock: Create <mailbox>.lock file. This is the oldest and most NFS-safe
-@@ -389,12 +389,12 @@
+@@ -391,12 +391,12 @@
protocol imap {
# Login executable location.
@@ -85,7 +76,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
-@@ -403,7 +403,7 @@
+@@ -405,7 +405,7 @@
# Support for dynamically loadable modules.
#mail_use_modules = no
@@ -94,7 +85,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.
-@@ -433,7 +433,7 @@
+@@ -435,7 +435,7 @@
# With mbox storage a mailbox can contain either mails or submailboxes,
# but not both. Thunderbird separates these two by forcing server to
# accept '/' suffix in mailbox names in subscriptions list.
@@ -103,7 +94,7 @@
}
##
-@@ -442,10 +442,10 @@
+@@ -444,10 +444,10 @@
protocol pop3 {
# Login executable location.
@@ -116,16 +107,16 @@
# 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
-@@ -475,7 +475,7 @@
- # Note that Outlook 2003 seems to have problems with %v.%u format which is
- # 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.
-- #pop3_uidl_format = %v.%u
+@@ -484,7 +484,7 @@
+ # installations. %08Xu%08Xv will be the new default, so use it for new
+ # installations.
+ #
+- #pop3_uidl_format =
+ pop3_uidl_format = %08Xu%08Xv
# POP3 logout format string:
# %t - number of TOP commands
-@@ -489,7 +489,7 @@
+@@ -498,7 +498,7 @@
# Support for dynamically loadable modules.
#mail_use_modules = no
@@ -134,7 +125,7 @@
# Workarounds for various client bugs:
# outlook-no-nuls:
-@@ -498,7 +498,7 @@
+@@ -507,7 +507,7 @@
# oe-ns-eoh:
# Outlook Express and Netscape Mail breaks if end of headers-line is
# missing. This option simply sends it if it's missing.
@@ -143,7 +134,7 @@
}
##
-@@ -506,7 +506,7 @@
+@@ -515,7 +515,7 @@
##
# Executable location