[exim] Catch-all Domain

Etusivu
Poista viesti
Vastaa
Lähettäjä: John Schmerold
Päiväys:  
Vastaanottaja: exim-users
Aihe: [exim] Catch-all Domain
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