logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Mail::MtPolicyd::Plugin::CtIpRep - mtpolicyd plugin for the Commtouch IP reputation service (ctipd)

Author

       Markus Benning <ich@markusbenning.de>

Description

       This plugin will query the Commtouch IP Reputation service (ctipd).

       The used protocol is HTTP.

       The services will return a status permfail or tempfail.

Name

       Mail::MtPolicyd::Plugin::CtIpRep - mtpolicyd plugin for the Commtouch IP reputation service (ctipd)

Parameters

       (uc_)enabled (default: on)
           Enable/disable the plugin.

       url (default: http://localhost:8080/ctipd/iprep)
           The URL to access the ctipd daemon.

       key (default: empty)
           If an authentication key is required by the ctipd.

       reject_message (default: 550 delivery from %IP% is rejected. Check at
       http://www.commtouch.com/Site/Resources/Check_IP_Reputation.asp. Reference code: %REFID%)
           This parameter could be used to specify a custom reject message if message is rejected.

       defer_message (default: 450 delivery from %IP% is deferred,repeatedly. Send again or check at
       http://www.commtouch.com/Site/Resources/Check_IP_Reputation.asp. Reference code: %REFID%)
           This parameter could be used to specify a custom message is a message is to be deferred.

       (uc_)permfail_mode, (uc_)tempfail_mode (default: reject, defer)
           Action to take when the service return permfail/tempfail status:

           reject
           defer
           passive
       permfail_score, tempfail_score (default: empty)
           Apply the specified score.

Version

       version 2.05

See Also