]> git.pld-linux.org Git - packages/dovecot.git/blob - dovecot-config.patch
- updated
[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-03 03:02:58.131408746 +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 @@ -508,7 +508,7 @@
24    # Support for dynamically loadable plugins. mail_plugins is a space separated
25    # list of plugins to load.
26    #mail_plugins = 
27 -  #mail_plugin_dir = /usr/lib/dovecot/imap
28 +  #mail_plugin_dir = /usr/libexec/dovecot/plugins/imap
29  
30    # Send IMAP capabilities in greeting message. This makes it unnecessary for
31    # clients to request it with CAPABILITY command, so it saves one round-trip.
32 @@ -615,7 +615,7 @@
33    # Support for dynamically loadable plugins. mail_plugins is a space separated
34    # list of plugins to load.
35    #mail_plugins = 
36 -  #mail_plugin_dir = /usr/lib/dovecot/pop3
37 +  #mail_plugin_dir = /usr/libexec/dovecot/plugins/pop3
38  
39    # Workarounds for various client bugs:
40    #   outlook-no-nuls:
41 @@ -643,7 +643,7 @@
42    # Support for dynamically loadable plugins. mail_plugins is a space separated
43    # list of plugins to load.
44    #mail_plugins = 
45 -  #mail_plugin_dir = /usr/lib/dovecot/lda
46 +  #mail_plugin_dir = /usr/libexec/dovecot/plugins/lda
47  
48    # Binary to use for sending mails.
49    #sendmail_path = /usr/lib/sendmail
This page took 0.081947 seconds and 3 git commands to generate.