steps for autoresponder mailbot

This commit is contained in:
2021-12-19 21:05:18 +01:00
parent fbebdad8fe
commit 28064e8144
2 changed files with 16 additions and 0 deletions

View File

@@ -37,6 +37,17 @@
dest: etc/services.d/autoreply-editor.ini
notify: reload supervisord
- name: Create autoresponders directory
file:
path: autoresponders
state: directory
- name: Create autoreply mailbot filter
template:
src: filter-autoreply.j2
dest: .filter-autoreply
mode: 0600
handlers:
- name: reread supervisord
command: supervisorctl reread