Category : Email

To enable email archiving at cPanel (for directadmin, sample in ns14 /etc/system_filter.exim) 1. edit /etc/cpanel_exim_system_filter 2. add below text at the last line: == if (“$h_to:, $h_cc:, $h_bcc” contains “domain.com.my”) then unseen deliver “test@domain.com.my” endif if $sender_address: contains “domain.com.my” then unseen deliver “test2@domain.com.my” endif == 3. save > re..

Read more

Sometimes we may need to bypass the SMTP authentication for the certain sender’s IP address. In order to do so in Directadmin server, we’ll need to add sender’s IP address into exim.conf: Find the line below: hostlist relay_hosts = net-lsearch;/etc/virtual/pophosts Add senders IP address: hostlist relay_hosts = net-lsearch;/etc/virtual/pophosts : xx.xx.xx.xx Where xx.xx.xx.xx is senders IP ..

Read more

Sometimes, after the SmarterMail password is changed, for Windows hosting we also need to update it in Plesk. For Plesk 12.5, the password can be updated in: Tools & Settings >> Server Components >> Mail Server (SmarterMail Server 15.x.xxx) For old Plesk 9.5: Settings >> Server Components >> Mail Server (SmarterMail Server..

Read more

Sometimes, when cutomers use their gmail account to send out emails throught their website, e.g WordPress, they may encounter the error below: [cc]cURL error 60: SSL certificate problem: unable to get local issuer certificat[/cc] In order to fix it we need to download a CA cert file from https://curl.haxx.se/docs/caextract.html and include it in website’s php.ini ..

Read more

Edit /etc/vaderetro/vrspamd.conf [cc lang=”bash”]vi /etc/vaderetro/vrspamd.conf[/cc] add on the last line [cc lang=”bash”]SPAM_STORAGE_PATH=/var/vaderetro/spam[/cc] create spam directory [cc lang=”bash”]mkdir -p /var/vaderetro/spam[/cc] restart vrspamd [cc lang=”bash”]service vrspamd re..

Read more