On Wed, Aug 31, 2022 at 11:26:30AM +0800, frakass wrote:
> I have a virtual_mailbox_domain: a.com
> and I have a virtual_alias_domain: b.com
> 
> I can setup this entry in virtual_alias_maps for a domain alias:
> 
> x...@b.com x...@a.com
> 
> but what's the usage of virtual_mailbox_maps?

  virtual-mbox:
    # Maildir preferred
    a.com   some-directory/

    # Mbox, not recommended
    a.com   some-directory/file-name

If you're using virtual(8) and not LMTP or some other LDA,
then you'll also need virtual_uid_maps and virtual_gid_maps,
but with mailbox access via dovecot IMAP, these are typically
static.

    virtual_[ug]id_maps = static:12345

-- 
    Viktor.

Reply via email to