From 437931cf0e0b0806c8a6259412660a15792495eb Mon Sep 17 00:00:00 2001 From: =?utf8?q?Elan=20Ruusam=C3=A4e?= Date: Tue, 25 Jul 2006 10:41:50 +0000 Subject: [PATCH] - proper path for postfix and bsmtp Changed files: postfix-conf.patch -> 1.1 --- postfix-conf.patch | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 postfix-conf.patch diff --git a/postfix-conf.patch b/postfix-conf.patch new file mode 100644 index 0000000..120b802 --- /dev/null +++ b/postfix-conf.patch @@ -0,0 +1,17 @@ +--- postfix-2.3.0/conf/master.cf~ 2006-07-25 13:36:17.245609587 +0300 ++++ postfix-2.3.0/conf/master.cf 2006-07-25 13:37:53.847756797 +0300 +@@ -55,7 +55,7 @@ + # Also specify in main.cf: maildrop_destination_recipient_limit=1 + # + maildrop unix - n n - - pipe +- flags=DRhu user=vmail argv=/usr/local/bin/maildrop -d ${recipient} ++ flags=DRhu user=vmail argv=/usr/bin/maildrop -d ${recipient} + # + # The Cyrus deliver program has changed incompatibly, multiple times. + # +@@ -76,4 +76,4 @@ + ifmail unix - n n - - pipe + flags=F user=ftn argv=/usr/lib/ifmail/ifmail -r $nexthop ($recipient) + bsmtp unix - n n - - pipe +- flags=Fq. user=foo argv=/usr/local/sbin/bsmtp -f $sender $nexthop $recipient ++ flags=Fq. user=foo argv=/usr/sbin/bsmtp -f $sender $nexthop $recipient -- 2.44.0