Просмотр исходного кода

smtpd_recipient_restrictions not necessary for relaying with Postfix >=2.10

merge-requests/1/merge
Christoph Haas 10 лет назад
Родитель
Сommit
8a7c0f8a78
1 измененных файлов: 0 добавлений и 3 удалений
  1. +0
    -3
      roles/ispmail-postfix/tasks/main.yml

+ 0
- 3
roles/ispmail-postfix/tasks/main.yml Просмотреть файл

@@ -64,9 +64,6 @@
- name: Set TLS encryption key - name: Set TLS encryption key
command: postconf smtpd_tls_key_file=/etc/ssl/private/mailserver.pem 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 - name: Copying patch for Debian bug 739738
copy: src=spamassassin.patch dest=/tmp/spamassassin.patch copy: src=spamassassin.patch dest=/tmp/spamassassin.patch




Загрузка…
Отмена
Сохранить