소스 검색

Added rspamd milters

master
Christoph Haas 5 년 전
부모
커밋
992a83ad77
1개의 변경된 파일9개의 추가작업 그리고 0개의 파일을 삭제
  1. +9
    -0
      ansible/roles/ispmail-postfix/tasks/main.yml

+ 9
- 0
ansible/roles/ispmail-postfix/tasks/main.yml 파일 보기

@@ -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}'"

불러오는 중...
취소
저장