Add dovecot_proxy.config option

This commit is contained in:
Julian Rother 2025-01-24 21:45:34 +01:00
parent 2a5ae9da82
commit 54123ccb76
Signed by: julian
GPG key ID: C19B924C0CD13341
2 changed files with 6 additions and 1 deletions

View file

@ -1,4 +1,5 @@
dovecot_proxy:
config: {}
debug_log_enabled: false # Logs passwords and more to /var/log/dovecot.debug.log
ssl_cert: "/etc/ssl/{{ inventory_hostname }}.chain.crt"
ssl_key: "/etc/ssl/private/{{ inventory_hostname }}.key"