set home_directory on lmtp transport

This commit is contained in:
David Woodhouse 2006-09-25 13:53:35 +00:00
parent 42140672e3
commit cd526448fd
2 changed files with 6 additions and 2 deletions

View File

@ -1,6 +1,6 @@
--- exim-4.33/src/configure.default.cyrus 2004-07-02 15:00:27.941635455 +0200 --- exim-4.33/src/configure.default.cyrus 2004-07-02 15:00:27.941635455 +0200
+++ exim-4.33/src/configure.default 2004-07-02 15:41:39.505133889 +0200 +++ exim-4.33/src/configure.default 2004-07-02 15:41:39.505133889 +0200
@@ -595,6 +595,15 @@ @@ -595,6 +595,16 @@
driver = autoreply driver = autoreply
@ -8,6 +8,7 @@
+# socket. You'll need to configure the 'localuser' router above to use it. +# socket. You'll need to configure the 'localuser' router above to use it.
+# +#
+#lmtp_delivery: +#lmtp_delivery:
+# home_directory = /var/spool/imap
+# driver = lmtp +# driver = lmtp
+# command = "/usr/lib/cyrus-imapd/deliver -l" +# command = "/usr/lib/cyrus-imapd/deliver -l"
+# batch_max = 20 +# batch_max = 20

View File

@ -12,7 +12,7 @@
Summary: The exim mail transfer agent Summary: The exim mail transfer agent
Name: exim Name: exim
Version: 4.63 Version: 4.63
Release: 3%{?dist} Release: 4%{?dist}
License: GPL License: GPL
Url: http://www.exim.org/ Url: http://www.exim.org/
Group: System Environment/Daemons Group: System Environment/Daemons
@ -394,6 +394,9 @@ test "$1" = 0 || %{_initrddir}/clamd.exim condrestart >/dev/null || :
%endif %endif
%changelog %changelog
* Mon Sep 25 2006 David Woodhouse <dwmw2@infradead.org> - 4.63-4
- Set home_directory on lmtp_transport by default
* Sun Sep 3 2006 David Woodhouse <dwmw2@infradead.org> - 4.63-3 * Sun Sep 3 2006 David Woodhouse <dwmw2@infradead.org> - 4.63-3
- chmod +x /etc/init.d/clamd.exim - chmod +x /etc/init.d/clamd.exim
- Make exim-clamav package require exim (since it uses the same uid) - Make exim-clamav package require exim (since it uses the same uid)