Luke Smith
há 1 ano
ascendente
cometimento
3f2b10f854
Não foi encontrada uma chave conhecida para esta assinatura, na base de dados
ID da chave GPG: 4C50B54A911F6252
1 ficheiros alterados com
2 adições e
1 eliminações
-
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 |
|
|
|
|
|
|
|