Re: [Exim] HELO verification failure for localhost MUA acces…

トップ ページ
このメッセージを削除
このメッセージに返信
著者: Peter Bowyer
日付:  
To: Exim Mailing List
題目: Re: [Exim] HELO verification failure for localhost MUA access
Toralf Lund said:

> Actually, maybe the problem is that the HELO is, strictly speaking, not
> verified since the verification is skipped. The real question is perhaps:
> How do I distinguish between "not checked" and "verification failed"?


Yes, that will be it.

How about this: apply the same condition on the current 'warn' ACL as you
have on helo_try_verify_hosts. Then add another with the opposite
condition, which adds a 'HELO not checked' warning.

Peter