Merge pull request #71 from Poil/add_inet_protocols

add inet_protocols
This commit is contained in:
Niels Abspoel 2018-07-09 12:19:46 +02:00 committed by GitHub
commit cf42ec7e8c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View File

@ -59,6 +59,7 @@ postfix:
mailbox_size_limit: 0
recipient_delimiter: +
inet_interfaces: all
inet_protocols: all
#postsrsd:
sender_canonical_maps: tcp:127.0.0.1:10001

View File

@ -94,6 +94,7 @@
{{ set_parameter('mailbox_size_limit', '0') }}
{{ set_parameter('recipient_delimiter', '+') }}
{{ set_parameter('inet_interfaces', 'all') }}
{{ set_parameter('inet_protocols', 'all') }}
{{ set_parameter('message_size_limit', '41943040') }}
{%- if config.get('relayhost') %}