[Pkg-exim4-users] local macros

Marc Haber mh+pkg-exim4-users at zugschlus.de
Fri Feb 2 16:54:34 CET 2007


On Fri, Feb 02, 2007 at 03:27:38PM +0000, Andrew Critchlow wrote:
> .ifndef MAIN_ACL_CHECK_RCPT
> MAIN_ACL_CHECK_RCPT = acl_check_rcpt
> endif
> acl_smtp_rcpt = MAIN_ACL_CHECK_RCPT
>  
> As far as my understanding if I define this macro, the acl will run,
> if I don't define it, it won't run.

No. The ACL is always executed, it is a vital part of exim
configuration. If you do not define the macro, acl_check_rcpt will be
used as a default, but you can override the ACL to be used by defining
MAIN_ACL_CHECK_RCPT. Be careful, this ACL does relay control, and it
is just too easy to create an open relay.

Greetings
Marc

-- 
-----------------------------------------------------------------------------
Marc Haber         | "I don't trust Computers. They | Mailadresse im Header
Mannheim, Germany  |  lose things."    Winona Ryder | Fon: *49 621 72739834
Nordisch by Nature |  How to make an American Quilt | Fax: *49 621 72739835



More information about the Pkg-exim4-users mailing list