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::Proxy - mtpolicyd plugin to forward request to another policy daemon

Author

       Markus Benning <ich@markusbenning.de>

Description

       This module forwards the request to another policy daemon.

Example

         <Plugin ask-postgrey>
           module = "Proxy"
           host="localhost:10023"
         </Plugin>

Name

       Mail::MtPolicyd::Plugin::Proxy - mtpolicyd plugin to forward request to another policy daemon

Parameters

       host (default: empty)
           The <host>:<port> of the target policy daemon.

       socket_path (default: empty)
           The path to the socket of the target policy daemon.

       keepalive (default: 0)
           Keep connection open across requests.

Version

       version 2.05

See Also