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 2004-07-02 15:41:39.505133889 +0200
@@ -595,6 +595,15 @@
@@ -595,6 +595,16 @@
driver = autoreply
@ -8,6 +8,7 @@
+# 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

View File

@ -12,7 +12,7 @@
Summary: The exim mail transfer agent
Name: exim
Version: 4.63
Release: 3%{?dist}
Release: 4%{?dist}
License: GPL
Url: http://www.exim.org/
Group: System Environment/Daemons
@ -394,6 +394,9 @@ test "$1" = 0 || %{_initrddir}/clamd.exim condrestart >/dev/null || :
%endif
%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
- chmod +x /etc/init.d/clamd.exim
- Make exim-clamav package require exim (since it uses the same uid)