mirror of
https://git.local.zernis.ch/simon/homeserver.zernis.ch.git
synced 2025-12-16 10:37:30 +01:00
first commit
This commit is contained in:
15
roles/defaults/defaults/main.yml
Normal file
15
roles/defaults/defaults/main.yml
Normal 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
|
||||
Reference in New Issue
Block a user