From 921ab9a35a115e9612e61eb8c1ec32e8cc8faa34 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Fri, 23 Aug 1996 13:45:00 +0000 Subject: -f popmail doesn't work. svn path=/trunk/; revision=58 --- configure.in | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'configure.in') diff --git a/configure.in b/configure.in index 8042a20e..68306f51 100644 --- a/configure.in +++ b/configure.in @@ -65,8 +65,11 @@ case $host in mdacmd="/usr/bin/deliver \$u" else # Do *not* use the -t option! We explicitly want only - # local delivery to the recepients named on the command line. - AC_DEFINE(DEF_MDA,"/usr/lib/sendmail -oem -fpopmail %s") + # local delivery to the recipients named on the command line. + # Also don't use -fpopmail -- this looks tempting, but will + # cause lossage unless you always run popclient from the + # account of a privileged user. + AC_DEFINE(DEF_MDA,"/usr/lib/sendmail -oem %s") mdacmd="/usr/lib/sendmail -fpopmail \$u" fi ;; -- cgit v1.2.3