forked from mauro/ansible-role-postfix
integracion con servicio dovecot
This commit is contained in:
@@ -138,14 +138,11 @@
|
||||
{% elif p == "file" %}
|
||||
hash:/etc/postfix/{{ d }}_users
|
||||
{% endif %}{{ '' if loop.last else ',' }}{% endfor %},
|
||||
# FIXME usar container dovecot
|
||||
# virtual_transport:
|
||||
# lmtp:unix:private/dovecot-lmtp
|
||||
virtual_transport: "{{ dovecot_container }}:24"
|
||||
virtual_mailbox_domains:
|
||||
"{{ postfix_mail_domains }}"
|
||||
# FIXME usar container dovecot
|
||||
# smtpd_sasl_path: private/auth
|
||||
# smtpd_sasl_type: dovecot
|
||||
smtpd_sasl_path: "inet:{{ dovecot_container }}:12345"
|
||||
smtpd_sasl_type: dovecot
|
||||
smtpd_sasl_auth_enable:
|
||||
"{{ 'yes' if postfix_enable_smtpd_auth else 'no' }}"
|
||||
smtpd_tls_cert_file:
|
||||
|
||||
Reference in New Issue
Block a user