Initial commit
This commit is contained in:
commit
a5e756c280
18 changed files with 754 additions and 0 deletions
14
templates/dovecot/dovecot-dict-sql.conf.j2
Normal file
14
templates/dovecot/dovecot-dict-sql.conf.j2
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
connect = dbname=postfixadmin
|
||||
|
||||
map {
|
||||
pattern = priv/quota/storage
|
||||
table = quota2
|
||||
username_field = username
|
||||
value_field = bytes
|
||||
}
|
||||
map {
|
||||
pattern = priv/quota/messages
|
||||
table = quota2
|
||||
username_field = username
|
||||
value_field = messages
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue