On Friday 15 September 2006 16:57, Jeremiah Foster took the opportunity to say: > Greetings, > > I understand from reading this site: http://duncanthrax.net/exiscan-acl/ > and the Exim spec.txt file, that exiscan is now included with exim4.60. > I am eager to test the power of access control lists in exim. I have > configured exim4 according to the documentation, at least according to > the way I understand it. Is the following snippet correct? That is to say, > will exim4 recognize that I have some local acls defined in the file > /etc/exim4/local_acl and execute them? > > # This hook allows you to hook in your own ACLs without having to > # modify this file. If you do it like we suggest, you'll end up with > # a small performance penalty since there is an additional file being > # accessed. This doesn't happen if you leave the macro unset. > .ifdef CHECK_DATA_LOCAL_ACL_FILE > .include CHECK_DATA_LOCAL_ACL_FILE = /etc/exim4/local_acl > .endif
No, leave that part alone. Instead create (if it doesn't already exist) a
file /etc/exim4/exim4.conf.localmacros (for single-file) or
e.g. /etc/exim4/conf.d/main/00_localmacros (for split-file config) and add
the macro setting there:
CHECK_DATA_LOCAL_ACL_FILE = /etc/exim4/local_acl
--
Magnus Holmgren [EMAIL PROTECTED]
(No Cc of list mail needed, thanks)
pgpHfDZ4j852t.pgp
Description: PGP signature
-- ## List details at http://www.exim.org/mailman/listinfo/exim-users ## Exim details at http://www.exim.org/ ## Please use the Wiki with this list - http://www.exim.org/eximwiki/
