- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Postfix using port 25
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Discussions
Discussions
Discussions
Forums
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-01-2006 10:50 PM
тАО06-01-2006 10:50 PM
Postfix using port 25
Currently my messenging team is having issue with Postfix.
Postfix is running but when i did a telnet
"trying....."
According to network side no firewall is blocking as well.
Any advise?
Cliff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-01-2006 11:10 PM
тАО06-01-2006 11:10 PM
Re: Postfix using port 25
does the session actually continue after a long wait trying, or does it end with an error message.
To check network:
ping
traceroute/tracert (Windows)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-01-2006 11:15 PM
тАО06-01-2006 11:15 PM
Re: Postfix using port 25
netstat -an | grep 25
if you have lsof tool, lsof -i 25
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-01-2006 11:20 PM
тАО06-01-2006 11:20 PM
Re: Postfix using port 25
If the sendmail daemon isn't running you should get an error message, connection refused. But to be sure check the following:
Can you do a "ps -ef|grep send" to check if the sendmail daemon is running.
Also check with following command if the server listen on port 25(smtp):
netstat -af inet|grep smtp
tcp 0 0 *.smtp *.* LISTEN
What is the output of kmadin -s?
Do you see anything like ipf loaded.
Darrel
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-13-2006 07:34 PM
тАО06-13-2006 07:34 PM
Re: Postfix using port 25
Some setups configure postfix to listen to port 25 on 127.0.0.1 only.