RHEL Engineering is moving the tracking of its product development work on RHEL 6 through RHEL 9 to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "RHEL project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs in the statuses "NEW", "ASSIGNED", and "POST" are being migrated throughout September 2023. Bugs of Red Hat partners with an assigned Engineering Partner Manager (EPM) are migrated in late September as per pre-agreed dates. Bugs against components "kernel", "kernel-rt", and "kpatch" are only migrated if still in "NEW" or "ASSIGNED". If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "RHEL project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/RHEL-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.
Bug 1275072 - procmail's error code for EX_CANTCREAT is a 5xx error - causing lost email
Summary: procmail's error code for EX_CANTCREAT is a 5xx error - causing lost email
Keywords:
Status: CLOSED WONTFIX
Alias: None
Product: Red Hat Enterprise Linux 7
Classification: Red Hat
Component: procmail
Version: 7.3
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: rc
: ---
Assignee: Jaroslav Škarvada
QA Contact: qe-baseos-daemons
URL:
Whiteboard:
Depends On: 1275071
Blocks:
TreeView+ depends on / blocked
 
Reported: 2015-10-25 15:27 UTC by Paul Wouters
Modified: 2019-05-30 15:07 UTC (History)
4 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of: 1275071
Environment:
Last Closed: 2019-05-30 15:07:25 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

Description Paul Wouters 2015-10-25 15:27:35 UTC
+++ This bug was initially created as a clone of Bug #1275071 +++

When running a default install of postfix with procmail if the spool file becomes 50MB, the combination postfix+procmail will fail to write to the mail spool file with error:

procmail: can't create user output file.

The source code shows:

           EX_CANTCREAT, "5.2.0", "can't create user output file",

This means postfix is not signaled to return a temp error and a new delivery is never attempted by the remote smtp server (causing me additional pains not only in lost email but also in having an unreproducable bug that took months to track down)

Note the core reason turned out to be postfix's default behaviour of limiting writes to mbox files in the spool directory to 50MB.


The postfix problem was solved by setting mailbox_size_limit=0


Note this problem only appears when using mbox instead of maildir.

Comment 3 Jaroslav Škarvada 2016-10-25 14:42:17 UTC
I think it is permanent error, I already wrote comment regarding this in bug 1275078 comment 3, i.e. the error is caused by permanent problem on the server, it's unlikely the system recovers itself.

Comment 6 RHEL Program Management 2019-05-30 15:07:25 UTC
Development Management has reviewed and declined this request. You may appeal this decision by reopening this request.


Note You need to log in before you can comment on or make changes to this bug.