Mail::MtPolicyd::Plugin::Stress - mtpolicyd plugin for postfix stress mode
Contents
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.38.2 2024-05-26 Mail::MtPolicyd::Plugin::Stress(3pm)
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
