Initial commit
This commit is contained in:
commit
a7c269731d
6 changed files with 97 additions and 0 deletions
10
defaults/main.yml
Normal file
10
defaults/main.yml
Normal 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: {}
|
||||
Loading…
Add table
Add a link
Reference in a new issue