- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Why are mails sometimes queued not sent ?
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
02-03-2006 02:06 AM
02-03-2006 02:06 AM
Feb 3 08:06:03 hp5430 sendmail[21102]: IAA21102: to=aly.nensi@xyz.com, delay
=00:00:00, mailer=esmtp, stat=queued
...... each recipient has a line like that
An hour later,
Feb 3 09:19:07 hp5430 sendmail[26424]: IAA21102: to=kevin.brown@xyz.com,...,all recipient in one line...ctladdr=sdc
(104/550), delay=01:13:04, xdelay=00:00:00, mailer=esmtp, relay=xyz.com. [17
2.xx.x.xxx], stat=Sent (M2006020309212120925 Message accepted for delivery)
From the log all it tells is it's delayed. Anywhere I can check why?
The server has not been rebooted for half of a year. Could that be the reason ?
Thanks,
Chushia
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-03-2006 02:17 AM
02-03-2006 02:17 AM
Re: Why are mails sometimes queued not sent ?
Use sendmail -q to force the queue processing.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-03-2006 02:18 AM
02-03-2006 02:18 AM
Re: Why are mails sometimes queued not sent ?
If you want to push fast then run sendmail with -bd option to run in background
-USA..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-03-2006 02:22 AM
02-03-2006 02:22 AM
Re: Why are mails sometimes queued not sent ?
Per the HPUX side, the mail will be delivered. Are you receiving any messages saying the mail could not/was not delivered?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-03-2006 02:23 AM
02-03-2006 02:23 AM
Re: Why are mails sometimes queued not sent ?
It went by itself. Now the Q is empty.
The sendmail is runing all the time.
As by our Admin, the Exchange Server had no issue. Also there were a bunch of emails going out before and after this email, and they were all OK.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-03-2006 02:27 AM
02-03-2006 02:27 AM
Re: Why are mails sometimes queued not sent ?
It's not delayed receiving the message.
On the HPUX side, the sender didn't get any messages about the mail being delayed or so ...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-05-2006 05:07 PM
02-05-2006 05:07 PM
SolutionAlso the mail delivery is depends on the load average of the server . there is one QueueLA option in sendmail which specifies the load average at which the server should only queue the mail and not to deliver . Ur pblm may be because of this . Normally it is 8. SO if the load average of the server is above 8 and a mail comes at that time , then the mail will be just queued and it will not be send until the load average become less than 8.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-05-2006 05:39 PM
02-05-2006 05:39 PM
Re: Why are mails sometimes queued not sent ?
Reasons mails not sent:
DNS lookup fails.
Server you relay through fails to acccept them.
The message is not deliverable due to errors or spam policy at the receiving server.
The user of the email is unknown.
Sendmail is quite tricky and if you deal with those factors above that are in your control the best you can do is minimize the problem.
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
02-06-2006 02:35 AM
02-06-2006 02:35 AM
Re: Why are mails sometimes queued not sent ?
There is a case happening right now and the load average was 9 (>8).
It looks like I really need to re-boot the server now to clenup up some hung proceses.
Thanks all,
Chushia