Files
ansible-role-directadmin/tasks/config/mail/esf.yml

13 lines
348 B
YAML
Raw Normal View History

- name: Ensure custom ESF directory exists
file:
path: /etc/exim.easy_spam_fighter
state: directory
- name: Apply ESF Configurations
template:
src: templates/exim/exim.easy_spam_fighter/variables.conf.custom.j2
dest: /etc/exim.easy_spam_fighter/variables.conf.custom
mode: 0600
notify:
- "directadmin : Restart Exim"