- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: push the queue right away
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
10-04-2004 01:29 PM
10-04-2004 01:29 PM
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-04-2004 01:31 PM
10-04-2004 01:31 PM
Re: push the queue right away
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-04-2004 01:43 PM
10-04-2004 01:43 PM
Re: push the queue right away
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-04-2004 01:51 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-05-2004 12:39 AM
10-05-2004 12:39 AM
Re: push the queue right away
This may be if the relay server mentioned on the sendmail.cf file is having some issues, recycling the sendmail daemon will not help in this case. Please make sure the relay server is fine.
Rgds
Gopi
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-05-2004 03:20 AM
10-05-2004 03:20 AM
Re: push the queue right away
tail /var/adm/syslog/mail.log
Usually you'll find errors like can't qualify my own name or missing MX records in DNS, or unable to qualify my own domain name or similar. This means that you'll have to change your options in sendmail.cf so the mail can be delivered.
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-05-2004 03:26 AM
10-05-2004 03:26 AM
Re: push the queue right away
Use 'sendmail -q -v'. You will see how sendmail attempts to send the mails. You should be able to figure out the reason from there. Or look at /var/adm/syslog/mail.log for more information.
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-05-2004 03:38 AM
10-05-2004 03:38 AM
Re: push the queue right away
Check you mail.log file under /var/adm/syslog and it may give you a clue on what is happening.
Hope this helps.
Regds
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-05-2004 06:19 AM
10-05-2004 06:19 AM
Re: push the queue right away
IE - send a test email to yourself:
mailx -s "test" you@yourdomain.com
Check your log mail log file...
Look at some of the emails - cd /var/spool/mqueue
Just vi a couple...where are they going?
If you don't need them - stop sendmail, then rm them...then start sendmail.
Rgds...Geoff