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 [2013/12/22 09:39]
gcooper
internet:mail:scrolloutf1 [2023/09/26 12:53]
gcooper removed
Line 1: Line 1:
 ====== Scrollout F1 Spam Filter ====== ====== Scrollout F1 Spam Filter ======
  
-:!: You route mail through the SF1 system by modifying DNS MX records.+FIXME Modifying this page for version 2018-04-08
  
-:!Don't use Firefox to manage Scrollout F1 (use IE).+**Home**http://www.scrolloutf1.com/
  
-Servicehttp://www.scrollout.net+**Download**https://sourceforge.net/projects/scrollout/files/latest/download
  
-Product: http://www.scrolloutf1.com/+**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/
  
-FAQ: http://www.scrollout.net/support/+  * 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)
  
-Update: http://www.scrolloutf1.com/deploy/update +Scrollout F1 is an in-line Spam filter system.
- +
-Tips: http://www.scrolloutf1.com/deploy/tips-tricks +
- +
-http://www.howtoforge.com/configure-an-email-gateway-with-scrollout-f1-anti-spam-and-dlp +
- +
-http://www.howtoforge.com/install-scrollout-f1-anti-spam-firewall-on-ubuntu-in-30-minutes+
  
 ===== Management ===== ===== Management =====
Line 25: Line 24:
 https://host-ip/ https://host-ip/
  
-User''Admin'' +Default credentials:
-Password: ''123456''+
  
-===== Uninstall =====+^Username |Admin 
 +^Password |123456 | 
 + 
 +===== Update =====
  
 <file> <file>
-/var/www/bin/uninstall.sh+/var/www/bin/update.sh force
 </file> </file>
  
 +===== 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.
 +
 +==== Minimum Requirements ====
 +
 +^Resource |**Up to 5K messages per day** |**Up to 15K messages per day** |
 +^Memory   |1GB RAM                  |2GB RAM                        |
 +^Storage  |15GB Disk                     |30GB Disk                      |
 +^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 =====