On Tue, Mar 15, 2011 at 09:24:18AM +0200, Nikolaos Milas wrote: > If you use: > enable_original_recipient = no > ...then Postfix will suppress duplicates (but, unfortunately, it will no > more log all original recipients). > > See this thread: > http://tech.groups.yahoo.com/group/postfix-users/message/275275 > > On 15/3/2011 11:03 ????, Rindra RAZAFIMBELO wrote: >> >> I work on Debian Squeeze and use postfix 2.7.1. My problem is that there >> is many aliases (mails group) on my postfix and I want to receive a single >> mail when someone send mail to all the aliases. Can Someone help me?
Note, that the solution works when the aliases are virtual(5) aliases which are implemented on input. With local aliases(5), duplicate elimination only happens during local(8) expansion of each final recipient, but NOT across recipients (different lists to which the mail was sent). As much as possible, implement lists in virtual(5), not aliases(5). Only pipes, user mailbox forwarding, :include: lists, ... should be done via aliases(5). -- Viktor.