瀏覽代碼

Use newer version of check-rbl to no longer check non-existing list, see issue 750 in upstream

Thomas Buck 5 年之前
父節點
當前提交
489ee6b75c
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      roles/mailserver/tasks/checkrbl.yml

+ 1
- 1
roles/mailserver/tasks/checkrbl.yml 查看文件

@@ -1,5 +1,5 @@
1 1
 - name: Download check-rbl
2
-  get_url: url=https://raw.github.com/lukecyca/check-rbl/38006028bc1865e9c/check-rbl.pl dest=/opt/check-rbl.pl sha256sum=59a8e15ee702e8c056426ebdd155fdd7a651716f40c58b7a4fef2a1c312f07da
2
+  get_url: url=https://raw.githubusercontent.com/lukecyca/check-rbl/e2bd60f5e5175375cd2f7f1b1b752473e3a23640/check-rbl.pl dest=/opt/check-rbl.pl sha256sum=22093bd59ed84cb7ee6e336fb2a4ab73dbe3a05837d2bab9b491a21df16b35d8
3 3
 
4 4
 - name: Install nightly check-rbl cronjob
5 5
   cron: name="check-rbl" hour="2" minute="0" job="perl /opt/check-rbl.pl -i {{ ansible_default_ipv4.address }}"

Loading…
取消
儲存