| Author |
How To Open a Port in SunSolaris.
|
Somnath Mallick
Ranch Hand
Joined: Mar 04, 2009
Posts: 471
|
|
Hi Everyone,
I have created a JavaMail API and trying to make it work in Sun OS. But when i try to run the code I get the error:
When i ran the command
I did not see Port 25 on the list. So it could be that port 25 is not active. If so, how do i make port 25 open?
|
 |
Tim Holloway
Saloon Keeper
Joined: Jun 25, 2001
Posts: 14572
|
|
|
Port 25 is the SMTP mail port. The host indicated is either not running an SMTP server (such as sendmail) or has it blocked by a firewall.
|
Customer surveys are for companies who didn't pay proper attention to begin with.
|
 |
Somnath Mallick
Ranch Hand
Joined: Mar 04, 2009
Posts: 471
|
|
When i run the command nslookup, i get the address:
Isn't that the SMTP server?
|
 |
 |
|
|
subject: How To Open a Port in SunSolaris.
|
|
|