ansible/mail.yml
genofire c18f53b8ea Add rspamd support.
Postfix uses the Rspamd proxy as spam filtering milter
and HAProxy exposes the Rspamd webinterface through HTTPS.

Updates #10
2020-10-26 23:46:16 +01:00

21 lines
234 B
YAML

---
- hosts:
- localhost
become: yes
tasks:
- name: Install passlib
package:
name: py37-passlib
state: present
- hosts:
- mail
become: yes
roles:
- dovecot
- rspamd
- postfix