On 13-03-20 11:20 AM, Graeme Fowler wrote:
Yes. It's not in the Exim source code - so that's a very good spot. Looking back through this thread I see that various config changes and restarts of an Exim daemon have taken place, but nothing has changed. That will be because PHP is calling "/usr/lib/sendmail" (or equivalent), which is either a binary or a symlink to an installed Sendmail binary. Graeme
On FreeBSD, there is /etc/mail/mailer.conf which overrides the typical mail commands.. Here's mine:

# $FreeBSD: src/etc/mail/mailer.conf,v 1.3.40.1 2010/12/21 17:10:29 kensmith Exp $
#
# Execute the "real" sendmail program, named /usr/libexec/sendmail/sendmail
#
#sendmail    /usr/libexec/sendmail/sendmail
#send-mail    /usr/libexec/sendmail/sendmail
#mailq        /usr/libexec/sendmail/sendmail
#newaliases    /usr/libexec/sendmail/sendmail
#hoststat    /usr/libexec/sendmail/sendmail
#purgestat    /usr/libexec/sendmail/sendmail
sendmail    /usr/local/sbin/exim
send-mail    /usr/local/sbin/exim
mailq        /usr/local/sbin/exim -bp
newaliases    /usr/bin/true

--
Daryl Richards
Isle Technical Services Inc.


--
## List details at https://lists.exim.org/mailman/listinfo/exim-users
## Exim details at http://www.exim.org/
## Please use the Wiki with this list - http://wiki.exim.org/

Reply via email to