Re: [exim] Exim 4.90 RC2 uploaded [bug found]

トップ ページ
このメッセージを削除
このメッセージに返信
著者: Torsten Tributh
日付:  
To: exim-users
古いトピック: [exim] Exim 4.90 RC2 uploaded
題目: Re: [exim] Exim 4.90 RC2 uploaded [bug found]
Hi,
in RC2 the acl_smtp_auth will be called in more cases
than just AUTH.
I see a lot of connects where the AUTH-acl will be called
directly after STARTTLS in the smtp stream.
I also recognized that in these cases the AUTH-acl will also be called
after ACL-DATA.

Just a short summary of a debugging possibility:

acl_smtp_auth = acl_check_auth
acl_check_auth:
warn log_message = Auth-Debug: $smtp_command


In the LOG you find several cases where the
$smtp_command is not beginning with "AUTH ..."

I am seeing many times STARTTLS and DATA.

Regards Torsten