[Dbmail] exim recipent verify

2004-10-11 Thread Bryan Ballard
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

RE: [Dbmail] exim recipent verify

2004-10-11 Thread Bryan Ballard
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: [

RE: [Dbmail] exim recipent verify

2004-10-21 Thread Bryan Ballard
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