mirror of
https://git.local.zernis.ch/simon/homeserver.zernis.ch.git
synced 2025-12-15 20:59:40 +01:00
added ssh port to defaults
This commit is contained in:
@@ -7,9 +7,12 @@ postfix_inet_protocols: ipv4
|
|||||||
postfix_relayhost: "{{ relay['server'] }}"
|
postfix_relayhost: "{{ relay['server'] }}"
|
||||||
|
|
||||||
# default email address
|
# default email address
|
||||||
email_reports: simon@zernis.ch
|
admin_mail: simon@zernis.ch
|
||||||
|
|
||||||
# SASL Auth
|
# SASL Auth
|
||||||
smtp_sasl_enable: 'yes'
|
smtp_sasl_enable: 'yes'
|
||||||
smtp_sasl_file: hash:/etc/postfix/relay_passwd
|
smtp_sasl_file: hash:/etc/postfix/relay_passwd
|
||||||
smtp_sasl_options: noanonymous
|
smtp_sasl_options: noanonymous
|
||||||
|
|
||||||
|
# SSH
|
||||||
|
ssh_port: '22'
|
||||||
Reference in New Issue
Block a user