msmtp queue

This commit is contained in:
Pig Monkey 2015-12-25 19:49:53 -08:00
parent 5b75de3f1a
commit 4a97eaebd1

View file

@ -41,3 +41,20 @@
copy: src=cronie-service-msmtp.conf dest=/etc/systemd/system/cronie.service.d/msmtp.conf
tags:
- msmtp
- name: Copy msmtpq script
copy: src=/usr/share/doc/msmtp/msmtpq/msmtpq dest=/usr/local/bin/ mode=0755
tags:
- msmtp
- name: Copy msmtp-queue script
copy: src=/usr/share/doc/msmtp/msmtpq/msmtp-queue dest=/usr/local/bin/ mode=0755
tags:
- msmtp
- name: Create msmtp queue directory
file: path=/home/{{ user.name }}/.msmtp.queue state=directory mode=0700
become: yes
become_user: "{{ user.name }}"
tags:
- msmtp