Re: [Exim] SMTP_AUTH problems with Exim 4.10 amd OS X Server

Top Page
Delete this message
Reply to this message
Author: Nico Erfurth
Date:  
To: dave@nisus.com
CC: exim-users@exim.org
Subject: Re: [Exim] SMTP_AUTH problems with Exim 4.10 amd OS X Server
On Thu, 2 Jan 2003, dave@??? wrote:

> > check auth_advertise_hosts in your configfile, in the most cases, it
> > should be
> >
> > auth_advertise_hosts = *
> >
> > or at least
> >
> > auth_advertise_hosts = !+relay_hosts
> >
> > the first one will advertise AUTH to ALL connecting clients, the other
> > one will restrict the announcement to clients not in your relay_hosts
> > hostlist (which prevents some problems with broken clients, that want to
> > authenticate in any case if AUTH is published).
> >
> > ciao
>
> I don't have auth_advertise_hosts in my configfile at all.


Well, that's ok too, it defaults to *.

ciao