Alternc  latest
Alternc logiel libre pour l'hébergement
myvirtual.cf
Go to the documentation of this file.
1 #
2 # WARNING: Do not edit this file, edit the one in /etc/alternc/templates and launch alternc.install again.
3 #
4 
5 user = %%db_mail_user%%
6 password = %%db_mail_pwd%%
7 hosts =%%dbhost%%
8 dbname = %%dbname%%
9 query = select concat(path, '/Maildir/') from mailbox join address on address.id = mailbox.address_id join domaines on domaines.id = address.domain_id where concat(address.address,'@',domaines.domaine) ='%s';
10