On Thu, Sep 11, 2014 at 11:53:21AM -0700, John Oliver wrote: > Postfix write to /var/vmail/testUser1 > > Dovecot insists on reading from /var/vmail/testuser1 > > How can I make postfix ignore/strip out capitalization and write to > /var/vmail/testuser1 ?
Rewrite mail from testUser1 to testuser1 via virtual(5) aliases.
virtual:
# Lookup keys are lower-case in indexed file tables,
# while results are used verbatim.
#
[email protected] [email protected]
--
Viktor.
