]> git.pld-linux.org Git - packages/dovecot.git/blob - dovecot-config.patch
- up to 1.2.3
[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 @@ -537,20 +537,20 @@
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 user's ~/dovecot.rawlog/, if it exists:
35 -  #   mail_executable = /usr/libexec/dovecot/rawlog /usr/libexec/dovecot/imap
36 +  #   mail_executable = /usr/lib/dovecot/rawlog /usr/lib/dovecot/imap
37    # <doc/wiki/Debugging/Rawlog.txt>
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
49 @@ -520,7 +520,7 @@
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
54 +  #mail_plugin_dir = /usr/lib/dovecot/plugins/imap
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.
58 @@ -563,11 +563,11 @@
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
72 @@ -627,7 +627,7 @@
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
77 +  #mail_plugin_dir = /usr/lib/dovecot/plugins/pop3
78  
79    # Workarounds for various client bugs:
80    #   outlook-no-nuls:
81 @@ -655,7 +655,7 @@
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
86 +  #mail_plugin_dir = /usr/lib/dovecot/plugins/lda
87  
88    # Binary to use for sending mails.
89    #sendmail_path = /usr/lib/sendmail
90 @@ -669,7 +669,7 @@
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.176045 seconds and 3 git commands to generate.