Initial commit

This commit is contained in:
Julian Rother 2025-01-14 16:16:36 +01:00
commit a7c269731d
Signed by: julian
GPG key ID: C19B924C0CD13341
6 changed files with 97 additions and 0 deletions

10
defaults/main.yml Normal file
View file

@ -0,0 +1,10 @@
dovecot_proxy:
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"
auth_mechanisms: plain login
imaps_enabled: true
submission_enabled: true
submissions_enabled: false # Only works if submission_enabled is true!
domain_proxies: {}