https://bugs.exim.org/show_bug.cgi?id=2715

--- Comment #5 from Jeremy Harris <[email protected]> ---
You need to tell Exim to reload the config any time you change ACLs.  On
many deployments this is something like "service exim reload".  Some may
need a restart, not supporting just a reload; this is not under the Exim
project's control.


A suitable example for enabling debug using ACL might be:

acl_smtp_connect = accept control=debug/opt=+all


That assumes you don't already have a connect ACL, and you want to
apply debug to *every* SMTP connection.  You could specify a named ACL
and, in that, select a specific source IP.

I suggest you read the documentation at
 
http://exim.org/exim-html-current/doc/html/spec_html/ch-access_control_lists.html

-- 
You are receiving this mail because:
You are on the CC list for the bug.
-- 
## List details at https://lists.exim.org/mailman/listinfo/exim-dev Exim 
details at http://www.exim.org/ ##

Reply via email to