2012-10-08 13:49:15 +00:00
|
|
|
#
|
2012-10-15 15:10:24 +00:00
|
|
|
# WARNING: Do not edit this file, edit the one in /etc/alternc/templates and launch alternc.install again.
|
2012-10-08 13:49:15 +00:00
|
|
|
#
|
|
|
|
|
|
|
|
user = %%db_mail_user%%
|
|
|
|
password = %%db_mail_pwd%%
|
|
|
|
hosts =%%dbhost%%
|
|
|
|
dbname = %%dbname%%
|
|
|
|
|
|
|
|
query = select delivery 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'
|
|
|
|
|
|
|
|
|
|
|
|
|