Thursday, March 28, 2024
Bash Script

Membuat Email alert spam di cpanel

buat file misal check.sh

nano check.sh

#!/bin/bash

cat /var/log/exim_mainlog |grep @aol.* > /dev/null

#Email Notification
if [ “$?” = “0” ]; then
echo “Email send to aol” | mailx -s “Send mail spam aol#Reborn” hendro@yuby.com
else
echo “Email send to aol” > /dev/null
exit 1
fi

chmod a+x check.sh

crontab -e

* * * * * /bin/sh /media/check.sh >/dev/null 2>&1

(Visited 65 times, 1 visits today)
Baca Juga :  Backup dari Debian/Ubuntu/Centos/Open BSD ke Synology

Similar Posts


Warning: Trying to access array offset on value of type bool in /home/des1gn/hendro-wibiksono.web.id/wp-content/plugins/floating-related-posts/floating-related-posts-pro.php on line 270

Warning: Trying to access array offset on value of type bool in /home/des1gn/hendro-wibiksono.web.id/wp-content/plugins/floating-related-posts/floating-related-posts-pro.php on line 270

Warning: Trying to access array offset on value of type bool in /home/des1gn/hendro-wibiksono.web.id/wp-content/plugins/floating-related-posts/floating-related-posts-pro.php on line 270

Warning: Trying to access array offset on value of type bool in /home/des1gn/hendro-wibiksono.web.id/wp-content/plugins/floating-related-posts/floating-related-posts-pro.php on line 270

Warning: Trying to access array offset on value of type bool in /home/des1gn/hendro-wibiksono.web.id/wp-content/plugins/floating-related-posts/floating-related-posts-pro.php on line 270

Warning: Trying to access array offset on value of type bool in /home/des1gn/hendro-wibiksono.web.id/wp-content/plugins/floating-related-posts/floating-related-posts-pro.php on line 270

Warning: Trying to access array offset on value of type bool in /home/des1gn/hendro-wibiksono.web.id/wp-content/plugins/floating-related-posts/floating-related-posts-pro.php on line 270

Warning: Trying to access array offset on value of type bool in /home/des1gn/hendro-wibiksono.web.id/wp-content/plugins/floating-related-posts/floating-related-posts-pro.php on line 270