Membuat Email alert untuk spamming di postfix
buat file misal check.sh nano check.sh #!/bin/bash cat /var/log/maillog |grep @aol.* > /dev/null #Email Notification if [ “$?” = “0” ]; then echo “Email send […]
buat file misal check.sh nano check.sh #!/bin/bash cat /var/log/maillog |grep @aol.* > /dev/null #Email Notification if [ “$?” = “0” ]; then echo “Email send […]