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