diff dovecot-example.conf @ 4074:dadc6e2cccb8 HEAD

Replaced mail_use_modules and mail_modules settings with mail_plugins and mail_plugin_dir. Now instead of loading all plugins from the directory, you'll have to give a list of plugins to load. If the plugin couldn't be loaded, the process exits instead of just ignoring the problem (this is important with ACL plugin).
author Timo Sirainen <tss@iki.fi>
date Sun, 26 Feb 2006 14:15:34 +0200
parents faf83f3e19b5
children 89c94b5ac90e
line wrap: on
line diff
--- a/dovecot-example.conf	Sun Feb 26 13:24:35 2006 +0200
+++ b/dovecot-example.conf	Sun Feb 26 14:15:34 2006 +0200
@@ -439,9 +439,10 @@
   # "Too long argument" or "IMAP command line too large" errors often.
   #imap_max_line_length = 65536
 
-  # Support for dynamically loadable modules.
-  #mail_use_modules = no
-  #mail_modules = /usr/lib/dovecot/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
 
   # Send IMAP capabilities in greeting message. This makes it unnecessary for
   # clients to request it with CAPABILITY command, so it saves one round-trip.
@@ -533,9 +534,10 @@
   #  %s - mailbox size in bytes (before deletion)
   #pop3_logout_format = top=%t/%T, retr=%r/%R, del=%d/%m, size=%s
 
-  # Support for dynamically loadable modules.
-  #mail_use_modules = no
-  #mail_modules = /usr/lib/dovecot/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
 
   # Workarounds for various client bugs:
   #   outlook-no-nuls: