- More templating and inheritance - New commands + rx_replace + rx_install + rx_cpkgdir - More transparency with secrets being sourced as variables and replaced - Modularization of configs + telegraf + nginx (partial) + fastd + wireguard + unbound - Split of unbound configurations and bind zones - Bumping of key versions (rolling keys) + ZSK/KSK + OpenDKIM - Relaxed permission defaults and other smaller tweaks...
7 lines
394 B
Plaintext
7 lines
394 B
Plaintext
connect = host=postgresql.routinginfo.internal port=7550 dbname=mail user=dovecot password=POSTGRESQL_PASSWORD
|
|
driver = pgsql
|
|
default_pass_scheme = ARGON2I
|
|
user_query = SELECT '8' AS uid, '12' AS gid FROM users WHERE userid = '%u' AND active = '1'
|
|
password_query = SELECT userid AS user, password FROM users WHERE userid = '%u' AND active = '1'
|
|
iterate_query = SELECT userid AS user FROM users
|