##
# enable SASL authentication
smtp_sasl_auth_enable = yes
# disallow methods that allow anonymous authentication.
smtp_sasl_security_options = noanonymous
# where to find sasl_passwd
smtp_sasl_password_maps = hash:/etc/postfix/sasl_passwd
# Enable STARTTLS encryption
smtp_use_tls = yes
# where to find CA certificates
smtp_tls_CAfile = /etc/ssl/certs/ca-certificates.crt
#smtp_generic_maps = hash:/etc/postfix/generic
smtp_tls_security_level = may
mydomain = dorftirol.local
sender_canonical_maps = hash:/etc/postfix/canonical