> This is not happening. if ~/Maildir is specified, new mail ends up in
> ~/Maildir
Do you use this?
maildir_format = true
The appendfile transport has an awful lot of options, it worth to check
them all. For maildir users, I also recommend:
maildir_tag = ,S=$message_size
quota_size_regex = S=(\d+)$
They speed up quota calculation.
Michael