On 2012-10-17 at 18:59 -0400, Dave Lugo wrote:
> On Wed, 17 Oct 2012, John Mc Murray wrote:
> > http://78.47.229.78/exim.conf
> >
> > If anyone can see something wrong here I'd love to hear from you.
>
> I don't see an acl_smtp_auth in there
Not needed. That ACL decides whether the AUTH command might be accepted
from some place, which is run _before_ trying the authenticators. But
the default value is "accept", so AUTH is accepted from any host it's
advertised to.
Which is the problem.
"auth_advertise_hosts ="
That should be set to * or left at that, since it's the default.
The configuration has explicitly disabled advertising the AUTH command.
-Phil