5ddc95e67a
Defuzzified patches and fixed some whitespaces
22 lines
668 B
Diff
22 lines
668 B
Diff
diff --git a/src/configure.default b/src/configure.default
|
|
index 8b6162b..d588898 100644
|
|
--- a/src/configure.default
|
|
+++ b/src/configure.default
|
|
@@ -765,6 +765,16 @@ address_reply:
|
|
driver = autoreply
|
|
|
|
|
|
+# This transport is used to deliver local mail to cyrus IMAP server via UNIX
|
|
+# socket. You'll need to configure the 'localuser' router above to use it.
|
|
+#
|
|
+#lmtp_delivery:
|
|
+# home_directory = /var/spool/imap
|
|
+# driver = lmtp
|
|
+# command = "/usr/lib/cyrus-imapd/deliver -l"
|
|
+# batch_max = 20
|
|
+# user = cyrus
|
|
+
|
|
|
|
######################################################################
|
|
# RETRY CONFIGURATION #
|