2006-04-26 12:28:53 +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.
|
2006-04-26 12:28:53 +00:00
|
|
|
#
|
|
|
|
|
2012-04-16 14:21:10 +00:00
|
|
|
user = %%db_mail_user%%
|
|
|
|
password = %%db_mail_pwd%%
|
2006-04-26 12:28:53 +00:00
|
|
|
hosts =%%dbhost%%
|
|
|
|
dbname = %%dbname%%
|
2012-04-24 15:51:47 +00:00
|
|
|
query = select concat(path, '/Maildir/') 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';
|
2006-04-26 12:28:53 +00:00
|
|
|
|