Initial commit
This commit is contained in:
commit
a5e756c280
18 changed files with 754 additions and 0 deletions
4
templates/postfix/pgsql/virtual_mailbox_maps.cf.j2
Normal file
4
templates/postfix/pgsql/virtual_mailbox_maps.cf.j2
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
dbname = postfixadmin
|
||||
user = postfix
|
||||
hosts = unix:/var/run/postgresql
|
||||
query = SELECT maildir FROM mailbox WHERE username='%s' AND active = true
|
||||
Loading…
Add table
Add a link
Reference in a new issue