Alternc  latest
Alternc logiel libre pour l'hébergement
myquota.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 # Get the quota
4 #
5 
6 user = %%db_mail_user%%
7 password = %%db_mail_pwd%%
8 hosts =%%dbhost%%
9 dbname = %%dbname%%
10 query = select quota from mailbox join address on mailbox.id = address.id join domaines on domaines.id = address.id where concat(address.address,'@',domaines.domaine) = '%s'
11