MailEnable Delete old logs
Create a new file with file name del_smtp_log.bat in C:\Program Files\Mail Enable\Logging with following commands. net stop mesmtpcs del SMTP\*.log net start mesmtpcs See MailEnable
Create a new file with file name del_smtp_log.bat in C:\Program Files\Mail Enable\Logging with following commands. net stop mesmtpcs del SMTP\*.log net start mesmtpcs See 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
MailEnable provides a command line utility to purge messages from the MailEnable message store. The utility will purge all postmaster, badmail, Inbox or Deleted Items messages that exceed the specified age. It can be scheduled as a batch job using the Windows Task Scheduler if needed. Syntax: MEPURGE {POSTOFFICE+ALL} {DAYS} {SWITCHES} [UNREAD] Parameters POSTOFFICE|ALL = … Read more
Install MailEnable Mail Server MailEnable delete old mails Check spam mails in MailEnable MailEnable Delete old logs
Download mailenable Standard edition from http://www.mailenable.com/mailenablestandard.exe Mailenable username: Postmater Password : Gkl1234rt22 Domain name : server30.hosthat.com DNS host : default SMTP Prot : 25 Configuration Go to MailEnable > Connector> SMTP > Properties General Tab Local domain : server30.hosthat.com Default mail domain : server30.hosthat.com email id for sending notification : POSTMASTER@server30.hosthat.com Inbound Relay check Enable … Read more