On Wed, Feb 26, 2014 at 01:44:07AM -0500, Ron Scott-Adams wrote: > > I?ve updated a working user on this test server from r...@tohuw.net to > r...@joab.tohuw.net. Under the previous address, I could successfully > complete a telnet session and convey mail for r...@tohuw.net to the local MTA. > > After changing the user?s mail attribute in LDAP to r...@joab.tohuw.net and > adding the domain to LDAP, I restarted Postfix. > > Telnet sessions in which I use RCPT TO:r...@joab.tohuw.net fail with "550 > 5.1.1 <r...@joab.tohuw.net>: Recipient address rejected: User unknown in > local recipient table? > > What have I forgotten to do? > virtual_mailbox_domains = > proxy:ldap:$config_directory/ldap_virtual_domains_maps.cf > virtual_mailbox_maps = > proxy:ldap:$config_directory/ldap_virtual_mailbox_maps.cf > virtual_transport = lmtp:unix:private/dovecot-lmtp
You use LMTP for delivery, are you sure that it is Postfix that is rejecting the clients address? Check the log if it is the postfix/lmtp process that is rejecting, if so, it is dovecot that is reporting unknown user, not postfix. Check if your user lookup maps are also correct in your dovecot configuration. Matthijs