More info on my error. I can send, receive locally and also able to receive emails from the outside.But no able to send email outside of the server. Any one could help me find out what really is the problem where to check the logs? really appreciate your help.
Anytime email cant get out, or in, or you just dont know what is going on here, start with the most basic tools - binary troubleshooting, your whiteboard, and the command line.
I would have ignored the hardware change, qmail, smeserver etc and gone straight to this;
#telnet [my isp's SMTP server] 25
This would tell you immediately that;
If it worked (ie you got something like this;
Trying 210.54.141.2...
Connected to smtp.xtra.co.nz.
Escape character is '^]'.
220 mta03.xtra.co.nz ESMTP server ready Fri, 12 Nov 2010 11:43:24 +1300
)
then your network is good, your connection is working, you're not being port-25 blocked, your provider is listening.
If it didn't work (ie timeout or cannot resolve - smeserver or qmail is not likely the cause of the problem - look closer to your network or network config (like DNS) for clues.
At this point you've halved the problem space
The best techs are the ones who know how to see if the problem exists on their left or right.
MrKiwi