blob: de773cca8309f88de7bc0f11f1d0c2ebd8ca29a1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# qmail-spp configuration file
# plugins to execute on client's connection
[connection]
# plugins to execute on HELO/EHLO commands
[helo]
# plugins to execute on MAIL command
[mail]
@PREFIX@/bin/qmail-spp-spf
# plugins to execute on RCPT command
[rcpt]
@PREFIX@/bin/qmail-rcptcheck
#@PREFIX@/bin/greylisting-spp-wrapper
# plugins to execute on DATA command
[data]
|