1. configuration

The main default configuration file of qmail-spp is
    /var/qmail/control/smtpplugins
file (assuming that /var/qmail is your qmail home dir).

It consist of few sections, one for each command:

    connection - for plugins run just after client connection
    helo - for HELO/EHLO
    mail - for MAIL
    rcpt - for RCPT
    data - for DATA
    auth - for AUTH (if supported)

Section names are marked using square brackets ('[' and ']'). After section name there are plugins to execute for this command - one per line.

2. 2023-01-10

[helo]
plugins/helodnscheck
#:plugins/sleep
[mail]
#plugins/qmail-spp-spf
#plugins/spfchecks
[rcpt]
plugins/moreinfo

3. history

[mail]
plugins/blacklisted
plugins/spf
plugins/dnsmx-check


CategoryDns CategoryWatch CategoryTemplate

MoinQ: qmail/spp/configuration (last edited 2023-01-10 00:25:22 by ToshinoriMaeno)