From f3a35ee1d8c7a10349adeb6d4f50f0fe3b096540 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Fri, 26 Jul 1996 16:53:58 +0000 Subject: Fixed the sendmail command. svn path=/trunk/; revision=44 --- configure.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'configure.in') diff --git a/configure.in b/configure.in index eb60c80b..2a490709 100644 --- a/configure.in +++ b/configure.in @@ -60,8 +60,8 @@ case $host in 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 %s") - mdacmd="/usr/lib/sendmail \$u" + AC_DEFINE(DEF_MDA,"/usr/lib/sendmail -oem -fpopmail %s") + mdacmd="/usr/lib/sendmail -fpopmail \$u" fi ;; esac -- cgit v1.2.3