- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- sendmail connection timed out for a relay.. deferr...
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
тАО11-25-2020 03:13 PM
тАО11-25-2020 03:13 PM
We are having some issues with sendmail when there is an issue with in the first attempt to send a mail.
Sometimes we have an issue where the SMTP relay connection is timed out
I can see this message in the log
In the maillog it shows the stat of "Deferred"
I can then track this amil message from the unique identifier (it will be the same identifier used to find the files in /etc/spool/mqueue)
The next time I see this identifier, the amil is tried again to be sent... BUT.... this time a different SMTP relay is being used..
I have checked the /etc/mail/sendmail.cf file, and we only have 1 relay defined in there.
The deferred relay that is being used is our OLD one, which is not longer valid.
I am not sure where else I can look or what else I can do to fix so that when the message is attempted to be re-sent, it will use the correct relay.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-27-2020 06:54 PM - edited тАО11-29-2020 07:20 PM
тАО11-27-2020 06:54 PM - edited тАО11-29-2020 07:20 PM
Re: sendmail connection timed out for a relay.. deferred, next time send, using different relay
>>> I have checked the /etc/mail/sendmail.cf file, and we only have 1 relay defined in there.
>>>The deferred relay that is being used is our OLD one, which is not longer valid.
Do you have the correct relay listed in the sendmail.cf file?
If sendmail is using the old one, have you restarted sendmail?
The changes will not take effect until sendmail re-reads sendmail.cf.
/sbin/init.d/sendmail stop
/sbin/init.d/sendmail start
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-30-2020 08:43 AM