Initial commit
This commit is contained in:
commit
a5e756c280
18 changed files with 754 additions and 0 deletions
5
templates/dovecot/dovecot-sql.conf.j2
Normal file
5
templates/dovecot/dovecot-sql.conf.j2
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
driver = pgsql
|
||||
connect = dbname=postfixadmin
|
||||
|
||||
password_query = SELECT username AS user,password FROM mailbox WHERE username = '%u' AND active='1'
|
||||
user_query = SELECT '/var/mail/vmail/' || maildir AS home, '*:bytes=' || quota AS quota_rule FROM mailbox WHERE username = '%u' AND active = '1'
|
||||
Loading…
Add table
Add a link
Reference in a new issue