mirror of
https://github.com/mailcow/mailcow-dockerized.git
synced 2026-06-07 07:03:17 +00:00
19 lines
403 B
Plaintext
19 lines
403 B
Plaintext
# /etc/dovecot/conf.d/90-dict.conf
|
|
# Dict declarations and SQL bindings.
|
|
dict_server {
|
|
dict sieveafter {
|
|
driver = sql
|
|
!include /etc/dovecot/sql/dovecot-dict-sql-sieve_after.conf
|
|
}
|
|
|
|
dict sievebefore {
|
|
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
|
|
}
|
|
}
|