- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Send mail hold-up
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
04-28-2003 10:00 AM
04-28-2003 10:00 AM
Send mail hold-up
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-28-2003 10:09 AM
04-28-2003 10:09 AM
Re: Send mail hold-up
sendmail -bp
This will indicate if the mail is still in the local queue.
You can also examine, /var/adm/syslog/mail.log for possible problems.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-28-2003 10:51 AM
04-28-2003 10:51 AM
Re: Send mail hold-up
sendmail -qtime would process queued messages at given interval.
sendmail -q0 will flush all the mails.
-USA..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-29-2003 06:35 AM
04-29-2003 06:35 AM
Re: Send mail hold-up
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-29-2003 06:52 AM
04-29-2003 06:52 AM
Re: Send mail hold-up
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-29-2003 07:13 AM
04-29-2003 07:13 AM
Re: Send mail hold-up
I've discovered at my site, sometimes it's suprising why mail ends up in the queue. We discovered that DNS was failing, and that caused sendmail to defer mail until later when it would try again to resolve a name.
In your sendmail.cf file, crank up the loglevel to something like 11 for a time and watch it, you may get some clues as to what the problem is, in mail.log.
Also, I think the queue itself may tell you the reason why mail has been deferred. Do a "mailq -v" when there's stuff in there.
Flushing the queue does not delete email, but attempts to deliver on demand, as far as I know.
To delete mail in the queue, just delete the files in /var/spool/mqueue - careful though if you are trying to delete a single email from the queue, as there is more than one file in there for each email.
And, of course, if you delete files in the queue, the sender may never know that the email was not delivered.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-29-2003 07:43 AM
04-29-2003 07:43 AM
Re: Send mail hold-up
if you want to delete the sendmail mail queue, then:
a) stop sendmail.
b) Delete all files in the directory you have specified as "QueueDirectory" in /etc/mail/sendmail.cf.
Regards,
Sergejs
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-29-2003 08:05 AM
04-29-2003 08:05 AM
Re: Send mail hold-up
It's not unheard of to have other files in the queue directory! Just remove all df*, qf*, and xf* files.