Russell Jones:
> I have Postfix 2.3.3 installed, and am using standard file system quotas
> for users. Whenever a user receives a message and the message cannot be
> delivered to them due to being over quota, the following bounce messages
> is sent back:
>
> [email protected]
> <mailto:[email protected]> (expanded from
> [email protected] <mailto:[email protected]>): can't create user
> output file
>
>
> How would one go about changing "can't create user output file" to being
> more friendly? Such as "Quota exceeded".
The error condition "can't create user output file" was reported
by a NON-POSTFIX mail delivering program that terminated with exit
status code EX_CANTCREAT. There is no code in Postfix (2.3 or other)
that generates EX_CANTCREAT error conditions.
Wietse