add inet_protocols

This commit is contained in:
Benjamin DUPUIS 2018-07-03 15:35:32 +02:00
parent b19eb93f9c
commit fe261fc635
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') %}