Re: [exim] Populate a local recipient array from MySQL

Αρχική Σελίδα
Delete this message
Reply to this message
Συντάκτης: Rick Duval
Ημερομηνία:  
Προς: Troy Settle
Υ/ο: exim-users
Αντικείμενο: Re: [exim] Populate a local recipient array from MySQL
>You can do this entirely in the rcpt acl though:
>
> accept condition = ${lookup mysql{select count(*) from users where
>...}}


That sounds like the ticket but what are the variables to compare to
the database. what Exim var contains the local and domain part?

Rick