- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- some mails stored in mail queue
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-17-2007 07:46 PM
тАО06-17-2007 07:46 PM
some mails stored in mail queue
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-17-2007 08:12 PM
тАО06-17-2007 08:12 PM
Re: some mails stored in mail queue
There's probably some reason why the mails couldn't be sent...
Have a look in the log files to figure out what's wrong. Probably in /var/log/mail
Hope this helps,
Regards,
Rob
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-17-2007 08:14 PM - last edited on тАО05-17-2021 10:10 PM by Ramya_Heera
тАО06-17-2007 08:14 PM - last edited on тАО05-17-2021 10:10 PM by Ramya_Heera
Re: some mails stored in mail queue
Normally sendmail will periodically go through the queue and try to re-send any mails remaining there. If the mails are more than 6-8 hours old, sendmail will send a warning message to the sender of the original email, reporting that the mail has not reached the recipient yet, but sendmail will keep trying.
After the message has remained in the queue for a longer time (with the usual settings, about a week or two) sendmail will give up trying and notify the sender about the failure in mail delivery.
The command "sendmail -q" makes sendmail go through all the mails in the queue and make an immediate attempt to send them all.
If the receiving servers cannot be reached or they are not accepting connections, the mail will remain in the queue.
If your network connections are working correctly, the problem may be at the recipient end. Unless you can reach the administrators of the receiving site (obviously not by email, but using a phone or other methods instead), there is nothing you can do about it.
Look at the listing produced by "mailq": do the messages seem legitimate, or do they look like junk email messages? If they're junk email, someone has been trying to use your server as a junk mail relay and has had least partial success: this is bad, because it may cause your server to be denied as a junk mail source.
If you run sendmail in a machine that is exposed to the Internet, you should always keep sendmail up to date and ensure you have some anti-spam rules defined. The junk mail senders are *always* trying to find machines with old versions of sendmail and/or inadequate relay protection.
MK