dovecot-1.3: dovecot-example.conf: Fixed mail_plugin_dir defaults.
dovecot at dovecot.org
dovecot at dovecot.org
Mon Apr 13 23:23:06 EEST 2009
details: http://hg.dovecot.org/dovecot-1.3/rev/748c0741b25b
changeset: 9096:748c0741b25b
user: Timo Sirainen <tss at iki.fi>
date: Mon Apr 13 16:23:01 2009 -0400
description:
dovecot-example.conf: Fixed mail_plugin_dir defaults.
diffstat:
1 file changed, 3 insertions(+), 3 deletions(-)
dovecot-example.conf | 6 +++---
diffs (30 lines):
diff -r 93dc8f46b4af -r 748c0741b25b dovecot-example.conf
--- a/dovecot-example.conf Mon Apr 13 16:20:54 2009 -0400
+++ b/dovecot-example.conf Mon Apr 13 16:23:01 2009 -0400
@@ -566,7 +566,7 @@ protocol imap {
# 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/lib/dovecot
# IMAP logout format string:
# %i - total number of bytes read from client
@@ -676,7 +676,7 @@ protocol pop3 {
# 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/lib/dovecot
# Workarounds for various client bugs:
# outlook-no-nuls:
@@ -726,7 +726,7 @@ protocol lda {
# 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/lib/dovecot
}
##
More information about the dovecot-cvs
mailing list