mbrother2 / da_script

Bash script for DirectAdmin server

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

da_script

Bash script for DirectAdmin server

1. check_user_spam_email.sh - Check spam email through smtp

  • Download
curl -o check_user_spam_email.sh https://raw.githubusercontent.com/mbrother2/da_script/master/check_user_spam_email.sh
  • Run in background( important)
sh check_user_spam_email.sh &
  • Read log file to detect spam email
tail -f /root/spam.txt
  • Variable can change:
DELAY: Time for command lsof repeat again

About

Bash script for DirectAdmin server

License:MIT License


Languages

Language:Shell 100.0%