]> git.pld-linux.org Git - packages/dovecot.git/commitdiff
- updated
authorKarol Krenski <charles@pld-linux.org>
Sat, 3 Feb 2007 02:23:29 +0000 (02:23 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    dovecot-config.patch -> 1.4

dovecot-config.patch

index 180189d84605ab2a069ef327a2e4a2ced4f53e52..311dfec2509aaf04594bf90011bfbc6d2cdb3dc1 100644 (file)
@@ -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
  
  # 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
This page took 0.125912 seconds and 4 git commands to generate.