From 082e4fe6537aa4ae479209d09839e6ffabd68cae Mon Sep 17 00:00:00 2001 From: Timo Sirainen Date: Mon, 13 Apr 2009 16:23:01 -0400 Subject: [PATCH] dovecot-example.conf: Fixed mail_plugin_dir defaults. --HG-- branch : HEAD --- dovecot-example.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 } ## -- 2.47.3