- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Re: sendmail error...
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
02-10-2006 02:21 AM
02-10-2006 02:21 AM
sendmail error...
stat=Deferred: local mailer (/usr/bin/procmail) exited with EX_TEMPFAIL
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-10-2006 03:20 AM
02-10-2006 03:20 AM
Re: sendmail error...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-10-2006 03:21 AM
02-10-2006 03:21 AM
Re: sendmail error...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-10-2006 03:49 AM
02-10-2006 03:49 AM
Re: sendmail error...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-10-2006 04:20 AM
02-10-2006 04:20 AM
Re: sendmail error...
Try sending a message with the following command:
sendmail -v -d8 -d38 someone@some.net
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-10-2006 05:47 AM
02-10-2006 05:47 AM
Re: sendmail error...
* ^Subject:.*msgs
{
:O B
*.drive
| formail -I "Subject: $SUBJECT $SUBJECT_TAG"
}
:0
* < 256000
* ^Subject:.*msgs
{
SUBJECT=`formail -zx Subject:`
:0 ABfhw
* !^X-Loop: abc@acme.com
* (hda|Drive)
| (formail -I "Subject: DiskError $SUBJECT" -A "X-Loop: abc@acme.com";)
{
:0Bc
* (hda|Drive)
! ha@acme.com,yo@acme.com
}
}
Any idea why, it exit with EX_TEMPFAIL and sendmail exit on code 11.
Basically it rewrites the subject line base on the content of the email and redistribute it to me and others in my group.
Thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-12-2006 03:38 PM
02-12-2006 03:38 PM
Re: sendmail error...
What does this mean 'Basically it rewrites the subject line base on the content of the email and redistribute it to me and others in my group' can u explain ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-13-2006 02:07 AM
02-13-2006 02:07 AM
Re: sendmail error...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-13-2006 05:48 PM
02-13-2006 05:48 PM
Re: sendmail error...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-14-2006 08:48 AM
02-14-2006 08:48 AM
Re: sendmail error...
the command line. Check the man page and
increase the debugging level. You should
get an indication of what is failing.
Could be:
- sendmail won't take the message back.
- sendmail can't write the temporary file.
- procmail script is failing (when was it
last changed?
- quota is exceeded somewhere.