Jason Hirsh via Postfix-users:
> This is an arror I am getting since I manage to damage by configuration in my 
> upgrade to Postfix 3.9. and FreeBSD 14.1.  When I first installed Postfix I 
> added the following to rc.conf 
> 
> sendmail_enable="NO"
> sendmail_submit_enable="NO"
> sendmail_outbound_enable="NO"
> sendmail_msp_queue_enable="NO"
> postfix_enable="YES"
> 
> This use to disable sendmail 
> 
> System seems to work fine accept for the error message.   Why would postfix 
> be calling sendmail??

Postfix doesn't.

I suggest that you study these manpages:

    mailwrapper(8)
    mailer.conf(5)

These should be symlinks to the mailwrapper program:

    % ls -l /usr/sbin/sendmail /usr/bin/mailq /usr/bin/newaliases
    lrwxr-xr-x  1 root wheel 19 Apr  7  2023 /usr/bin/mailq -> 
../sbin/mailwrapper
    lrwxr-xr-x  1 root wheel 19 Apr  7  2023 /usr/bin/newaliases -> 
../sbin/mailwrapper
    lrwxr-xr-x  1 root wheel 11 Apr  7  2023 /usr/sbin/sendmail -> mailwrapper

These should be configured in /usr/local/etc/mail/mailer.conf:

    sendmail        /usr/local/sbin/sendmail
    mailq           /usr/local/sbin/sendmail
    newaliases      /usr/local/sbin/sendmail

/usr/local/sbin/sendmail is installed as part of Postfix.

        Wietse
_______________________________________________
Postfix-users mailing list -- postfix-users@postfix.org
To unsubscribe send an email to postfix-users-le...@postfix.org

Reply via email to