mirror of
https://github.com/pigmonkey/spark.git
synced 2026-01-23 10:25:39 +00:00
msmtp queue
This commit is contained in:
parent
5b75de3f1a
commit
4a97eaebd1
1 changed files with 17 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue