- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- resend sendmail mqueue?
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
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
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-17-2003 08:58 PM
тАО01-17-2003 08:58 PM
resend sendmail mqueue?
My mail server was down for a while. And there are some files in /var/spool/mqueue.
Now, sendmail is running, but it can NOT resend those files. (there's no problem with new incoming message)
# sendmail -v -qI qfh0H1KKj26593
Running /var/spool/mqueue/h0FK22P19994 (sequence 1 of 94)
Service root@mydomain.com unknown: No such file or directory
root... Host unknown (Name server: -f: host not found)
Service MAILER-DAEMON@mydomain.com unknown: No such file or directory
root... Host unknown (Name server: -f: host not found)
MAILER-DAEMON... aliased to postmaster
postmaster... aliased to root
postmaster... aliased to root
Service MAILER-DAEMON@mydomain.com unknown: No such file or directory
root... Host unknown (Name server: -f: host not found)
MAILER-DAEMON... aliased to postmaster
postmaster... aliased to root
savemail: cannot save rejected email anywhere
any idea?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-18-2003 08:28 AM
тАО01-18-2003 08:28 AM
Re: resend sendmail mqueue?
usually after some time the emails from the queue are delivered automatically. But if you want to force sendmail to try to deliver each email in the queue just run:
$ sendmail -q
Regards,
Jochen
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-18-2003 11:49 PM
тАО01-18-2003 11:49 PM
Re: resend sendmail mqueue?
sendmail -q will try and force mail thats in the queue to go through.
sendmail -v d38.2 target address
A good diagnostic tool.
Steve
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-19-2003 03:49 AM
тАО01-19-2003 03:49 AM
Re: resend sendmail mqueue?
maybe i'm not sure but you need to be first authorize by your provider/email host before you can send mail to it
greets
udo
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-22-2003 04:13 AM
тАО01-22-2003 04:13 AM
Re: resend sendmail mqueue?
But it can not send out all email (already queue) in /var/spool/mqueue.
# ps -ax|grep sendmail
4276 ? S 0:00 /usr/sbin/sendmail -q1h
# sendmail -v d38.2 user@cleardatavoice.com
d38.2... User unknown
how to debug this?
thanks.