]> Sergey Matveev's repositories - public-inbox.git/blobdiff - Documentation/dc-dlvr-spam-flow.txt
README: document NNTP access
[public-inbox.git] / Documentation / dc-dlvr-spam-flow.txt
index 2cdcefa50616a8558ff968a28e51dda16ba68bb4..978763ad2f29d1b3f1ad2722f8084618c8d65bd9 100644 (file)
@@ -36,3 +36,17 @@ script delivers to a second recipient for training, the "pi" user:
 
 public-inbox-learn will then internally handle the "spamc -> spamd"
 delivery path as well as calling ssoma-rm on falsely trained
+
+
+* incron - run commands based on filesystem events: http://incron.aiken.cz/
+
+* sendmail / MTA - we use and recommend use postfix, which includes a
+                   sendmail-compatible wrapper: http://www.postfix.org/
+
+* spamc / spamd - SpamAssassin: http://spamassassin.apache.org/
+
+* report-spam / dc-dlvr - distributed with public-inbox in the scripts/
+  directory: git clone git://80x24.org/public-inbox
+
+* ssoma-rm - part of ssoma: some sort of mail archiver, a dependency of
+  public-inbox: git clone git://80x24.org/ssoma