ansible-role-postfix_mta/templates/main.cf.j2

17 lines
469 B
Text
Raw Normal View History

2019-03-05 13:44:14 +01:00
# {{ 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 }}