Re: [Exim] AUTH Problem

トップ ページ
このメッセージを削除
このメッセージに返信
著者: Philip Hazel
日付:  
To: Frank Elsner
CC: exim-users
題目: Re: [Exim] AUTH Problem
On Fri, 22 Dec 2000, Frank Elsner wrote:

>
> I've a problem with authentication which I can't understand.
>
> The configuration contains
>     -------------

>
> host_auth_accept_relay         = "*"
> auth_always_advertise          = false
> auth_hosts                     = "!*.tu-berlin.de:!130.149.0.0/16:*"

>
>
> but the main log contains lines of the form
>         --------

>
> rejected MAIL from (mail.zrz.tu-berlin.de) [130.149.4.15]: not authenticated


Run a test with exim -bh 130.149.4.15 to see what checks it is
actually doing. My guess is that it failed to find the host name in
order to check *.tu-berlin.de (because it only gave the name in
parentheses). You should really write that option as

  auth_hosts                     = !130.149.0.0/16:!*.tu-berlin.de:*


so that it does the first test without having to look up the name.



-- 
Philip Hazel            University of Cambridge Computing Service,
ph10@???      Cambridge, England. Phone: +44 1223 334714.