jebblue wrote:
Try this:
1) sudo su - vmail
2) cd /home/vmail
3) touch filetest.txt
Can you create the file in step 3)?
I have all this working with MySQL and I think I had to create the directories manually like /home/vmail/example1.com, example2.com.
This worked and I went ahead and created the directories.
Quote:
Is dovecot running? "sudo service dovecot status"
Yes, it was.
Quote:
Check the logs at /var/log.
I found this error message in mail.warn:
postfix/trivial-rewrite[914]: warning: do not list domain arrayproject.com in BOTH mydestination and virtual_mailbox_domains
So I deleted the listing in mydestination and ended up getting the mail in the vmail directory, where it should be! Not sure whether I needed to create the directories by hand or not but I'll experiment with the next email address I add and see. I had not seen the logs in /var/logs though, so your heads up lead to the fix that seems to have fixed it, thanks!