From ed0b8e16a5143e7977af18272aeaddab3b5c14a6 Mon Sep 17 00:00:00 2001 From: muppeth Date: Mon, 6 Sep 2021 11:47:12 +0200 Subject: [PATCH] fixed postfix master --- tasks/configure.yml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/tasks/configure.yml b/tasks/configure.yml index b37c19b..a7e1c2d 100644 --- a/tasks/configure.yml +++ b/tasks/configure.yml @@ -15,17 +15,17 @@ marker: '# {mark} LACRE config block (Ansible)' block: | gpg-mailgate unix - n n - - pipe - flags= user=lacre argv={{ lacre_app_dir }}/gpg-mailgate.py ${recipient} + flags= user=lacre argv={{ lacre_app_dir }}/gpg-mailgate.py ${recipient} 127.0.0.1:10028 inet n - n - 10 smtpd - -o content_filter= - -o receive_override_options=no_unknown_recipient_checks,no_header_body_checks - -o smtpd_helo_restrictions= - -o smtpd_client_restrictions= - -o smtpd_sender_restrictions= - -o smtpd_recipient_restrictions=permit_mynetworks,reject - -o mynetworks=127.0.0.0/8 - -o smtpd_authorized_xforward_hosts=127.0.0.0/8 + -o content_filter= + -o receive_override_options=no_unknown_recipient_checks,no_header_body_checks + -o smtpd_helo_restrictions= + -o smtpd_client_restrictions= + -o smtpd_sender_restrictions= + -o smtpd_recipient_restrictions=permit_mynetworks,reject + -o mynetworks=127.0.0.0/8 + -o smtpd_authorized_xforward_hosts=127.0.0.0/8 - name: '[LACRE] - Replace content_filter setting in postfix' replace: