- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- NOQUEUE in /var/adm/syslog/mail.log - what means ?
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
03-28-2006 11:19 AM
03-28-2006 11:19 AM
NOQUEUE in /var/adm/syslog/mail.log - what means ?
I noticed some entries in /var/adm/syslog/mail.log that have "NOQUEUE: Null connection from ..." followed by an IP address.
Not knowing what this meant I wrote a shell script to grep out the lines, cut the IP and put it into /etc/mail/DeniedIP where not already there. This built up a list of IP addresses that had NOQUEUE entries which were refused connection.
I had assumed that these entries may had been attempts to hack my mail server.
Can anyone tell me what the NOQUEUE entries are and whether I should ignore them as just an internet connection issue or treat them as a security issue ?
Thanks
Rod White
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-28-2006 11:34 AM
03-28-2006 11:34 AM
Re: NOQUEUE in /var/adm/syslog/mail.log - what means ?
NOQUEUE: Null connection from host.domain [IP.AD.DD.RESS]
This ususally means that that host.domain connected to your Sendmail server but didn't issue any commands.
If it happens sometimes you can ignore it. If it happens very often, it's either someone playing around or it's a network problem or some virus related issue with the host.domain host.
Regards
Rajeev
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-28-2006 11:39 AM
03-28-2006 11:39 AM
Re: NOQUEUE in /var/adm/syslog/mail.log - what means ?
O Timeout.ident=0
or
#O Timeout.ident=
Comment out identd line in inetd.conf file and restart inetd with the "-c" switch.
cheers!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-29-2006 11:09 AM
03-29-2006 11:09 AM
Re: NOQUEUE in /var/adm/syslog/mail.log - what means ?
in the sendmail.cf file the only two lines uncommented with values were the defaults of Timeout.queuewarm=4h and Timeout.queuereturn=5d
All other "O Timeout." lines were commented out.
As for the identd line in inetd.conf ..
In what way does removing the ident service effect the NOQUEUE issue in sendmail ?
What impact would stopping this service have on other system processes such as rlogin, ftp, nfs ?
in other words, what benefit to sendmail does turning off this service provide with respect to disadvantages in other processes.
Rod
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-29-2006 11:14 AM
03-29-2006 11:14 AM
Re: NOQUEUE in /var/adm/syslog/mail.log - what means ?
I get around 10 distinct new IP addresses per day from the mail.log file tha have NOQUEUE.
In total the DeniedIP file now contains around 330 IPs collected.
Is there any other information in the mail.log entry that I could do a test on to see if it is a mail connection with a network issue rather than a spurious connection to this port (either hacker or virus) ?
Perhaps if I increased the Timeout.ident setting to overcome network timeouts from real mail servers and then ran the process this would then only pickup spurious connections ???????
Rod