Alternc  latest
Alternc logiel libre pour l'hébergement
mytransport.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 
10 query = SELECT delivery FROM mailbox JOIN address ON address.id = mailbox.address_id JOIN domaines ON domaines.id = address.domain_id WHERE address.address=SUBSTRING_INDEX('%s','@',1) AND domaines.domaine=SUBSTRING_INDEX('%s','@',-1)
11 
12