From 8a7c0f8a780c11269fa6aba7884e41a35907f2bb Mon Sep 17 00:00:00 2001 From: Christoph Haas Date: Fri, 23 Oct 2015 08:19:34 +0200 Subject: [PATCH] smtpd_recipient_restrictions not necessary for relaying with Postfix >=2.10 --- roles/ispmail-postfix/tasks/main.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/roles/ispmail-postfix/tasks/main.yml b/roles/ispmail-postfix/tasks/main.yml index b18078e..ebd8a1e 100644 --- a/roles/ispmail-postfix/tasks/main.yml +++ b/roles/ispmail-postfix/tasks/main.yml @@ -64,9 +64,6 @@ - name: Set TLS encryption key command: postconf smtpd_tls_key_file=/etc/ssl/private/mailserver.pem -- name: Enabling SMTP authentication during the SMTP protocol - command: postconf smtpd_recipient_restrictions=permit_mynetworks,permit_sasl_authenticated,reject_unauth_destination - - name: Copying patch for Debian bug 739738 copy: src=spamassassin.patch dest=/tmp/spamassassin.patch