mirror of
https://git.local.zernis.ch/simon/homeserver.zernis.ch.git
synced 2025-12-15 17:49:41 +01:00
15 lines
332 B
YAML
15 lines
332 B
YAML
---
|
|
# 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'] }}"
|
|
|
|
# SASL Auth
|
|
smtp_sasl_enable: 'yes'
|
|
smtp_sasl_file: hash:/etc/postfix/relay_passwd
|
|
smtp_sasl_options: noanonymous
|
|
|
|
# SSH
|
|
ssh_port: '22' |