John Oliver: > virtual_mailbox_domains = $mydomain > virtual_mailbox_base = /var/vmail/ > virtual_mailbox_maps = ldap:/etc/postfix/ldap-users.cf > virtual_uid_maps = static:504 > virtual_gid_maps = static:505
The above settings are for the Postfix virtual(8) delivery agent. > virtual_transport = lmtp:unix:/var/lib/imap/socket/lmtp You are not using the Postfix virtual(8) delivery agent, so Postfix uses only the virtual_mailbox_maps setting (so that it knows what addresses to receive). > relay=localhost.localdomain[/var/lib/imap/socket/lmtp], delay=21, > delays=21/0.03/0/0.03, dsn=5.1.1, status=bounced (host > localhost.localdomain[/var/lib/imap/socket/lmtp] said: 550-Mailbox > unknown. Either there is no mailbox associated with this 550-name or > you do not have authorization to see it. 550 5.1.1 User unknown (in > reply to RCPT TO command)) This is the cyrus-imapd delivery agent complaining. You did not configure cyrus-imapd correctly for this user. Wietse