aboutsummaryrefslogtreecommitdiffstats
path: root/mail/dovecot/files/patch-dovecot-example.conf
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2004-06-22 02:56:29 +0800
committerPav Lucistnik <pav@FreeBSD.org>2004-06-22 02:56:29 +0800
commit6a759404fb1a25afc4901f1f3c805dfc25b602a8 (patch)
tree29b33e871526102366a06aac9ab0ec57386e7936 /mail/dovecot/files/patch-dovecot-example.conf
parent854e78391e4e19d9090ee0a03319d99ef5e1c9d5 (diff)
downloadfreebsd-ports-6a759404fb1a25afc4901f1f3c805dfc25b602a8.tar.gz
freebsd-ports-6a759404fb1a25afc4901f1f3c805dfc25b602a8.tar.zst
freebsd-ports-6a759404fb1a25afc4901f1f3c805dfc25b602a8.zip
- Update to 0.99.10.6
- Introduce MYSQL knob PR: ports/68169 Submitted by: Robin Breathe <robin@isometry.net> (maintainer)
Notes
Notes: svn path=/head/; revision=111944
Diffstat (limited to 'mail/dovecot/files/patch-dovecot-example.conf')
-rw-r--r--mail/dovecot/files/patch-dovecot-example.conf56
1 files changed, 26 insertions, 30 deletions
diff --git a/mail/dovecot/files/patch-dovecot-example.conf b/mail/dovecot/files/patch-dovecot-example.conf
index 95b0d407fd9f..bb8f5ee3d8ec 100644
--- a/mail/dovecot/files/patch-dovecot-example.conf
+++ b/mail/dovecot/files/patch-dovecot-example.conf
@@ -1,11 +1,11 @@
---- dovecot-example.conf.orig Sat May 29 16:56:16 2004
-+++ dovecot-example.conf Sat May 29 17:08:35 2004
+--- dovecot-example.conf.orig Fri Jun 18 19:25:31 2004
++++ dovecot-example.conf Mon Jun 21 11:15:52 2004
@@ -7,11 +7,11 @@
# --with-ssldir=/etc/ssl
# Base directory where to store runtime data.
-#base_dir = /var/run/dovecot/
-+base_dir = /var/dovecot
++base_dir = /var/dovecot/
# Protocols we want to be serving:
# imap imaps pop3 pop3s
@@ -37,10 +37,10 @@
# How often to regenerate the SSL parameters file. Generation is quite CPU
# intensive operation. The value is in hours, 0 disables regeneration
-@@ -67,11 +67,11 @@
- # Directory where authentication process places authentication UNIX sockets
+@@ -68,11 +68,11 @@
# which login needs to be able to connect to. The sockets are created when
- # running as root, so you don't have to worry about permissions.
+ # running as root, so you don't have to worry about permissions. Note that
+ # everything in this directory is deleted when Dovecot is started.
-#login_dir = /var/run/dovecot/login
+login_dir = /var/dovecot/login
@@ -51,7 +51,7 @@
##
-@@ -81,12 +81,12 @@
+@@ -82,12 +82,12 @@
login = imap
# Executable location.
@@ -66,7 +66,7 @@
# Set max. process size in megabytes. If you don't use
# login_process_per_connection you might need to grow this.
-@@ -126,7 +126,7 @@
+@@ -127,7 +127,7 @@
login = pop3
# Exception to above rule being the executable location.
@@ -75,7 +75,7 @@
##
## Mail processes
-@@ -139,10 +139,10 @@
+@@ -140,7 +140,7 @@
# Show more verbose process titles (in ps). Currently shows user name and
# IP address. Useful for seeing who are actually using the IMAP processes
# (eg. shared mailboxes or if same uid is used for multiple accounts).
@@ -83,12 +83,8 @@
+verbose_proctitle = yes
# Show protocol level SSL errors.
--#verbose_ssl = no
-+verbose_ssl = yes
-
- # 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.
-@@ -155,7 +155,7 @@
+ #verbose_ssl = no
+@@ -156,7 +156,7 @@
# non-valid GID as primary group ID aren't allowed to log in. If user
# belongs to supplementary groups with non-valid GIDs, those groups are
# not set.
@@ -96,8 +92,8 @@
+first_valid_gid = 0
#last_valid_gid = 0
- # ':' separated list of directories under which chrooting is allowed for mail
-@@ -164,7 +164,7 @@
+ # Grant access to these extra groups for mail processes. Typical use would be
+@@ -169,7 +169,7 @@
# WARNING: Never add directories here which local users can modify, that
# may lead to root exploit. Usually this should be done only if you don't
# allow shell access for users. See doc/configuration.txt for more information.
@@ -106,16 +102,16 @@
# Default chroot directory for mail processes. This can be overridden by
# giving /./ in user's home directory (eg. /home/./user chroots into /home).
-@@ -187,7 +187,7 @@
- # mbox:~/mail/:INBOX=/var/mail/%u
- # mbox:/var/mail/%d/%n/:INDEX=/var/indexes/%d/%n
+@@ -192,7 +192,7 @@
+ # default_mail_env = mbox:~/mail/:INBOX=/var/mail/%u
+ # default_mail_env = mbox:/var/mail/%d/%n/:INDEX=/var/indexes/%d/%n
#
-#default_mail_env =
+default_mail_env = mbox:/var/mail/%u
# Space-separated list of fields to cache for all mails. Currently these
# fields are allowed followed by a list of commands they speed up:
-@@ -232,7 +232,7 @@
+@@ -237,7 +237,7 @@
# arrives in half a hour, Dovecot closes the connection. This is still
# fine, except Outlook doesn't connect back so you don't see if new mail
# arrives.
@@ -124,7 +120,7 @@
# Dovecot can notify client of new mail in selected mailbox soon after it's
# received. This setting specifies the minimum interval in seconds between
-@@ -257,7 +257,7 @@
+@@ -262,7 +262,7 @@
# Save mails with CR+LF instead of plain LF. This makes sending those mails
# take less CPU, especially with sendfile() syscall with Linux and FreeBSD.
# But it also creates a bit more disk I/O which may just make it slower.
@@ -133,7 +129,7 @@
# Use mmap() instead of read() to read mail files. read() seems to be a bit
# faster with my Linux/x86 and it's better with NFS, so that's the default.
-@@ -269,7 +269,7 @@
+@@ -281,7 +281,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.
@@ -142,7 +138,7 @@
# Check if mails' content has been changed by external programs. This slows
# down things as extra stat() needs to be called for each file. If changes are
-@@ -288,7 +288,7 @@
+@@ -300,7 +300,7 @@
# with is important to avoid deadlocks if other MTAs/MUAs are using both fcntl
# and flock. Some operating systems don't allow using both of them
# simultaneously, eg. BSDs. If dotlock is used, it's always created first.
@@ -151,7 +147,7 @@
# Should we create dotlock file even when we want only a read-lock? Setting
# this to yes hurts the performance when the mailbox is accessed simultaneously
-@@ -318,7 +318,7 @@
+@@ -330,7 +330,7 @@
##
# Executable location
@@ -160,7 +156,7 @@
# Set max. process size in megabytes. Most of the memory goes to mmap()ing
# files, so it shouldn't harm much even if this limit is set pretty high.
-@@ -326,14 +326,14 @@
+@@ -338,14 +338,14 @@
# Support for dynamically loadable modules.
#imap_use_modules = no
@@ -173,11 +169,11 @@
# Executable location
-#pop3_executable = /usr/libexec/dovecot/pop3
-+#pop3_executable = %%PREFIX%%/libexec/dovecot/pop3
++pop3_executable = %%PREFIX%%/libexec/dovecot/pop3
# Set max. process size in megabytes. Most of the memory goes to mmap()ing
# files, so it shouldn't harm much even if this limit is set pretty high.
-@@ -341,7 +341,7 @@
+@@ -353,7 +353,7 @@
# Support for dynamically loadable modules.
#pop3_use_modules = no
@@ -186,7 +182,7 @@
##
## Authentication processes
-@@ -390,9 +390,9 @@
+@@ -403,9 +403,9 @@
# vpopmail: vpopmail authentication
# ldap <config path>: LDAP, see doc/dovecot-ldap.conf
# pgsql <config path>: a PostgreSQL database, see doc/dovecot-pgsql.conf
@@ -198,7 +194,7 @@
# Set max. process size in megabytes.
#auth_process_size = 256
-@@ -421,7 +421,7 @@
+@@ -436,7 +436,7 @@
# More verbose logging. Useful for figuring out why authentication isn't
# working.