diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1996-07-26 16:53:58 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1996-07-26 16:53:58 +0000 |
commit | f3a35ee1d8c7a10349adeb6d4f50f0fe3b096540 (patch) | |
tree | 167a77e8c0a5b03357d01fa955d5ffad822b1cac /configure.in | |
parent | 25511ff8ed2d7fb72255265d22d042e7d4c5aea7 (diff) | |
download | fetchmail-f3a35ee1d8c7a10349adeb6d4f50f0fe3b096540.tar.gz fetchmail-f3a35ee1d8c7a10349adeb6d4f50f0fe3b096540.tar.bz2 fetchmail-f3a35ee1d8c7a10349adeb6d4f50f0fe3b096540.zip |
Fixed the sendmail command.
svn path=/trunk/; revision=44
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 |