Check spam mails in MailEnable

cd C:\Program Files\Mail Enable\Logging\SMTP
findstr "Authenticated" LOG_FILE_NAME > auth.txt

Now check each sender IP in auth.txt file, check whois of IP address see, if any spamer.

cd C:\Program Files\Mail Enable\Logging\SMTP
findstr "AUTH" ex* > auth.txt
cd C:\Program Files\Mail Enable\Logging\SMTP
findstr "AUTH" ex* | findstr "Authenticated" > auth.txt

See MailEnable

Need help with Linux Server or WordPress? We can help!

Leave a Reply

Your email address will not be published. Required fields are marked *