]> git.pld-linux.org Git - packages/dovecot.git/blame - dovecot-config.patch
- up to 1.2.15
[packages/dovecot.git] / dovecot-config.patch
CommitLineData
7beb8988 1diff -ur dovecot-1.0.0-o/dovecot-example.conf dovecot-1.0.0/dovecot-example.conf
2--- dovecot-1.0.0-o/dovecot-example.conf 2007-03-30 05:36:18.000000000 -0600
3+++ dovecot-1.0.0/dovecot-example.conf 2007-04-13 23:20:41.000000000 -0600
4@@ -91,8 +91,8 @@
3eaa3100
TO
5 # dropping root privileges, so keep the key file unreadable by anyone but
6 # root. Included doc/mkcert.sh can be used to easily generate self-signed
7 # certificate, just make sure to update the domains in dovecot-openssl.cnf
8-#ssl_cert_file = /etc/ssl/certs/dovecot.pem
9-#ssl_key_file = /etc/ssl/private/dovecot.pem
10+ssl_cert_file = /var/lib/openssl/certs/imap.pem
cd30e346 11+ssl_key_file = /var/lib/openssl/private/imap.pem
3eaa3100 12
cd30e346
KK
13 # If key file is password protected, give the password here. Alternatively
14 # give it when starting dovecot with -p parameter.
7beb8988 15@@ -138,7 +138,7 @@
16 # and don't use it anywhere else. The user must also belong to a group where
3eaa3100 17 # only it has access, it's used to control access for authentication process.
7beb8988 18 # Note that this user is NOT used to access mails. <doc/wiki/UserIds.txt>
3eaa3100 19-#login_user = dovecot
593ab754 20+login_user = dovecot
3eaa3100
TO
21
22 # Set max. process size in megabytes. If you don't use
23 # login_process_per_connection you might need to grow this.
d9e4e4b3 24@@ -537,20 +537,20 @@
ee0651ea
KK
25
26 protocol imap {
27 # Login executable location.
28- #login_executable = /usr/libexec/dovecot/imap-login
29+ #login_executable = /usr/lib/dovecot/imap-login
30
31 # IMAP executable location. Changing this allows you to execute other
32 # binaries before the imap process is executed.
33 #
d9e4e4b3 34 # This would write rawlogs into user's ~/dovecot.rawlog/, if it exists:
ee0651ea
KK
35- # mail_executable = /usr/libexec/dovecot/rawlog /usr/libexec/dovecot/imap
36+ # mail_executable = /usr/lib/dovecot/rawlog /usr/lib/dovecot/imap
d9e4e4b3 37 # <doc/wiki/Debugging/Rawlog.txt>
ee0651ea
KK
38 #
39 # This would attach gdb into the imap process and write backtraces into
40 # /tmp/gdbhelper.* files:
41- # mail_executable = /usr/libexec/dovecot/gdbhelper /usr/libexec/dovecot/imap
42+ # mail_executable = /usr/lib/dovecot/gdbhelper /usr/lib/dovecot/imap
43 #
44- #mail_executable = /usr/libexec/dovecot/imap
45+ #mail_executable = /usr/lib/dovecot/imap
46
47 # Maximum IMAP command line length in bytes. Some clients generate very long
48 # command lines with huge mailboxes, so you may need to raise this if you get
7beb8988 49@@ -520,7 +520,7 @@
cd30e346
KK
50 # Support for dynamically loadable plugins. mail_plugins is a space separated
51 # list of plugins to load.
52 #mail_plugins =
53- #mail_plugin_dir = /usr/lib/dovecot/imap
ee0651ea 54+ #mail_plugin_dir = /usr/lib/dovecot/plugins/imap
cd30e346
KK
55
56 # Send IMAP capabilities in greeting message. This makes it unnecessary for
57 # clients to request it with CAPABILITY command, so it saves one round-trip.
7beb8988 58@@ -563,11 +563,11 @@
ee0651ea
KK
59
60 protocol pop3 {
61 # Login executable location.
62- #login_executable = /usr/libexec/dovecot/pop3-login
63+ #login_executable = /usr/lib/dovecot/pop3-login
64
65 # POP3 executable location. See IMAP's mail_executable above for examples
66 # how this could be changed.
67- #mail_executable = /usr/libexec/dovecot/pop3
68+ #mail_executable = /usr/lib/dovecot/pop3
69
70 # Don't try to set mails non-recent or seen with POP3 sessions. This is
71 # mostly intended to reduce disk I/O. With maildir it doesn't move files
7beb8988 72@@ -627,7 +627,7 @@
cd30e346
KK
73 # Support for dynamically loadable plugins. mail_plugins is a space separated
74 # list of plugins to load.
75 #mail_plugins =
76- #mail_plugin_dir = /usr/lib/dovecot/pop3
ee0651ea 77+ #mail_plugin_dir = /usr/lib/dovecot/plugins/pop3
cd30e346
KK
78
79 # Workarounds for various client bugs:
80 # outlook-no-nuls:
7beb8988 81@@ -655,7 +655,7 @@
cd30e346
KK
82 # Support for dynamically loadable plugins. mail_plugins is a space separated
83 # list of plugins to load.
84 #mail_plugins =
85- #mail_plugin_dir = /usr/lib/dovecot/lda
ee0651ea 86+ #mail_plugin_dir = /usr/lib/dovecot/plugins/lda
cd30e346
KK
87
88 # Binary to use for sending mails.
89 #sendmail_path = /usr/lib/sendmail
7beb8988 90@@ -669,7 +669,7 @@
ee0651ea
KK
91 ##
92
93 # Executable location
94-#auth_executable = /usr/libexec/dovecot/dovecot-auth
95+#auth_executable = /usr/lib/dovecot/dovecot-auth
96
97 # Set max. process size in megabytes.
98 #auth_process_size = 256
This page took 0.085833 seconds and 4 git commands to generate.