8 lines
191 B
CFEngine3
8 lines
191 B
CFEngine3
# mysql_virtual_mailbox_limit_maps.cf
|
|
user = postfixadmin
|
|
password = asdjkl123
|
|
hosts = localhost
|
|
dbname = postfixadmin
|
|
query = SELECT quota FROM mailbox WHERE username='%s' AND active = '1'
|
|
|