Add 'config/postfix/mysql_virtual_mailbox_maps.cf'

This commit is contained in:
b.waal
2019-08-31 10:01:21 +02:00
parent a26a75795e
commit 503f5f468f

View File

@@ -0,0 +1,5 @@
user = postfixadmin
password = PASSword
hosts = 127.0.0.1
dbname = postfixadmin
query = SELECT maildir FROM mailbox WHERE username='%s' AND active = '1'