- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- sendmail stat=Deferred
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
тАО01-18-2010 08:59 AM
тАО01-18-2010 08:59 AM
stat=Deferred: Connection reset by smtp.xxxxx.com.
Then they sit in the mailqueue. I can manually send them by sending a sendmail -q0 command. Does any one know why this would be happening. It does not happen to the same address every time.
Any Help would be greatly appreciated!!
Thanks,
Tim
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-18-2010 09:41 AM
тАО01-18-2010 09:41 AM
Re: sendmail stat=Deferred
Who is "xxxxx.com"? You or someone else?
One domain or many?
> Any Help would be greatly appreciated!!
You first. Hiding potentially valuable
information may not be the best approach.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-18-2010 10:51 AM
тАО01-18-2010 10:51 AM
SolutionSteps to relay mail to an exchange server, 1 being the most crtitical.
1) Have the Exchange Server admin configure the server to accept relay from this system by IP addresss.
2) Configure sendmail with the DS directive in sendmail to forward the mail in the sendmail.cf file.
DShostname_of_exchange_srever
DSip_address_of_exhange_server
DS
[192.168.0.55]
The final example is using the numeric ip address of the exhange server which avoids DNS issues blockng access.
After you make the change:
3)
/sbin/init.d/sendmail stop
/sbin/init.d/sendmail start
Normally sudo or root privileges are necessary for this.
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
тАО01-18-2010 12:46 PM
тАО01-18-2010 12:46 PM
Re: sendmail stat=Deferred
As you know xxxxxx is the name of my mail server and it doesn't matter what it is called. There fore I put all the pertinent information in the call and was hiding nothing that was needed to solve the problem. But if it helps we can call it smtp.testmail.com. There is only domain. Sendmail is working just fine except when a large batch of emails are sent at one time.
SEP...........
As I wrote above send mail is working just fine except when large batch of emails, maybe 60 - 90 emails are sent at once or in a short period time like a minute or two. So I don't thing that it is a DNS issue, but I will change the sendmail.cf file just so that we can rule it out.
Thanks,
Tim
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-18-2010 01:48 PM
тАО01-18-2010 01:48 PM
Re: sendmail stat=Deferred
Actually, from the information given we don't know that smtp.xxxxx.com is your e-mail server. It could easily be a server somewhere on the Internet if you HP-UX server was not set up to use a smart-relay host to send mail.
When sending the e-mail, is there any way to tell at what point these messages get deferred? Is it possible that your smtp.xxxxx.com server is being overloaded by that many messages? Is there any way you can send the 5 or 10 messages at a time, pause, send another 5 or 10, etc.?
Barring that, set up a cron job to invoke 'sendmail -q' so that the queue is cleaned out regularly.
I run 'sendmail -q' every 15 minutes on my servers that don't have sendmail running. This way the mail queue will be processed for deferred outgoing messages regularly.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-18-2010 01:57 PM
тАО01-18-2010 01:57 PM
Re: sendmail stat=Deferred
I believe that I'm a better judge of what I
know than anyone else is.
> Actually, from the information given we
> don't know [...]
I sure didn't. With my weak psychic powers,
I'm repeatedly amazed by how little I know
about other people's situations without being
told.
> [...] Is it possible that your
> smtp.xxxxx.com server is being overloaded
> by that many messages? [...]
That'd be my guess. Some better diagnostics
(at one end or the other) might reveal what's
happening.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-18-2010 02:02 PM
тАО01-18-2010 02:02 PM
Re: sendmail stat=Deferred
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-19-2010 07:17 AM
тАО01-19-2010 07:17 AM
Re: sendmail stat=Deferred
The exchange server may be getting over loaded but according to the networking group that handles the exchange server this isn't happening. They insist that the problem is on the HP side of things. I totally disagree with this because nothing has really changed on the HP server but they are always messing with the exchange server and network.
I was finally able to get the networking group to start digging a little deeper into their logs and I believe they found the problem. They haven't told me yet what they did but the mqueue is clean this morning.
If it happens again then I will just put a cron job out there to do a sendmail -q0.
Thanks for your help!
Tim
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-19-2010 07:29 AM
тАО01-19-2010 07:29 AM
Re: sendmail stat=Deferred
> cron job out there [...]
But, if complaining to the next fellow up the
chain worked once, ...
Better to fix the problem where the problem
really is, if possible/practical.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-19-2010 09:21 AM
тАО01-19-2010 09:21 AM
Re: sendmail stat=Deferred
Once DS setup is done, and I do recommend doing it with IP address versus hostname, using a cron job to get mail off the server is the way to go.
This avoids the difficulties of having sendmail running and worrying about vulnerabilities.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com