- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Deffered mail
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
тАО02-27-2002 06:05 PM
тАО02-27-2002 06:05 PM
dcs2:/var/spool/mqueue>ls -al
total 18
drwxr-xr-x 2 bin bin 2048 Feb 28 09:44 .
drwxr-xr-x 14 root sys 1024 May 9 2001 ..
-rw------- 1 root mail 249 Feb 28 00:15 dfAAA10292
-rw------- 1 root mail 243 Feb 28 00:07 dfAAA20049
-rw------- 1 root mail 1933 Feb 28 00:15 qfAAA10292
-rw------- 1 root mail 1063 Feb 28 00:07 qfAAA20049
filename prefix by "d" actually is the contents for filename prefix by "q".
Any advice on which command in HPUX should be used for resending these file ?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-27-2002 06:15 PM
тАО02-27-2002 06:15 PM
Re: Deffered mail
The mail by default will sit there for 5 days and then will get deleted. The process will continue and try to send the mail every 30 minutes depending on your sendmail config.
The most likely cause of this is that your smart relay server is not accepting the mail. I've seen this before where the service on the mail server (particularly exchange) is not running. Check to see if you have the right smart relay server in your sendmail.cf file. e.g.
# "Smart" relay host (may be null)
DSmetxc1
If you leave this entry blank the sendmail
process may find another server for servicing.
If you change your sendmail.cf file you must restart the sendmail process.
HTH
-Michael
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-27-2002 06:23 PM
тАО02-27-2002 06:23 PM
Re: Deffered mail
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-27-2002 06:26 PM
тАО02-27-2002 06:26 PM
Re: Deffered mail
What is the difference between the recipient
address for successful mail and the unsuccessful mail. If the address can be worked out the mail should automatically be sent.
-Michael
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-27-2002 07:47 PM
тАО02-27-2002 07:47 PM
Re: Deffered mail
The usual cause for deferred mail is that the destination server is not accepting mail - for whatever reason. Basically all is correct w/the sendmail setup in general & the msg itself. The server just cannot deliver. This also indicates the destination is valid & has a proper DNS MX record.
Two choices:
1)Let it keep trying - if the destination comes back on-line it'll get delivered. If it doesn't it'll go back to sender - in 5 days by default.
2) Manually take it off the queu & send it back to sender with a non-delivery notice..
I generally let the defaults rule unless the sender calls & inquires. Then I'll inform them & let them decide.
HTH,
Jeff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-27-2002 08:05 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-27-2002 08:21 PM
тАО02-27-2002 08:21 PM
Re: Deffered mail
Thank You everybody for your support.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-27-2002 08:23 PM
тАО02-27-2002 08:23 PM
Re: Deffered mail
Also i believe #mailq will also produce queue staus.
Jeff