On 7/23/2010 12:59 PM, Walter Pinto wrote:
Couldn't you restrict the large bounces by setting bounce_size_limit = x ?
This limits the amount of data returned with the bounce; it doesn't eliminate the bounce.
smtpd_data_restrictions = reject_multi_recipient_bounce is a good idea too
This rejects incoming NDRs, and won't affect the bounces postfix sends (except for relaying bounces elsewhere). This restriction rejects very little mail, and a surprising amount of what it rejects seems to be legit. This is a special-purpose command that's not generally useful for most people, and very unlikely to help the OP's problem.
-- Noel Jones