> On Mar 23, 2022, at 2:52 PM, Homer Wilson Smith <homerwsm...@lightlink.com>
> wrote:
>
>
> Dear Folks,
>
> Is there any easy way to get a single instance of
> postfix running on a single server to deliver a piece of mail
> to a two different but identical mailboxes on the same server.
>
> For example to home/user/Maildir and home2/user/Maildir on a different
> partitiion?
Aliases can take a comma-separated list of file locations, in addition to
pipes, usernames, and the like. That solves what you are asking for.
How would you propose to handle syncing the state of which messages have been
marked read, etc?
-Dan