ansible-role-postfix_mta/templates/main.cf.j2
2019-03-05 13:44:14 +01:00

16 lines
469 B
Django/Jinja

# {{ ansible_managed }}
smtpd_banner = $myhostname ESMTP $mail_name (Debian/GNU)
biff = no
append_dot_mydomain = no
readme_directory = no
compatibility_level = 2
myhostname = {{ postfix_hostname }}
myorigin = {{ postfix_origin }}
mydestination = $myhostname, localhost
default_transport = smtp
mynetworks = 127.0.0.0/8 [::ffff:127.0.0.0]/104 [::1]/128
mailbox_size_limit = 0
recipient_delimiter = +
inet_interfaces = localhost
inet_protocols = {{ postfix_protocols }}