瀏覽代碼

no error if no dmar dir, fix #271

pull/276/head
Luke Smith 1 年之前
父節點
當前提交
3f2b10f854
沒有發現已知的金鑰在資料庫的簽署中 GPG 金鑰 ID: 4C50B54A911F6252
共有 1 個檔案被更改,包括 2 行新增1 行删除
  1. +2
    -1
      emailwiz.sh

+ 2
- 1
emailwiz.sh 查看文件

@@ -328,7 +328,8 @@ useradd -m -G mail dmarc
cat <<EOF > /etc/cron.weekly/dmarc-clean
#!/bin/sh

find /home/dmarc/Mail -type f -mtime +30 -name '*.mail*' -delete
find /home/dmarc/Mail -type f -mtime +30 -name '*.mail*' -delete >/dev/null 2>&1
exit 0
EOF
chmod 755 /etc/cron.weekly/dmarc-clean



Loading…
取消
儲存