Lets show you how to enable SSL option in outlook while setting up e-mail account. Usually the SMTP, IMAP/POP3 ports in PCI restricted servers should […]
Here we describe how to add domainkeys and SPF (Sender Policy Framework) records on cPanel Servers. Whenever you create a domain on cPanel server using […]
The below script will help you to find the mail count by various accounts. grep “cwd=” /var/log/exim_mainlog|awk ‘{for(i=1;i<=10;i++){print $i}}’|sort|uniq -c|grep cwd|sort -n The number of mails […]