AW: [Exim] Multiple database question

Etusivu
Poista viesti
Vastaa
Lähettäjä: Simon Lange
Päiväys:  
Vastaanottaja: exim-users
Aihe: AW: [Exim] Multiple database question
Hi

> > It says in section 9 of the documentation that there can be a
> > colon-seperated list of sql servers (in my case postgres).
> Is there a
> > way to specify which queries go to which servers?
> No. I'm afraid Exim does not have that sophistication. The
> servers are tried in order.

Wrong! Instead select distinct domain from users
write (just an example you have to figure the correct query out for
yourself!)
select distinct domaon from exim.users

for more details how to write sql-queries consult www.mysql.com

regards

Simon
PS: this way exilist (mailling list system dedicated to exim) and vexim can
coexist without any problems