12 lines
373 B
CFEngine3
12 lines
373 B
CFEngine3
|
#
|
||
|
# WARNING: Do not edit this file, edit the one in /etc/alternc/templates and launch alternc.install again.
|
||
|
# Get the quota
|
||
|
#
|
||
|
|
||
|
user = sysusr
|
||
|
password = bGwD2GlLOX
|
||
|
hosts =127.0.0.1
|
||
|
dbname = alternc
|
||
|
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'
|
||
|
|