Re: [exim] Exim, 550 unknown local part and Outlook 2007/201…

Page principale
Supprimer ce message
Répondre à ce message
Auteur: Lena
Date:  
À: exim-users
Sujet: Re: [exim] Exim, 550 unknown local part and Outlook 2007/2010
> From: Bill Hayles

> > The usual snippet is in the default Exim config:
> >
> >   accept  hosts         = +relay_from_hosts
> >           control       = submission
> >   accept  authenticated = *
> >           control       = submission

> >
> > (in rcpt ACL before other checks).
>
> I have that, but it doesn't fully answer the problem.


Perhaps the reason is "require verify = sender" before that.
Move it after.