From: Timo Sirainen Date: Mon, 13 Apr 2009 20:23:01 +0000 (-0400) Subject: dovecot-example.conf: Fixed mail_plugin_dir defaults. X-Git-Tag: 2.0.alpha1~956 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=082e4fe6537aa4ae479209d09839e6ffabd68cae;p=thirdparty%2Fdovecot%2Fcore.git dovecot-example.conf: Fixed mail_plugin_dir defaults. --HG-- branch : HEAD --- diff --git a/dovecot-example.conf b/dovecot-example.conf index 7e9298e8b9..293154b195 100644 --- a/dovecot-example.conf +++ b/dovecot-example.conf @@ -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 } ##