On Sun, Apr 12, 2015 at 08:17:50PM -0700, Postfix wrote: > How do I stop a local account from getting all email sent to a domain?
Wrong question. The right questions are: * What did I do to cause all mail for a domain to be sent to the same account? * What relevant configuration information should I send so that I can get a meaningful answer? Answers: * Almost certainly some sort of catchall rewrite rule in virtual aliases, or similar table: @example.com catch...@example.com * <http://www.postfix.org/DEBUG_README.html#mail>. Don't forget to send relevant log entries, (complete log lines without trimming the initial context). You can mask local part addresses if you like, but must do so consistently so that distinct original addresses map to stable distinct masked addresses. -- Viktor.