DOKK / manpages / debian 12 / mtpolicyd / Mail::MtPolicyd::Plugin::Stress.3pm.en
Mail::MtPolicyd::Plugin::Stress(3pm) User Contributed Perl Documentation Mail::MtPolicyd::Plugin::Stress(3pm)

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

version 2.05

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

See postfix STRESS_README.

An action must be specified:

The action to return when under stress.
Execute this plugins 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.

Markus Benning <ich@markusbenning.de>

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
2022-10-15 perl v5.34.0