Browse Source

Added rspamd milters

master
Christoph Haas 5 years ago
parent
commit
992a83ad77
1 changed files with 9 additions and 0 deletions
  1. +9
    -0
      ansible/roles/ispmail-postfix/tasks/main.yml

+ 9
- 0
ansible/roles/ispmail-postfix/tasks/main.yml View File

@@ -81,3 +81,12 @@

- name: Enable user quota checking
command: "postconf 'smtpd_recipient_restrictions = reject_unauth_destination check_policy_service unix:private/quota-status'"

- name: Enable rspamd milter for smtpd
command: "postconf smtpd_milters=inet:127.0.0.1:11332"

- name: Enable rspamd milter for local mails
command: "postconf non_smtpd_milters=inet:127.0.0.1:11332"

- name: Configure rspamd milter macros
command: "postconf milter_mail_macros='i {mail_addr} {client_addr} {client_name} {auth_authen}'"

Loading…
Cancel
Save