Re: [exim] ACL block incorrect authentication data

トップ ページ
このメッセージを削除
このメッセージに返信
著者: Emanuel Gonzalez
日付:  
To: exim-users@exim.org
題目: Re: [exim] ACL block incorrect authentication data
Hello.!!


my idea is to block the IP that makes the unsuccessful login attempts to the smtp service.


On the web I found the following rule, but not if it is what I need.


acl_smtp_auth:
                drop    message = authentication is allowed only once per message
                        set acl_m_auth = ${eval10:0$acl_m_auth+1}
                        condition = ${if >{$acl_m_auth}{2}}
                        delay = 30s
                accept