Has anyone found a simple way to have Exim verify that the address it is
accepting mail for is a valid dbmail email address. I have looked into
using a query from the aliases table, but if you use any [EMAIL PROTECTED] ->
user aliases exim can't handle that. I am wondering if a verification
daemon
lf, but you have the identical
> circumstance in other mta's as well (it looks like postfix's
> local_recipient_maps handles it by default, per the config file
> comments).
>
>
> ---- Original Message
> From: Bryan Ballard
> To: dbmail@dbmail.org
> Subject: [
Here is what I was able to come up with to solve the issue
In the exim acl -> acl_check_rcpt: add these entries. Works great for
wildcard domains and standard users.
accept condition = ${lookup pgsql{SELECT count(alias) \
FROM aliases WHERE \
alias = '${quote_pg