qmail-smtpd Listen On 2 Different Ports

My previous posting regarding smtp port 25 blocked by tmnet where TM will block OUTBOUND Simple Mail Transfer Protocol (SMTP) traffic or port 25 for all outgoing e-mails from streamyx dynamic IP addresses.

For those running qmail server, this is the way how to configure qmail-smtpd to listen on another port 587 instead of default port 25. In other word qmail-smtpd will listen on 2 different ports, 25 and 587.

First we copy /var/qmail/supervise/qmail-smtpd to /var/qmail/supervise/qmail-smtpd2 and edit the run script located in the qmail-smtpd2 directory and change the smtp port to 587.

# cd /var/qmail/supervise
# cp -rf qmail-smtpd qmail-smtpd2
# cd qmail-smtpd2
# vi run

Read more »

Email Server with Linux and Qmail

Web hosting preview for email solution
Email services in todays ICT world is one of must have for every company regardless of small, medium or enterprise the company is.

Linux and open source software is one of the best option in term of software costing, stability and reliability. Mail transfer agent (MTA) like Qmail, Sendmail, Posfix or Exim is among the popular one and I prefer to use  qmail to powered my email servers.

Why qmail?
Qmail is a sendmail replacement and is among the five most popular Unix mail servers on the Internet.

As the nature of open source, email server solution come with another handy software packages to complement with the qmail and it’s free of charge.

Qmail Ingredient
The installation and setup of a qmail based mail server requires list of softwares to work together and once again I remind you, all of the software listed below is free from software licensing fees.

Read more »

No More Private SMTP Server : Port 25 Blocked By TMnet

According to the TM Net Latest News, Telekom Malaysia Berhad is blocking all SMTP traffic or port 25 for all out going emal from tmnet dynamic IP addresses.

With this latest policy, only Outbound SMTP traffic from smtp.streamyx.com and smtp.tm.net.my will be allowed. Streamyx customers who have their own mail server (Example: mail.YourDomain.com) or subscribe email hosting with hosting provider will not be able to send out e-mails using email program.

Most web hosting provider operate port 25 as a smtp port by default. In order to overcome this issue, hosting provider should change the port to another port such as port 26.

This example only for web hosting provider using WHM/cPanel as a web hosting control panel.

Login to your WHM , normally http://yourmailserver.com/whm

Go to Main >> Service Configuration >> Service Manager
Tick on Enabled and Monitor to enable smtp port to run on port 26 as below  and save it.

 

exim

Read more »