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 »

Google Apps - A Google solution for email.

Do you know you can have a webmail for your own domain name which interface similar like gmail?
It’s powered by Google where email is more intuitive, efficient and useful.

To register : http://www.google.com/a/cpanel/domain/new and follow this instructions how to migrate from your existing boring webmail system to gmail like webmail.

Step 1: Choose a domain name, I use mazuhan.com as I sign up for my domain

gapps1

Step 2: Sign up for Google Apps Standard Edition

gapps4
To get started with Google Apps Standard Edition, you will need to fill out a few details about number of users, account administrator details and organization info.

Read more »