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:53]
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 8: Line 8:
  
 **Forums**: http://sourceforge.net/p/scrollout/discussion/1102835/ **Forums**: http://sourceforge.net/p/scrollout/discussion/1102835/
 +
 +**Tips**: https://sourceforge.net/p/scrollout/wiki/Tips%20&%20Tricks/
 +
 +  * 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)
  
 Scrollout F1 is an in-line Spam filter system. Scrollout F1 is an in-line Spam filter system.
 +
 +===== Management =====
 +
 +https://host-ip/
 +
 +Default credentials:
 +
 +^Username |Admin  |
 +^Password |123456 |
 +
 +===== Update =====
 +
 +<file>
 +/var/www/bin/update.sh force
 +</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 ===== ===== Firewall =====
 +
 +**About**: https://sourceforge.net/p/scrollout/discussion/1102835/thread/b7e85066/
  
 ^Direction ^Port   ^Protocol ^Note                                                   ^ ^Direction ^Port   ^Protocol ^Note                                                   ^
Line 26: Line 66:
 |out       |123    |UDP      |NTP time sync                                          | |out       |123    |UDP      |NTP time sync                                          |
 |in/out    |4500   |UDP      |IPSec NAT Traversal                                    | |in/out    |4500   |UDP      |IPSec NAT Traversal                                    |
- 
-===== Management ===== 
- 
-https://host-ip/ 
- 
-User: ''Admin'' 
- 
-Password: ''123456'' 
- 
-===== Install ===== 
- 
-Download the ISO file based on Debian 9 and install a clean server or VM. 
- 
-==== Minimum Requirements ==== 
-  
-^Resource |**Up to 5,000 messages/day** |**Up to 15,000 messages/day** | 
-^Memory   |1GB RAM                 |2GB RAM                       | 
-^Storage  |15GB Disk                    |30GB Disk                     | 
-^CPU      |1 x64 Processor Core         |2 x64 Processor Cores         | 
  
 ===== 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 =====