2013-10-29 17:42:20 +00:00
|
|
|
diff --git a/src/configure.default b/src/configure.default
|
2017-01-23 14:09:19 +00:00
|
|
|
index 8b6162b..d588898 100644
|
2013-10-29 17:42:20 +00:00
|
|
|
--- a/src/configure.default
|
|
|
|
+++ b/src/configure.default
|
2017-01-23 14:09:19 +00:00
|
|
|
@@ -765,6 +765,16 @@ address_reply:
|
2005-04-19 04:06:04 +00:00
|
|
|
driver = autoreply
|
|
|
|
|
|
|
|
|
2017-01-23 14:09:19 +00:00
|
|
|
+# This transport is used to deliver local mail to cyrus IMAP server via UNIX
|
2006-09-04 02:51:36 +00:00
|
|
|
+# socket. You'll need to configure the 'localuser' router above to use it.
|
2005-04-19 04:06:04 +00:00
|
|
|
+#
|
2006-09-04 02:51:36 +00:00
|
|
|
+#lmtp_delivery:
|
2006-09-25 13:53:35 +00:00
|
|
|
+# home_directory = /var/spool/imap
|
2005-04-19 04:06:04 +00:00
|
|
|
+# driver = lmtp
|
|
|
|
+# command = "/usr/lib/cyrus-imapd/deliver -l"
|
|
|
|
+# batch_max = 20
|
|
|
|
+# user = cyrus
|
|
|
|
+
|
|
|
|
|
|
|
|
######################################################################
|
|
|
|
# RETRY CONFIGURATION #
|