Download mailenable Standard edition from http://www.mailenable.com/mailenablestandard.exe Mailenable username: Postmater Password : Gkl1234rt22 Domain name : server30.hosthat.com … Install MailEnable Mail ServerRead more
MailEnable
Install MailEnable Mail ServerMailEnable delete old mailsCheck spam mails in MailEnableMailEnable Delete old logs
MailEnable delete old mails
MailEnable provides a command line utility to purge messages from the MailEnable message store. The utility … MailEnable delete old mailsRead more
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 … Check spam mails in MailEnableRead more
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 … MailEnable Delete old logsRead more
Best Transactional Email Providers
Many cloud hosting providers, including Google Cloud, AWS, Microsoft Azure, and DigitalOcean, do not support sending … Best Transactional Email ProvidersRead more
SASL authentication no mechanism available
When sending email from postfix mail sever that use mailgun for relaying mails, i get error … SASL authentication no mechanism availableRead more
eximrm
Here is a bash script to delete mails in exim mail queue. Helpful when you have … eximrmRead more
spf
http://www.openspf.org/SPF_Record_Syntax Here is some SPF examples v=spf1 include:_spf.google.com a a:server10.hosthat.com ip4:147.243.1.48 -all DMARC record _dmarc.yourdomain.com TXT … spfRead more
Check Mail Server Support SSL/TLS
To check if a mail server support SSL/TLS, run openssl s_client -connect MAIL_SERVER_IP:PORT -starttls smtp Example … Check Mail Server Support SSL/TLSRead more