table of contents
Mail::MtPolicyd::Plugin::CtIpRep(3pm) | User Contributed Perl Documentation | Mail::MtPolicyd::Plugin::CtIpRep(3pm) |
NAME¶
Mail::MtPolicyd::Plugin::CtIpRep - mtpolicyd plugin for the Commtouch IP reputation service (ctipd)
VERSION¶
version 2.05
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.
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:
- permfail_score, tempfail_score (default: empty)
- Apply the specified score.
AUTHOR¶
Markus Benning <ich@markusbenning.de>
COPYRIGHT AND LICENSE¶
This software is Copyright (c) 2014 by Markus Benning <ich@markusbenning.de>.
This is free software, licensed under:
The GNU General Public License, Version 2, June 1991
2024-05-26 | perl v5.38.2 |