Quanah Gibson-Mount: > I have the following configuration for passing email to OpenDKIM for > processing: > > [127.0.0.1]:10030 inet n - n - - smtpd > -o local_recipient_maps= > -o virtual_mailbox_maps= > -o virtual_alias_maps= > -o relay_recipient_maps= > -o smtpd_restriction_classes= > -o smtpd_delay_reject=no > -o smtpd_milters=inet:localhost:8465 > -o smtpd_client_restrictions=permit_mynetworks,reject > -o smtpd_sender_restrictions= > -o smtpd_helo_restrictions= > -o smtpd_recipient_restrictions=permit_mynetworks,reject > -o smtpd_reject_unlisted_sender=no > -o smtpd_relay_restrictions= > -o smtpd_data_restrictions= > -o smtpd_end_of_data_restrictions= > -o syslog_name=postfix/dkimmilter > -o content_filter=smtp-amavis:[127.0.0.1]:10032 > > Since this was implemented, we've had an issue where when emails with a > large number of recipients are processed, the result is that the recipients > get duplicates of the email. We found one workaround to this was to > default_destination_recipient_limit to large value.
Why did that make a difference? Wietse