From fe261fc63509d91fc0f10ce54af7565fb8f9e21d Mon Sep 17 00:00:00 2001 From: Benjamin DUPUIS Date: Tue, 3 Jul 2018 15:35:32 +0200 Subject: [PATCH] add inet_protocols --- pillar.example | 1 + postfix/files/main.cf | 1 + 2 files changed, 2 insertions(+) diff --git a/pillar.example b/pillar.example index e00a93f..a475ac3 100644 --- a/pillar.example +++ b/pillar.example @@ -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 diff --git a/postfix/files/main.cf b/postfix/files/main.cf index fa03b67..07bde25 100644 --- a/postfix/files/main.cf +++ b/postfix/files/main.cf @@ -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') %}