Spam Throttle: Difference between revisions

From QmailToaster
Jump to navigation Jump to search
No edit summary
No edit summary
 
(5 intermediate revisions by the same user not shown)
Line 1: Line 1:
  Spam Throttle:
[[Configuration#Spam_Throttle|Back]]<br>
 
  [[https://www.mail-archive.com/toaster@shupp.org/msg02791.html Spam Throttle]]:
  If you are interested in implementing spam throttle, read the following man pages:
[[https://www.tnpi.net/internet/mail/toaster/filtering/patches.shtml More]];<br>
 
  If you are interested in implementing spam throttle, read the following man pages:<br>
  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:<br>
  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

Latest revision as of 10:12, 19 October 2024

Back

[Spam Throttle]:
[More];
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