Alternc  latest
Alternc logiel libre pour l'hébergement
mygid.cf
Go to the documentation of this file.
1 # AUTO GENERATED FILE
2 # Modify template in /etc/alternc/templates/
3 # and launch alternc.install if you want
4 # to modify this file.
5 #
6 
7 user = %%db_mail_user%%
8 password = %%db_mail_pwd%%
9 hosts =%%dbhost%%
10 dbname = %%dbname%%
11 query = select compte from domaines join address on address.domain_id = domaines.id join mailbox on mailbox.address_id = address.id where concat(address.address,'@',domaines.domaine)='%s'
12