Author: charles Date: Sat Feb 3 02:23:34 2007 GMT Module: SOURCES Tag: HEAD ---- Log message: - updated
---- Files affected: SOURCES: dovecot-config.patch (1.3 -> 1.4) ---- Diffs: ================================================================ Index: SOURCES/dovecot-config.patch diff -u SOURCES/dovecot-config.patch:1.3 SOURCES/dovecot-config.patch:1.4 --- SOURCES/dovecot-config.patch:1.3 Sun Jun 18 12:52:13 2006 +++ SOURCES/dovecot-config.patch Sat Feb 3 03:23:29 2007 @@ -1,17 +1,17 @@ ---- dovecot/dovecot-example.conf.orig Tue Jul 8 15:05:39 2003 -+++ dovecot/dovecot-example.conf Tue Jul 8 15:14:56 2003 -@@ -33,8 +33,8 @@ +--- dovecot-1.0.rc21/dovecot-example.conf.orig 2007-02-02 12:17:48.000000000 +0100 ++++ dovecot-1.0.rc21/dovecot-example.conf 2007-02-03 03:02:58.131408746 +0100 +@@ -87,8 +87,8 @@ # dropping root privileges, so keep the key file unreadable by anyone but # root. Included doc/mkcert.sh can be used to easily generate self-signed # certificate, just make sure to update the domains in dovecot-openssl.cnf -#ssl_cert_file = /etc/ssl/certs/dovecot.pem -#ssl_key_file = /etc/ssl/private/dovecot.pem +ssl_cert_file = /var/lib/openssl/certs/imap.pem -+ssl_key_file = /var/lib/openssl/certs/imap.pem ++ssl_key_file = /var/lib/openssl/private/imap.pem - # SSL parameter file. Master process generates this file for login processes. - # It contains Diffie Hellman and RSA parameters. -@@ -92,7 +92,7 @@ + # If key file is password protected, give the password here. Alternatively + # give it when starting dovecot with -p parameter. +@@ -133,7 +133,7 @@ # only it has access, it's used to control access for authentication process. # Note that this user is NOT used to access mails. # http://wiki.dovecot.org/UserIds @@ -20,3 +20,30 @@ # Set max. process size in megabytes. If you don't use # login_process_per_connection you might need to grow this. +@@ -508,7 +508,7 @@ + # Support for dynamically loadable plugins. mail_plugins is a space separated + # list of plugins to load. + #mail_plugins = +- #mail_plugin_dir = /usr/lib/dovecot/imap ++ #mail_plugin_dir = /usr/libexec/dovecot/plugins/imap + + # Send IMAP capabilities in greeting message. This makes it unnecessary for + # clients to request it with CAPABILITY command, so it saves one round-trip. +@@ -615,7 +615,7 @@ + # Support for dynamically loadable plugins. mail_plugins is a space separated + # list of plugins to load. + #mail_plugins = +- #mail_plugin_dir = /usr/lib/dovecot/pop3 ++ #mail_plugin_dir = /usr/libexec/dovecot/plugins/pop3 + + # Workarounds for various client bugs: + # outlook-no-nuls: +@@ -643,7 +643,7 @@ + # Support for dynamically loadable plugins. mail_plugins is a space separated + # list of plugins to load. + #mail_plugins = +- #mail_plugin_dir = /usr/lib/dovecot/lda ++ #mail_plugin_dir = /usr/libexec/dovecot/plugins/lda + + # Binary to use for sending mails. + #sendmail_path = /usr/lib/sendmail ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SOURCES/dovecot-config.patch?r1=1.3&r2=1.4&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
