User Tools

Site Tools


internet:mail:scrolloutf1

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
internet:mail:scrolloutf1 [2019/10/12 21:54]
gcooper
internet:mail:scrolloutf1 [2023/09/26 12:53]
gcooper removed
Line 1: Line 1:
 ====== Scrollout F1 Spam Filter ====== ====== Scrollout F1 Spam Filter ======
  
-FIXME Modifying this page for version as of 10/12/19+FIXME Modifying this page for version 2018-04-08
  
 **Home**: http://www.scrolloutf1.com/ **Home**: http://www.scrolloutf1.com/
Line 9: Line 9:
 **Forums**: http://sourceforge.net/p/scrollout/discussion/1102835/ **Forums**: http://sourceforge.net/p/scrollout/discussion/1102835/
  
-Scrollout F1 is an in-line Spam filter system.+**Tips**: https://sourceforge.net/p/scrollout/wiki/Tips%20&%20Tricks/
  
-===== Firewall =====+  * Train Bayesian filter 
 +  * Assign outbound IP address per domain 
 +  * Disclaimer per domain 
 +  * Useful bounce message 
 +  * Tag as spam only; don't block 
 +  * Per user quarantine (sort of)
  
-^Direction ^Port   ^Protocol ^Note                                                   ^ +Scrollout F1 is an in-line Spam filter system.
-|out       |53     |UDP      |DNS query, RBL                                         | +
-|out       |80     |TCP      |HTTP updates                                           | +
-|in        |80     |TCP      |Broswer management access                              | +
-|in        |443    |TCP      |HTTPS browser management access                        | +
-|in        |25/587 |TCP      |Incoming SMTP traffic (+ other customized local ports) | +
-|out       |25     |TCP      |Outgoing SMTP traffic (+ other remote ports)           | +
-|in/out    |8080   |TCP      |Proxy web cache for intranets                          | +
-|out       |6277   |UDP      |DCC service                                            | +
-|out       |2703   |TCP      |Razor2 service                                         | +
-|out       |24441  |UDP      |Pyzor service                                          | +
-|out       |123    |UDP      |NTP time sync                                          | +
-|in/out    |4500   |UDP      |IPSec NAT Traversal                                    |+
  
 ===== Management ===== ===== Management =====
Line 31: Line 24:
 https://host-ip/ https://host-ip/
  
-User''Admin''+Default credentials:
  
-Password: ''123456''+^Username |Admin 
 +^Password |123456 
 + 
 +===== Update ===== 
 + 
 +<file> 
 +/var/www/bin/update.sh force 
 +</file>
  
 ===== Install ===== ===== Install =====
 +
 +:!: For **XenServer**, use the **text mode** installer of the ISO image.
  
 Download the ISO file based on Debian 9 and install a clean server or VM. Download the ISO file based on Debian 9 and install a clean server or VM.
Line 45: Line 47:
 ^Storage  |15GB Disk                     |30GB Disk                      | ^Storage  |15GB Disk                     |30GB Disk                      |
 ^CPU      |1 x64 Processor Core          |2 x64 Processor Cores          | ^CPU      |1 x64 Processor Core          |2 x64 Processor Cores          |
 +^NIC      |1 GbE                         |1 GbE                          |
 +
 +===== Firewall =====
 +
 +**About**: https://sourceforge.net/p/scrollout/discussion/1102835/thread/b7e85066/
 +
 +^Direction ^Port   ^Protocol ^Note                                                   ^
 +|out       |53     |UDP      |DNS query, RBL                                         |
 +|out       |80     |TCP      |HTTP updates                                           |
 +|in        |80     |TCP      |Broswer management access                              |
 +|in        |443    |TCP      |HTTPS browser management access                        |
 +|in        |25/587 |TCP      |Incoming SMTP traffic (+ other customized local ports) |
 +|out       |25     |TCP      |Outgoing SMTP traffic (+ other remote ports)           |
 +|in/out    |8080   |TCP      |Proxy web cache for intranets                          |
 +|out       |6277   |UDP      |DCC service                                            |
 +|out       |2703   |TCP      |Razor2 service                                         |
 +|out       |24441  |UDP      |Pyzor service                                          |
 +|out       |123    |UDP      |NTP time sync                                          |
 +|in/out    |4500   |UDP      |IPSec NAT Traversal                                    |
  
 ===== SMTP Message Headers ===== ===== SMTP Message Headers =====
  
 :!: Disable SpamAssassin on destination mail server or the headers added by Scrollout F1 will be removed and overwritten. :!: Disable SpamAssassin on destination mail server or the headers added by Scrollout F1 will be removed and overwritten.
 +
 +===== SSL Certificate =====
 +
 +<file>
 +apt-get install certbot -t stretch-backports
 +</file>
  
 ===== Honeypot ===== ===== Honeypot =====