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%%
|
|
|
|
|
2015-04-24 13:13:06 +00:00
|
|
|
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)
|
2012-10-08 13:49:15 +00:00
|
|
|
|
|
|
|
|