Your IP : 13.58.149.236


Current Path : /proc/9789/root/proc/9788/cwd/etc/ansible/roles/web/templates/
Upload File :
Current File : //proc/9789/root/proc/9788/cwd/etc/ansible/roles/web/templates/msmtprc.j2

# {{ item.SiteName }}
account   {{ item.SiteName }}
logfile   /var/log/msmtp.log
host      {{ smtp_server }}
port      {{ smtp_port }}
from      {{ email }}
keepbcc   on
{% if smtp_auth == 'Y' %}
auth      on
user      {{ smtp_user|default('') }}
password  {{ smtp_pass|default('') }}
{% else %}
auth      off
{% endif %}
{% if smtp_tls == 'Y' %}
tls           on
tls_certcheck off
{% endif %}