HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- About the mailq problem
Operating System - HP-UX
1837893
Members
2916
Online
110122
Solutions
Forums
Categories
Company
Local Language
back
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
back
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
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Topic Options
- 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
08-09-2004 04:11 PM
08-09-2004 04:11 PM
About the mailq problem
As our internal SMTP mail system ( Lotus Notes)
has problem that the mails can't send from unix to notes , now, I found that there are some files stored at /var/spool/mqueue , and I tried to run mailq , I know that there are some mails will be sent out when all are resumed normal.
I want to ask
1. when will the mailq send the mail again , will it try to send the mail repeat and repeat .
2. if I want to try to send out the mailq manually , how can I do ?
3. if I want to delete the mailq , is it simply delete the file under the path /var/spool/mqueue ?
has problem that the mails can't send from unix to notes , now, I found that there are some files stored at /var/spool/mqueue , and I tried to run mailq , I know that there are some mails will be sent out when all are resumed normal.
I want to ask
1. when will the mailq send the mail again , will it try to send the mail repeat and repeat .
2. if I want to try to send out the mailq manually , how can I do ?
3. if I want to delete the mailq , is it simply delete the file under the path /var/spool/mqueue ?
2 REPLIES 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-09-2004 04:14 PM
08-09-2004 04:14 PM
Re: About the mailq problem
2. sendmail -q
will try and push the queue right away
sendmail -v -q will send it in verbose mode, useful for diagnnostics.
3. Yes
SEP
will try and push the queue right away
sendmail -v -q will send it in verbose mode, useful for diagnnostics.
3. Yes
SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
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
08-09-2004 04:33 PM
08-09-2004 04:33 PM
Re: About the mailq problem
You can detect queued mails information as mailq -v or sendmail -bp or lookinto /var/spool/mqueue file
It depends upon the sendmail.cf file. If you look into the options,
# minimum time in queue before retry
#O MinQueueAge=30m
It will be queued upto 30minutes before retry, minnimize it to repeat it again
You can send it manually with sendmail -q option
You can delete by making /var/spool/mqueue/* to null with normal cp /var/spool/mqueue/* /dev/null
It depends upon the sendmail.cf file. If you look into the options,
# minimum time in queue before retry
#O MinQueueAge=30m
It will be queued upto 30minutes before retry, minnimize it to repeat it again
You can send it manually with sendmail -q option
You can delete by making /var/spool/mqueue/* to null with normal cp /var/spool/mqueue/* /dev/null
Easy to suggest when don't know about the problem!
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP