On Wed, Jun 17, 2015 at 11:27:18AM -0400, Steve Matzura wrote:
> virtual_mailbox_base = /var/mail/vhosts
> virtual_mailbox_domains = <my-domain>
> virtual_transport = lmtp:unix:private/dovecot-lmtp
If you're having problems with LMTP mail to virtual users.
Then at least:
* Configure a valid user table via virtual_mailbox_maps,
and an indexed table or an LDAP table, ...
* Because the delivery is via LMTP the value returned for
each lookup key is irrelevant. Just make sure valid addresses
return a non-empty value, and invalid addresses don't match.
* Make sure that Dovecot is actually allowed to bind a unix-domain
socket in /var/spool/postfix/private/ and has succeeded in doing
so (the socket name must be dovecot-lmtp).
* LOGS! LOGS! LOGS!
Nobody knows what your problem is until you POST LOGS!
--
Viktor.