Autor: John Burnham Datum: To: Artem S. Tashkinov, exim-users Betreff: Re: [Exim] A problem with authentification
Artem S. Tashkinov wrote: > My probelm is that exim doesn't want to supply any kind of
> authentification for users' MTA.
Do you actually mean MUA here ?
Have you added anything in the authentication section of the
confuguration file ? By adding those lines to the makefile, it means
that Exim supports authentication, by adding
auth_advertise_hosts = *
to the config file, you're saying that Exim can advertise
authentication to everyone. If it has no authentication methods set up
then it'll have nothing to advertise and so won't.
John