mirror of
https://github.com/mailcow/mailcow-dockerized.git
synced 2026-05-17 13:01:46 +00:00
19 lines
405 B
Plaintext
19 lines
405 B
Plaintext
# /etc/dovecot/conf.d/90-dict.conf
|
|
# Dict declarations and SQL bindings.
|
|
dict_server {
|
|
dict sieve_after {
|
|
driver = sql
|
|
!include /etc/dovecot/sql/dovecot-dict-sql-sieve_after.conf
|
|
}
|
|
|
|
dict sieve_before {
|
|
driver = sql
|
|
!include /etc/dovecot/sql/dovecot-dict-sql-sieve_before.conf
|
|
}
|
|
|
|
dict mysql_quota {
|
|
driver = sql
|
|
!include /etc/dovecot/sql/dovecot-dict-sql-quota.conf
|
|
}
|
|
}
|