]> git.pld-linux.org Git - packages/dovecot.git/blob - dovecot-config.patch
- outdated
[packages/dovecot.git] / dovecot-config.patch
1 diff -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 @@
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
11 +ssl_key_file = /var/lib/openssl/private/imap.pem
12  
13  # If key file is password protected, give the password here. Alternatively
14  # give it when starting dovecot with -p parameter.
15 @@ -138,7 +138,7 @@
16  # and don't use it anywhere else. The user must also belong to a group where
17  # only it has access, it's used to control access for authentication process.
18  # Note that this user is NOT used to access mails. <doc/wiki/UserIds.txt>
19 -#login_user = dovecot
20 +login_user = dovecot
21  
22  # Set max. process size in megabytes. If you don't use
23  # login_process_per_connection you might need to grow this.
24 @@ -498,19 +498,19 @@
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
48 @@ -520,7 +520,7 @@
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
53 +  #mail_plugin_dir = /usr/lib/dovecot/plugins/imap
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.
57 @@ -563,11 +563,11 @@
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
71 @@ -627,7 +627,7 @@
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
76 +  #mail_plugin_dir = /usr/lib/dovecot/plugins/pop3
77  
78    # Workarounds for various client bugs:
79    #   outlook-no-nuls:
80 @@ -655,7 +655,7 @@
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
85 +  #mail_plugin_dir = /usr/lib/dovecot/plugins/lda
86  
87    # Binary to use for sending mails.
88    #sendmail_path = /usr/lib/sendmail
89 @@ -669,7 +669,7 @@
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
This page took 0.072288 seconds and 3 git commands to generate.