17 lines
469 B
Text
17 lines
469 B
Text
|
# {{ 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 }}
|