The thing is that this is a pass thru spam filter so no users actually
exist. I just want to check incoming mail against the MySql Database.
Currently acceptance of emails is accomplished through populating the
"local_domains" list from the MySQL db with the statement
"domainlist local_domains = ${lookup mysql {SELECT DISTINCT domain
FROM domains WHERE Enabled = 1 and domain='${quote_mysql:$domain}'}} "
But I'm not aware of a way to do the same thing with an entire email address.
--
## List details at http://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/