exim/exim-4.87-cyrus.patch

22 lines
669 B
Diff
Raw Normal View History

diff --git a/src/configure.default b/src/configure.default
2016-04-10 21:30:22 +00:00
index 12ed1e0..0af6fb8 100644
--- a/src/configure.default
+++ b/src/configure.default
2016-04-10 21:30:22 +00:00
@@ -763,6 +763,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:
2006-09-25 13:53:35 +00:00
+# home_directory = /var/spool/imap
+# driver = lmtp
+# command = "/usr/lib/cyrus-imapd/deliver -l"
+# batch_max = 20
+# user = cyrus
+
######################################################################
# RETRY CONFIGURATION #