diff options
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 4 |
1 files changed, 2 insertions, 2 deletions
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 |