Hi list, I have a (probably simple) alias configuration problem, but currently have no idea how to solve it.
Have a postfix server which has "mydestination=example.com". There is a valid email address u...@example.com For certain reasons I wanto to duplicate mails sent to u...@example.com to another mail-account, so I have added an alias: user: user, otheru...@otherdomain.com This works as expected. Now I want to be able to send mails to this user that should NOT be duplicated. For example, when sending mails to user+noduplic...@example.com, the mail should be stored only in the local mailbox, but NOT duplicated to otheru...@otherdomain.com I've tried these aliases: user+noduplicate: user+noduplicate user: user, otheru...@otherdomain.com but this does not work (when sending to user+noduplic...@example.com the mail still gets duplicated to otheru...@otherdomain.com) Any ideas how to solve this issue? Thank and regards -stefan-