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: > > russell-example....@server2.example.com > <mailto:russell-example....@server2.example.com> (expanded from > russ...@example.com <mailto:russ...@example.com>): 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