Qpsmtpd:noop counter

From SME Server
Revision as of 21:27, 13 April 2019 by Mmccarn (talk | contribs) (Created page with "<span id="_top">Qpsmtpd#Plugins</span> = NAME = noop_counter - disconnect after too many consecutive NOOPs, example plugin for the hook_noop() = #___top|DE...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

Qpsmtpd#Plugins

NAME

noop_counter - disconnect after too many consecutive NOOPs, example plugin for the hook_noop()

DESCRIPTION

The noop_counter counts the number of consecutive NOOP commands given by a client and disconnects after a given number.

Any other command than a NOOP resets the counter.

One argument may be given: the number of NOOPs after which the client will be disconnected.

NOTE

This plugin should be loaded early to be able to reset the counter on any other command.