11 lines
234 B
Django/Jinja
Executable File
11 lines
234 B
Django/Jinja
Executable File
passdb sql {
|
|
driver = sql
|
|
# Path for SQL configuration file, see example-config/dovecot-sql.conf.ext
|
|
args = {{ dovecot_dir }}/dovecot-sql.conf.ext
|
|
}
|
|
|
|
userdb sql {
|
|
driver = sql
|
|
args = {{ dovecot_dir }}/dovecot-sql.conf.ext
|
|
}
|