dovecot-2.0-sslstream: example-config: Plugin setting updates.

dovecot at dovecot.org dovecot at dovecot.org
Sat Feb 13 02:55:25 EET 2010


details:   http://hg.dovecot.org/dovecot-2.0-sslstream/rev/7ddd6d3315a0
changeset: 10142:7ddd6d3315a0
user:      Timo Sirainen <tss at iki.fi>
date:      Thu Oct 22 19:16:47 2009 -0400
description:
example-config: Plugin setting updates.

diffstat:

4 files changed, 6 insertions(+), 9 deletions(-)
doc/example-config/conf.d/imap.conf |    4 +---
doc/example-config/conf.d/lda.conf  |    4 +---
doc/example-config/conf.d/mail.conf |    3 +++
doc/example-config/conf.d/pop3.conf |    4 +---

diffs (56 lines):

diff -r 0893112306d1 -r 7ddd6d3315a0 doc/example-config/conf.d/imap.conf
--- a/doc/example-config/conf.d/imap.conf	Thu Oct 22 19:12:27 2009 -0400
+++ b/doc/example-config/conf.d/imap.conf	Thu Oct 22 19:16:47 2009 -0400
@@ -12,10 +12,8 @@ protocol imap {
   # NOTE: The username is compared case-sensitively.
   #mail_max_userip_connections = 10
 
-  # Support for dynamically loadable plugins. mail_plugins is a space separated
-  # list of plugins to load.
+  # Space separated list of plugins to load.
   #mail_plugins = 
-  #mail_plugin_dir = /usr/lib/dovecot
 
   # IMAP logout format string:
   #  %i - total number of bytes read from client
diff -r 0893112306d1 -r 7ddd6d3315a0 doc/example-config/conf.d/lda.conf
--- a/doc/example-config/conf.d/lda.conf	Thu Oct 22 19:12:27 2009 -0400
+++ b/doc/example-config/conf.d/lda.conf	Thu Oct 22 19:16:47 2009 -0400
@@ -25,8 +25,6 @@ postmaster_address = postmaster at example.
 #rejection_reason = Your message to <%t> was automatically rejected:%n%r
 
 protocol lda {
-  # Support for dynamically loadable plugins. mail_plugins is a space separated
-  # list of plugins to load.
+  # Space separated list of plugins to load.
   #mail_plugins = 
-  #mail_plugin_dir = /usr/lib/dovecot
 }
diff -r 0893112306d1 -r 7ddd6d3315a0 doc/example-config/conf.d/mail.conf
--- a/doc/example-config/conf.d/mail.conf	Thu Oct 22 19:12:27 2009 -0400
+++ b/doc/example-config/conf.d/mail.conf	Thu Oct 22 19:16:47 2009 -0400
@@ -196,6 +196,9 @@
 # UNIX socket path to master authentication server to find users.
 # This is used by imap (for shared users) and lda.
 #auth_socket_path = /var/run/dovecot/auth-userdb
+
+# Directory where to look up mail plugins.
+#mail_plugin_dir = /usr/lib/dovecot
 
 ##
 ## Mailbox handling optimizations
diff -r 0893112306d1 -r 7ddd6d3315a0 doc/example-config/conf.d/pop3.conf
--- a/doc/example-config/conf.d/pop3.conf	Thu Oct 22 19:12:27 2009 -0400
+++ b/doc/example-config/conf.d/pop3.conf	Thu Oct 22 19:16:47 2009 -0400
@@ -58,10 +58,8 @@ protocol pop3 {
   # NOTE: The username is compared case-sensitively.
   #mail_max_userip_connections = 3
 
-  # Support for dynamically loadable plugins. mail_plugins is a space separated
-  # list of plugins to load.
+  # Space separated list of plugins to load.
   #mail_plugins = 
-  #mail_plugin_dir = /usr/lib/dovecot
 
   # Workarounds for various client bugs:
   #   outlook-no-nuls:


More information about the dovecot-cvs mailing list