jmct:
> Currently, when I send an e-mail to t...@domain1.com, it places mail in
> /home/vmail/domain1.com/test/new. When I log in with my POP3 provider
> (Dovecot) as the e-mail address above, I can see the e-mail.
> I need to be able to route all e-mail that anyone sends to t...@domain1.com
> to /home/vmail/test/new and NOT /home/vmail/domain1.com/test/new. Is it

The location of the mail files is specified with:

    virtual_mailbox_base = /home/vmail
    virtual_mailbox_maps = hash:/etc/postfix/vmaps

If the existing location is not what you want, then you need to
update the virtual_mailbox_maps setting.

http://www.postfix.org/VIRTUAL_README.html#virtual_mailbox
http://www.postfix.org/virtual.8.html

        Wietse

Reply via email to