You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
487 B
YAML
17 lines
487 B
YAML
---
|
|
|
|
hetzner_server_labels: "stage={{ stage }} service=mail"
|
|
|
|
postfix_mynetworks:
|
|
- '127.0.0.0/8' # default
|
|
- '[::ffff:127.0.0.0]/104' # default
|
|
- '[::1]/128' # default
|
|
- '10.0.0.0/24' # private cloud subnet
|
|
postfix_hostname: 'dev-mail-01.smardigo.digital'
|
|
postfix_mailname: 'dev-mail-01.smardigo.digital'
|
|
postfix_smtpd_banner: '$myhostname ESMTP $mail_name'
|
|
postfix_smtpd_recipient_restrictions:
|
|
- permit_mynetworks
|
|
- permit_sasl_authenticated
|
|
- reject_unauth_destination
|