----- Original Message ----- From: "Toshikazu Ichikawa" <[EMAIL PROTECTED]> To: "sqwebmail" <[EMAIL PROTECTED]> Sent: Saturday, February 22, 2003 4:33 AM Subject: [sqwebmail] maildrop filter and sqwebmail on FreeBSD-4.7
> > SqWebMail has the avility to generate maildrop filter recipe > containing $SENDMAIL representation when autoresponder is used. > > maildrop manual says maildrop uses /usr/lib/sendmail to send mail. > I guess this means SENDMAIL=/usr/lib/sendmail > > In FreeBSD environment, > sendmail exists at /usr/libexec/sendmail/sendmail, not /usr/lib/sendmail. You shouldn't be using /usr/libexec/sendmail/sendmail. You should use /usr/sbin/sendmail. /usr/sbin/sendmail is a sendmail wrapper that allows the user to easily implement another MTA besides sendmail via /etc/mail/mailer.conf If you're using any other MTA besides sendmail, then you'll need to edit /etc/mail/mailer.conf for the proper values and then use /usr/sbin/sendmail as your sendmail interface. > Especially, in qmail environment, > /usr/libexec/sendmail/sendmail involves /var/qmail/bin/sendmail. > > To adapt this, I creat (or append on top) /etc/maildroprc like below: > SENDMAIL=/usr/libexec/sendmail/sendmail > then, it works fine. > > So I suggest, maildrop package handles where sendmail is, > or have the candidate list, inside src code or configuration script. > > Any idea is welcome. > Thanks. > > -- > Toshikazu Ichikawa <[EMAIL PROTECTED]> > Site: http://www.toshikazu.org/ (including my PGP public key) > Key fingerprint = 1C98 7233 F225 D783 0A70 A958 2876 F825 F0CD 25EA > > >