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

MailEnable delete old mails

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

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