Install mail processor
This commit is contained in:
parent
c553482e4b
commit
a7e84b668e
1 changed files with 4 additions and 0 deletions
|
@ -35,6 +35,10 @@
|
||||||
mode: 0660
|
mode: 0660
|
||||||
state: touch
|
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
|
- name: Compress stored incoming messages labeler logs
|
||||||
shell: find /var/spool/filter/ -maxdepth 1 -type f -iname in.\*.log -exec bzip2 -z9 {} \;
|
shell: find /var/spool/filter/ -maxdepth 1 -type f -iname in.\*.log -exec bzip2 -z9 {} \;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue