On Tue, Oct 10, 2000 at 11:29:30PM +0200, Horacio MG wrote:
> > hmmm ...
> >
> > i've had problems with this when mutt was using the wrong sendmail
> > binary (= or i've forgotten to replace the OEM sendmail with a link to
> > qmail's sendmail binary. make sure that /usr/sbin/sendmail is a link
> > to /var/qmail/bin/sendmail (or whereever you installed qmail) and
> > try again.
>
> Both /usr/sbin/sendmail and /usr/libexec/sendmail/sendmail are symlinks
> to /var/qmail/bin/sendmail
>
If you are running OpenBSD 2.7, then you shouldn't replace
/usr/sbin/sendmail, as it will get overwritten the next time
you upgrade it with a 'make build' from source.
Instead, place relevant entries in /etc/mailer.conf to
point the sendmail wrapper (mailwrapper) to the correct
place for qmail.
This could be the cause of your exec problem. Check that
the symlinks are in place, and if not, read mailer.conf(5)
I use the following /etc/mailer.conf on OpenBSD-current:
sendmail /var/qmail/bin/sendmail
send-mail /var/qmail/bin/sendmail
mailq /var/qmail/bin/qmail-qread
newaliases /usr/bin/true
hoststat /usr/bin/true
purgestat /usr/bin/true
--
Anil Madhavapeddy, <[EMAIL PROTECTED]>