This repository has been archived on 2021-04-04. You can view files and clone it, but cannot push or open issues/pull-requests.
ansible-server/roles/postfix/templates/main.cf

9 lines
343 B
CFEngine3
Raw Normal View History

2019-04-12 12:25:28 +02:00
myhostname = {{ hostvars[inventory_hostname].ansible_host }}
2019-03-31 15:25:33 +02:00
smtp_sasl_auth_enable = yes
2019-07-21 11:40:51 +02:00
smtp_sasl_password_maps = static:no-reply@sbruder.de:{{ secrets.mail_password }}
relayhost = [home.sbruder.de]:587
2019-03-31 15:25:33 +02:00
smtp_sasl_security_options = noanonymous
smtp_tls_security_level = encrypt
header_size_limit = 4096000
2019-07-21 11:40:51 +02:00
maillog_file = /var/log/postfix.log