first commit

This commit is contained in:
2023-03-20 16:03:41 +01:00
commit 408f5a7038
13 changed files with 205 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
---
# postfix config
postfix_config_file: /etc/postfix/main.cf
postfix_service_state: started
postfix_service_enabled: true
postfix_inet_protocols: ipv4
postfix_relayhost: "{{ relay['server'] }}"
# default email address
email_reports: simon@zernis.ch
# SASL Auth
smtp_sasl_enable: 'yes'
smtp_sasl_file: hash:/etc/postfix/relay_passwd
smtp_sasl_options: noanonymous