Hi
Can anyone point me to a howto to arrange for multiple domains to deliver to
one inbox with Dovecot? For example, [email protected] and [email protected]
should both be delivered to /var/spool/mail/virtual/example.net/user1
Currently, I have the dovecot LDA set as:
dovecot unix - n n - - pipe
flags=DRhu user=mailsystem argv=/usr/lib/dovecot/deliver -f ${sender} -d
${user}@${nexthop}
and in dovecot.conf:
mail_location: maildir:/var/spool/mail/virtual/%d/%n
For some domains only, I need to override that mail_location.
Related to that, when user1 leave and user2 would like to receive user1's
email, how can I get it so that email to [email protected] is delivered to
[email protected]? Previously when I was using Postfix to deliver the mails, I
could change the maildirloc in the DB - but I’m not sure how to accomplish this
with dovecot LDA.
Again, any pointers would be welcome.
Thanks.
Simon