Install mail processor

This commit is contained in:
Antonio J. Delgado 2023-02-09 08:35:42 +02:00
parent c553482e4b
commit a7e84b668e

View file

@ -35,6 +35,10 @@
mode: 0660
state: touch
- name: Ensure mail processor is installed
pip:
name: git+ssh://git@repos.susurrando.com:1122/srv/git.repos/mail_processor.git
- name: Compress stored incoming messages labeler logs
shell: find /var/spool/filter/ -maxdepth 1 -type f -iname in.\*.log -exec bzip2 -z9 {} \;