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::Stress - mtpolicyd plugin for postfix stress mode

Author

       Markus Benning <ich@markusbenning.de>

Description

       Will return an action or execute further plugins if postfix signals stress.

       See postfix STRESS_README.

Example: Defer Clients When Under Stress

       To defer clients under stress:

         <Plugin stress>
           module = "Stress"
           action = "defer please try again later"
         </Plugin>

       This will return an defer action and execute no further tests.

       You may want to do some white listing for preferred clients before this action.

Name

       Mail::MtPolicyd::Plugin::Stress - mtpolicyd plugin for postfix stress mode

Parameters

       An action must be specified:

       action (default: empty)
           The action to return when under stress.

       Plugin (default: empty)
           Execute this plugins when under stress.

Version

       version 2.05

See Also