On 2018-07-09, Chad Tindel via Exim-users <[email protected]> wrote:
>> How are you making these emails?
>
> Yeah I tried exactly that.  This is the top of
> my 30_exim4-config_check_rcpt file:
>

what do the " <= " lines in the exim log look like?

Squirrelcart is PHP - PHP on linux ususally uses /usr/lib/sendmail
(which is a link exim in your setup) instead of using SMTP for message 
submission and thus side-steps all the defualt Debian ACLs. (debian
doesn't define an ACL for not_smtp)

Exim has trusted_groups and trusted_users configutation settings which
list who are allowed to set the envelope sender on local submissions,
make sure that www-data (the user which the web server runs as)
qualifies, and restart both processes.

PHP mail() is fairly broken since about 5.1 as now it only allows one
additional_paramters(sic) largely due to a bug in some popular wordpress
plugin this may or may not be a problem.

-- 
     ت

-- 
## 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