Hi,
I am not sure this is the right place to ask this question, but I have no better thoughts. Any help is appreciated.
I had a
to main.cf. This works fine to the initial recipient, but the split does not work and gets a file too large message from
Thanks for any help.
Charles
I am not sure this is the right place to ask this question, but I have no better thoughts. Any help is appreciated.
I had a
sendmail
system that I replaced with postfix
. Most things work just fine. We routinely send messages up to about 22 MB between non-local users. We also split mail streams using procmail
. This worked fine before the replacement. I have added
Code:
message_size_limit = 40960000
postfix
. The problem cannot be procmail
as its maximum message size is 50MB and that has always worked fine. The size of the mailbox charles2 at the time was 47 MB and the error message is
Code:
<charles2@hatvany.com> (expanded from <charles2>): cannot update mailbox
/var/mail/charles2 for user charles2. error writing message: File too large
Reporting-MTA: dns; ten.hatvany.com
X-Postfix-Queue-ID: C30572132C4
X-Postfix-Sender: rfc822; charles@hatvany.com
Arrival-Date: Sun, 7 Jan 2024 17:39:46 -0500 (EST)
Final-Recipient: rfc822; charles2@hatvany.com
Original-Recipient: rfc822;charles2@hatvany.com
Action: failed
Status: 5.2.2
Diagnostic-Code: x-unix; input/output error
Thanks for any help.
Charles