Re: [exim] Different MySQL connections for different jobs

Top Page
Delete this message
Reply to this message
Author: W B Hacker
Date:  
To: exim users
Subject: Re: [exim] Different MySQL connections for different jobs
Mike Cardwell wrote:

*snip*


>
> A similiar method to what I'd find useful in MySQL already exists with SQLite:
>
> ${lookup sqlite{/path/to/sqlitedb SELECT blah FROM blah WHERE blah}}
>
> somelist blah = sqlite;/path/to/sqlitedb SELECT blah FROM blah WHERE
> blah;
>


ACK. See my other post. We specify the table as well as the DB up front, once,
then go the other way - specifying table only in the many, many places we use it.

Saves us typing characters. Dunno if it also saves Exim parsing workload.

Bill