Wonder if I can get some help here. I'm trying to setup postfix with myql and virtual mail accounts. I've gotten the config all up and running and postfix starts w/o any errors. Dovecot appears to auth ok. When I try to send a message to my test account I get the following in mail.log postfix/virtual[1076]: 0780137D7A: to=<rharding at mitechie.com>, relay=virtual, delay=2, status=deferred (maildir delivery failed: create /home/vmail/rharding at mitechie.com/tmp/1127316643.P1076.mitechie.com: Permission denied) postfix/virtual[1076]: warning: maildir access problem for UID/GID=101/103: create /home/vmail/rharding at mitechie.com/tmp/1127316643.P1076.mitechie.com: Permission denied postfix/virtual[1076]: warning: perhaps you need to create the maildirs in advance Now I have created the /home/vmail folder and it is 770 for the user/group postfix:postfix. Uid 101 and gid 103 are the uid and gid for the postfix user. Any ideas where else I'm missing some permission problem? Thanks for any tips. Rick