We are using Exim as a spam filter, normally we only accept known
recipients. One of our domains has a catch all account, so that any
recipient address is accepted and forwarded to an administrator.
getAllEmail.txt contains all valid recipient addresses
I can't get my mind around how to modify this directive to allow any
recipient address:
acl_check_rcpt:
require recipients = lsearch;/etc/exim/getAllEmail.txt
deny local_parts = ^.*[@%!/|] : ^\\.
Any idea? Conceptually, I would like to change above to read:
require recipients = (lsearch;/etc/exim/getAllEmail.txt) OR
(*@catchall.com)
Thanks,
John
--
John Schmerold
Katy Computer Systems, Inc
http://www.katy.com
St Louis
--
## List details at https://lists.exim.org/mailman/listinfo/exim-users
## Exim details at http://www.exim.org/
## Please use the Wiki with this list - http://wiki.exim.org/