Provided by: mtpolicyd_2.02-3_all 

NAME
Mail::MtPolicyd::Plugin::Stress - mtpolicyd plugin for postfix stress mode
VERSION
version 2.02
DESCRIPTION
Will return an action or execute futher plugins if postfix signals stress.
See postfix STRESS_README.
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.
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 futher tests.
You may want to do some whitelisting for preferred clients before this action.
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
perl v5.24.1 2017-01-13 Mail::MtPolicyd::Plugin::Stress(3pm)