diff dovecot-example.conf @ 3975:9de8bce1077e HEAD

Added plugin {} section to dovecot.conf for passing extra environment variables to mail processes.
author Timo Sirainen <tss@iki.fi>
date Thu, 02 Feb 2006 23:29:15 +0200
parents f504dbc84d38
children 7272c083dca8
line wrap: on
line diff
--- a/dovecot-example.conf	Thu Feb 02 23:20:40 2006 +0200
+++ b/dovecot-example.conf	Thu Feb 02 23:29:15 2006 +0200
@@ -839,3 +839,12 @@
 #    }
 #  }
 #}
+
+plugin {
+  # Here you can give some extra environment variables to mail processes.
+  # This is mostly meant for passing parameters to plugins. %variable
+  # expansion is done for all values.
+
+  # Quota
+  quota = dirsize:%h/mail
+}