]> git.pld-linux.org Git - packages/dovecot.git/blame - dovecot-config.patch
- cleanup (non-existing patch)
[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.
7beb8988 24@@ -498,19 +498,19 @@
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 #
34 # This would write rawlogs into ~/dovecot.rawlog/ directory:
35- # mail_executable = /usr/libexec/dovecot/rawlog /usr/libexec/dovecot/imap
36+ # mail_executable = /usr/lib/dovecot/rawlog /usr/lib/dovecot/imap
37 #
38 # This would attach gdb into the imap process and write backtraces into
39 # /tmp/gdbhelper.* files:
40- # mail_executable = /usr/libexec/dovecot/gdbhelper /usr/libexec/dovecot/imap
41+ # mail_executable = /usr/lib/dovecot/gdbhelper /usr/lib/dovecot/imap
42 #
43- #mail_executable = /usr/libexec/dovecot/imap
44+ #mail_executable = /usr/lib/dovecot/imap
45
46 # Maximum IMAP command line length in bytes. Some clients generate very long
47 # command lines with huge mailboxes, so you may need to raise this if you get
7beb8988 48@@ -520,7 +520,7 @@
cd30e346
KK
49 # Support for dynamically loadable plugins. mail_plugins is a space separated
50 # list of plugins to load.
51 #mail_plugins =
52- #mail_plugin_dir = /usr/lib/dovecot/imap
ee0651ea 53+ #mail_plugin_dir = /usr/lib/dovecot/plugins/imap
cd30e346
KK
54
55 # Send IMAP capabilities in greeting message. This makes it unnecessary for
56 # clients to request it with CAPABILITY command, so it saves one round-trip.
7beb8988 57@@ -563,11 +563,11 @@
ee0651ea
KK
58
59 protocol pop3 {
60 # Login executable location.
61- #login_executable = /usr/libexec/dovecot/pop3-login
62+ #login_executable = /usr/lib/dovecot/pop3-login
63
64 # POP3 executable location. See IMAP's mail_executable above for examples
65 # how this could be changed.
66- #mail_executable = /usr/libexec/dovecot/pop3
67+ #mail_executable = /usr/lib/dovecot/pop3
68
69 # Don't try to set mails non-recent or seen with POP3 sessions. This is
70 # mostly intended to reduce disk I/O. With maildir it doesn't move files
7beb8988 71@@ -627,7 +627,7 @@
cd30e346
KK
72 # Support for dynamically loadable plugins. mail_plugins is a space separated
73 # list of plugins to load.
74 #mail_plugins =
75- #mail_plugin_dir = /usr/lib/dovecot/pop3
ee0651ea 76+ #mail_plugin_dir = /usr/lib/dovecot/plugins/pop3
cd30e346
KK
77
78 # Workarounds for various client bugs:
79 # outlook-no-nuls:
7beb8988 80@@ -655,7 +655,7 @@
cd30e346
KK
81 # Support for dynamically loadable plugins. mail_plugins is a space separated
82 # list of plugins to load.
83 #mail_plugins =
84- #mail_plugin_dir = /usr/lib/dovecot/lda
ee0651ea 85+ #mail_plugin_dir = /usr/lib/dovecot/plugins/lda
cd30e346
KK
86
87 # Binary to use for sending mails.
88 #sendmail_path = /usr/lib/sendmail
7beb8988 89@@ -669,7 +669,7 @@
ee0651ea
KK
90 ##
91
92 # Executable location
93-#auth_executable = /usr/libexec/dovecot/dovecot-auth
94+#auth_executable = /usr/lib/dovecot/dovecot-auth
95
96 # Set max. process size in megabytes.
97 #auth_process_size = 256
7beb8988 98Only in dovecot-1.0.0: dovecot-example.conf~
99Only in dovecot-1.0.0: dovecot-example.conf.orig
100Only in dovecot-1.0.0: dovecot-example.conf.rej
101Only in dovecot-1.0.0: dovecot-example.conf.rej~
This page took 0.059153 seconds and 4 git commands to generate.