version 8.13.4
I do realize that the message is from procmail.
Main Topics
Browse All TopicsI have quotas setup and I verified that they are working correctly by sending a message to a user account with an attachment that is larger then the quota. The email was bounced back with the following message.
----- The following addresses had permanent fatal errors -----
<test@mydomain.com>
(reason: Can't create output)
----- Transcript of session follows -----
procmail: Couldn't chdir to "/home/test"
procmail: Lock failure on "./mailbox.lock"
procmail: Error while writing to "./mailbox"
procmail: Quota exceeded while writing "/var/spool/mail/tet"
Is there any way to clean up the message so that it says "Users mailbox is full."
I am also curious on how to edit other messages that sendmail could return to the sender.
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
Congrats on keeping current on your versions of sendmail.
The issue I see is that sendmail is not going to really "understand" that there's a problem in a way sufficient for it to generate a really meaningful error message. Best thing I could image it being able to do is generate something like "451 4.3.2 Try again later" or something like that. All sendmail really knows is that delivery to a program failed, it doesn't understand that the disk quota was an underlying cause.
At least, that's what it seems to me. Mebbe jlevie will have a different take, but I'm not sure how to get sendmail to perceive a root cause in this situation.
Business Accounts
Answer for Membership
by: PsiCopPosted on 2005-04-14 at 16:44:16ID: 13787165
What VERSION of sendmail?
Also, note that the error here is really from Procmail, not sendmail.