[exim-dev] [Bug 2715] Degradation over time

Top Page
Delete this message
Reply to this message
Author: admin
Date:  
To: exim-dev
Subject: [exim-dev] [Bug 2715] Degradation over time
https://bugs.exim.org/show_bug.cgi?id=2715

--- Comment #5 from Jeremy Harris <jgh146exb@???> ---
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.