Hello
I am setting up virtual mailboxes on postfix for users on my domain:
user@example.com
I created the the mailbox /var/mail/vhosts/example.com/user
Link the virtual_uid_maps = hash:/etc/postfix/uid in main.cf
I set up a uid table /etc/postfix/uid (uid.db):
user 2001
user2 2002
but I still get: cannot open file: permission denied
The owner of mailbox /var/mail/vhosts/example.com/user - is (user(n))
And group is: mail.
What do I miss?