Tomas Macek: > > Postfix logs all attempts to deliver mail, whether > > or not successful. > > > > Please do not turn on debug logging, it will just make > > the problem harder to diagnose. > > > > You probably have a bug in the VDA patch that breaks > > when the message size limit exceeds the mailbox size > > limit. Their code does not handle that correctly. > > What should be a proper behaviour in this case?
The patch should not allow message size limit > mailbox size limit. Unpatched Postfix forbids this, but they removed that check. This breaks, among others, mail submitted with "sendmail -t", and mail that has recipients added with the Milter protocol. Postfix can't mark the recipient as "done". I have added a safety check for that that will abort the program when this sanity check fails. But it does not help when people can't read logfiles. Wietse