> On Jan 30, 2018, at 10:55 AM, Asai <a...@globalchangemusic.org> wrote:
> 
> I'm running into an issue with a mailbox that also has aliases assigned to it.
> 
> e.g. u...@domain.net has alias u...@domain.net, us...@otherdomain.net, and 
> us...@otherdomain.net
> 
> What's weird is user1 and user2 are getting duplicate emails, but I don't 
> have this problem with other users set up in a similar fashion.
> 
> I've tried to debug this, read the threads, pore over the logs, and do due 
> diligence on this, but I'm stumped.  I have amavis running spamassassin and 
> clamd.
> 
> Can anyone point me in the right direction on this?

When a message is sent to two recipient addresses, that happen to share the same
mailbox, duplicate delivery is often a fact of life.  Deduplication is 
ultimately
up to the mailstore and the mail-user-agent.

However, in Postfix, you can somewhat reduce the incidence of duplicate 
deliveries
with:

   http://www.postfix.org/postconf.5.html#enable_original_recipient

   enable_original_recipient = no

Whether this would help you or not is hard to say without logs showing all
the log entries for the queue file(s) that were logged by cleanup(8) to have
the Message-Id in question.

-- 
        Viktor.

Reply via email to