Hi Guys

I'm having some problems with my ACL's.

I'm trying to have user not in a flat text file to have the following
errors returned. Not sure if there is something wrong with my logic.

Any help would be appreciated.

c

Exim4.conf extract:
----------------------

acl_check_content:

#  deny message   = External email to this user is prohibited
#       condition =
${lookup{$recipients}lsearch{/etc/mail/no_external}{0}{1}}
#       !senders  = [EMAIL PROTECTED] : [EMAIL PROTECTED]

#  deny message     = You are prohibited to send external mail
#       condition   =
${lookup{$sender_address}lsearch{/etc/mail/no_external}{0}{1}}
#       !recipients = [EMAIL PROTECTED] : [EMAIL PROTECTED]

/etc/mail/no_external extract:
----------------------------------

[EMAIL PROTECTED]


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

Reply via email to