Spam Throttle: Difference between revisions
Jump to navigation
Jump to search
(Created page with "Spam Throttle: If you are interested in implementing spam throttle, read the following man pages: man qmail-spamthrottle man qmail-spamt mail qmail-newst If you just want some reasonable defaults, do this: echo "::1501:120000::1000::::" > /var/qmail/control/spamt echo "." >> /var/qmail/control/spamt /var/qmail/bin/qmail-newst") |
No edit summary |
||
Line 1: | Line 1: | ||
Spam Throttle: | Spam Throttle: | ||
If you are interested in implementing spam throttle, read the following man pages: | If you are interested in implementing spam throttle, read the following man pages: | ||
man qmail-spamthrottle | man qmail-spamthrottle | ||
man qmail-spamt | man qmail-spamt | ||
mail qmail-newst | mail qmail-newst | ||
If you just want some reasonable defaults, do this: | If you just want some reasonable defaults, do this: | ||
echo "::1501:120000::1000::::" > /var/qmail/control/spamt | echo "::1501:120000::1000::::" > /var/qmail/control/spamt | ||
echo "." >> /var/qmail/control/spamt | echo "." >> /var/qmail/control/spamt | ||
/var/qmail/bin/qmail-newst | /var/qmail/bin/qmail-newst |
Revision as of 15:52, 26 March 2024
Spam Throttle:
If you are interested in implementing spam throttle, read the following man pages:
man qmail-spamthrottle man qmail-spamt mail qmail-newst If you just want some reasonable defaults, do this:
echo "::1501:120000::1000::::" > /var/qmail/control/spamt echo "." >> /var/qmail/control/spamt /var/qmail/bin/qmail-newst