SOURCES: dovecot-config.patch - changed dirs to FHS-compliant

charles charles at pld-linux.org
Mon Feb 5 02:27:56 CET 2007


Author: charles                      Date: Mon Feb  5 01:27:55 2007 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- changed dirs to FHS-compliant

---- Files affected:
SOURCES:
   dovecot-config.patch (1.4 -> 1.5) 

---- Diffs:

================================================================
Index: SOURCES/dovecot-config.patch
diff -u SOURCES/dovecot-config.patch:1.4 SOURCES/dovecot-config.patch:1.5
--- SOURCES/dovecot-config.patch:1.4	Sat Feb  3 03:23:29 2007
+++ SOURCES/dovecot-config.patch	Mon Feb  5 02:27:50 2007
@@ -1,5 +1,5 @@
 --- 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
++++ dovecot-1.0.rc21/dovecot-example.conf	2007-02-05 02:12:05.942962919 +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
@@ -20,21 +20,59 @@
  
  # Set max. process size in megabytes. If you don't use
  # login_process_per_connection you might need to grow this.
+@@ -486,19 +486,19 @@
+ 
+ protocol imap {
+   # Login executable location.
+-  #login_executable = /usr/libexec/dovecot/imap-login
++  #login_executable = /usr/lib/dovecot/imap-login
+ 
+   # IMAP executable location. Changing this allows you to execute other
+   # binaries before the imap process is executed.
+   #
+   # This would write rawlogs into ~/dovecot.rawlog/ directory:
+-  #   mail_executable = /usr/libexec/dovecot/rawlog /usr/libexec/dovecot/imap
++  #   mail_executable = /usr/lib/dovecot/rawlog /usr/lib/dovecot/imap
+   #
+   # This would attach gdb into the imap process and write backtraces into
+   # /tmp/gdbhelper.* files:
+-  #   mail_executable = /usr/libexec/dovecot/gdbhelper /usr/libexec/dovecot/imap
++  #   mail_executable = /usr/lib/dovecot/gdbhelper /usr/lib/dovecot/imap
+   #
+-  #mail_executable = /usr/libexec/dovecot/imap
++  #mail_executable = /usr/lib/dovecot/imap
+ 
+   # Maximum IMAP command line length in bytes. Some clients generate very long
+   # command lines with huge mailboxes, so you may need to raise this if you get
 @@ -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
++  #mail_plugin_dir = /usr/lib/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.
+@@ -551,11 +551,11 @@
+ 
+ protocol pop3 {
+   # Login executable location.
+-  #login_executable = /usr/libexec/dovecot/pop3-login
++  #login_executable = /usr/lib/dovecot/pop3-login
+ 
+   # POP3 executable location. See IMAP's mail_executable above for examples
+   # how this could be changed.
+-  #mail_executable = /usr/libexec/dovecot/pop3
++  #mail_executable = /usr/lib/dovecot/pop3
+ 
+   # Don't try to set mails non-recent or seen with POP3 sessions. This is
+   # mostly intended to reduce disk I/O. With maildir it doesn't move files
 @@ -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
++  #mail_plugin_dir = /usr/lib/dovecot/plugins/pop3
  
    # Workarounds for various client bugs:
    #   outlook-no-nuls:
@@ -43,7 +81,16 @@
    # list of plugins to load.
    #mail_plugins = 
 -  #mail_plugin_dir = /usr/lib/dovecot/lda
-+  #mail_plugin_dir = /usr/libexec/dovecot/plugins/lda
++  #mail_plugin_dir = /usr/lib/dovecot/plugins/lda
  
    # Binary to use for sending mails.
    #sendmail_path = /usr/lib/sendmail
+@@ -657,7 +657,7 @@
+ ##
+ 
+ # Executable location
+-#auth_executable = /usr/libexec/dovecot/dovecot-auth
++#auth_executable = /usr/lib/dovecot/dovecot-auth
+ 
+ # Set max. process size in megabytes.
+ #auth_process_size = 256
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SOURCES/dovecot-config.patch?r1=1.4&r2=1.5&f=u



More information about the pld-cvs-commit mailing list