move shells scripts to dovecote dir
This commit is contained in:
parent
420bcb1b98
commit
56d014d311
3 changed files with 3 additions and 3 deletions
|
|
@ -2,4 +2,4 @@ require ["vnd.dovecot.pipe", "copy", "imapsieve", "variables"];
|
||||||
if string "${mailbox}" "Trash" {
|
if string "${mailbox}" "Trash" {
|
||||||
stop;
|
stop;
|
||||||
}
|
}
|
||||||
pipe :copy "/usr/local/bin/rspamd-learn-ham.sh";
|
pipe :copy "rspamd-learn-ham.sh";
|
||||||
|
|
|
||||||
|
|
@ -1,2 +1,2 @@
|
||||||
require ["vnd.dovecot.pipe", "copy", "imapsieve"];
|
require ["vnd.dovecot.pipe", "copy", "imapsieve"];
|
||||||
pipe :copy "/usr/local/bin/rspamd-learn-spam.sh";
|
pipe :copy "rspamd-learn-spam.sh";
|
||||||
|
|
|
||||||
|
|
@ -51,7 +51,7 @@
|
||||||
- name: copy shellscripts
|
- name: copy shellscripts
|
||||||
copy:
|
copy:
|
||||||
src: "{{ item }}"
|
src: "{{ item }}"
|
||||||
dest: "/usr/local/bin/{{ item }}"
|
dest: "/etc/dovecot/sieve/{{ item }}"
|
||||||
mode: a+x
|
mode: a+x
|
||||||
with_items:
|
with_items:
|
||||||
- rspamd-learn-spam.sh
|
- rspamd-learn-spam.sh
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue