Separate tls key/cert options for imap, submission and smtp
This commit is contained in:
parent
dd44c7ba8c
commit
9a33043197
4 changed files with 14 additions and 8 deletions
|
|
@ -1,6 +1,10 @@
|
|||
mailserver:
|
||||
tls_cert: "/etc/ssl/{{ inventory_hostname }}.chain.crt"
|
||||
tls_key: "/etc/ssl/private/{{ inventory_hostname }}.key"
|
||||
smtp_tls_cert: "/etc/ssl/{{ inventory_hostname }}.chain.crt"
|
||||
smtp_tls_key: "/etc/ssl/private/{{ inventory_hostname }}.key"
|
||||
submission_tls_cert: "/etc/ssl/{{ inventory_hostname }}.chain.crt"
|
||||
submission_tls_key: "/etc/ssl/private/{{ inventory_hostname }}.key"
|
||||
imap_tls_cert: "/etc/ssl/{{ inventory_hostname }}.chain.crt"
|
||||
imap_tls_key: "/etc/ssl/private/{{ inventory_hostname }}.key"
|
||||
domains: [] # All mail domains
|
||||
postfix:
|
||||
metrics_address: "127.0.0.1:9154"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue