forked from mauro/ansible-role-postfix
ssl cert
This commit is contained in:
@@ -8,6 +8,9 @@ postfix_container: postfix
|
||||
# volumen con la configuracion de /etc/postfix
|
||||
postfix_volume: postfix
|
||||
|
||||
# volumen con la configuracion ssl
|
||||
postfix_volume_ssl: postfix_ssl
|
||||
|
||||
# nombre de la red docker, seteado por rol docker
|
||||
docker_network_name: dockernet
|
||||
|
||||
@@ -77,10 +80,6 @@ postfix_submission_enable: yes
|
||||
|
||||
# TLS -------------------------------------------------------------------------
|
||||
|
||||
# TLS certificate/private key to use
|
||||
postfix_tls_certificate: "{{ tls_certificate | default('') }}"
|
||||
postfix_tls_private_key: "{{ tls_certificate_key | default('') }}"
|
||||
|
||||
# level of encryption to use for sending mail to the Internet
|
||||
# only change this if you know what the implications are, see
|
||||
# http://www.postfix.org/postconf.5.html#smtp_tls_security_level
|
||||
|
||||
Reference in New Issue
Block a user