Alternc  latest
Alternc logiel libre pour l'hébergement
mymail2mail.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 concat(`address`.`address`,'@',`domaines`.`domaine`) AS `mail` from address,domaines where `address`.`enabled` = 1 and `address`.`domain_id` = domaines.id and concat(`address`.`address`,'@',`domaines`.`domaine`) = '%s';
12 
13