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

Re: [Dbmail] exim recipent verify

2004-10-12 Thread Dan Weber
Yeah I have one. I'll email it to you when I get home. Dan On Mon, Oct 11, 2004 at 10:21:06AM -0500, Bryan Ballard wrote: > 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 a

Re: [Dbmail] exim recipent verify

2004-10-11 Thread Christian G. Warden
On Mon, Oct 11, 2004 at 10:21:06AM -0500, Bryan Ballard wrote: > 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 a

RE: [Dbmail] exim recipent verify

2004-10-11 Thread Bryan Ballard
Yeah after thinking about it I think a stored procedure would work great. If I get it working I will post the results to the list. On Mon, 2004-10-11 at 13:14, Jesse Norell wrote: > If using pgsql, a stored procedure could probably do the trick > fairly easily. Don't use exim myself, but you have

RE: [Dbmail] exim recipent verify

2004-10-11 Thread Jesse Norell
If using pgsql, a stored procedure could probably do the trick fairly easily. Don't use exim myself, 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