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
Forums
Discussions
Discussions
Discussions
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
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
10-17-2006 02:06 PM
10-17-2006 02:06 PM
NOQUEUE
I am generating the following entries in my /var/adm/syslog/mail.log. It seems to be putting one entry each minute.
hp5 sendmail[18253] NOQUEUE: Null Connection from [192.168.9.10]
Does any one have any idea what this means?
Any Help would be greatly appreciated.
Tim
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-17-2006 02:33 PM
10-17-2006 02:33 PM
Re: NOQUEUE
Have a look at this from the Sendmail FAQ at sendmail.org:
http://www.sendmail.org/faq/section4.html#4.18
If the IP address given is not local, then I would shut sendmail down on this machine unless it is absolutely necessary.
Remember that sendmail only needs to be running if you are receiving mail. If you just need to send mail from this server, then sendmail does NOT need to be running all the time.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-17-2006 06:39 PM
10-17-2006 06:39 PM
Re: NOQUEUE
By default sendmail is set up by HP-UX to accept external mail. This is a security hazard.
Also by default however, sendmail is configured to not permit relay of mail, which this message indicates has been attempted, even if accidently.
There is nothing from the security standpoint that need be done accept to edit /etc/rc.config.d/mailsvrs and set sendmail daemon option to 0 so it doesn't run any more.
/sbin/init.d/sendmail stop
Then contact the admin of the other system about this mail relay thing, thats a sign of poor systems administration (unless its you) and a potential security hazard.
:-)
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-17-2006 07:48 PM
10-17-2006 07:48 PM
Re: NOQUEUE
"Null connection" means that the computer at the listed IP address is connecting to sendmail on hp5, but isn't actually transmitting anything; it just closes the connection immediately after establishing it. Some simple (or simplistic) network monitoring systems do that if they are configured to "check to see whether a service in TCP port X on host Y is running". Some services log null connections, some don't.
A regular once-a-minute polling would also suggest that this is an automatic action of some sort.
If the cause is a monitoring system and you don't want to disable the monitoring, you might want to pre-process your logs to remove the known non-interesting log entries before viewing and/or archiving the logs.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-18-2006 12:21 AM
10-18-2006 12:21 AM
Re: NOQUEUE
I was aware that sendmail did not have to be running to send mail via smart relay. I just had never seen this particular message before.
I am not the administator on this system so I will have them set the start flag to 0 and stop sendmail. Then they will have to find out why some thing is trying to connect to this system. This system only needs to have out going mail.
Thanks again for all you help