On Tue, Dec 23, 2014 at 7:11 AM, Wietse Venema <wie...@porcupine.org> wrote:

> Stephen Ingram:
> > I'm trying to move from a CentOS 6.x server that uses Postfix 2.6.6 to a
> > CentOS 7 server that uses version 2.10.1. I'm running the same
> > configuration that works on the old setup, however, Postfix won't deliver
> > the message (via LMTP) and instead says:
> >
> > postfix/local[24338]: warning: error looking up passwd info for steve: No
> > such file or directory
>
> By default, the local(8) delivery agent handles mail for all
> domains that match main.cf:mydestination or main.cf:inet_interfaces.
>
> > The mailbox is looked up via LDAP and then should be delivered via LMTP
> to
>
> You haven't configured that right. See above.


I pulled the domain from main.cf:mydestination and see that Postfix now
tries to deliver via SMTP which makes sense. When I put it back in, local
tries again. In the old server, local handed off to lmtp which delivered
via TCP to mailbox. This time lmtp never seems to take over. I thought once
the address was rewritten and the mail was handed over to local for
delivery, then mailbox_transport would be followed which in my case sends
via lmtp. Is that not correct?

Steve

Reply via email to