changeset 10142:c15659a9a3a6 HEAD

example-config: Added lmtp.conf.
author Timo Sirainen <tss@iki.fi>
date Thu, 22 Oct 2009 19:18:37 -0400
parents 7ddd6d3315a0
children a173fa193324
files doc/example-config/conf.d/lmtp.conf
diffstat 1 files changed, 11 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/doc/example-config/conf.d/lmtp.conf	Thu Oct 22 19:18:37 2009 -0400
@@ -0,0 +1,11 @@
+##
+## LMTP specific settings
+##
+
+# Support proxying to other LMTP/SMTP servers by performing passdb lookups.
+#lmtp_proxy = no
+
+protocol lmtp {
+  # Space separated list of plugins to load.
+  #mail_plugins = 
+}