Menu

Install

INSTALLATION guide

The installation is easy. Even if you are a newbie in Linux there is not much room for errors. However, a basic knowledge in email routing and traffic is required.

Estimated time: 30 minutes.

A simpler alternative to this article for Windows admins is to use the customized ISO image (recommended)


Watch a video on how to install using ISO image

    Important:
      Make sure you provide valid network settings in order to connect to the Internet during installation. 
      Do not attempt to install on an existing system. You cannot have multiple postfix, spamassassin, clamav instances. Deploy Scrollout F1 on a fresh Debian system.

    1. Download Debian 8 Server

    A clean Debian operating system must be installed. Do not use an existing system on which you have installed other applications and services like an existing web server and email server. The installation process will overwrite the existing settings. Download a version of Debian.

    2. Install Debian Server

    Important note: When you are asked to configure network connection please make sure you input the correct settings. You need a working Internet connection during installation.

    3. Install Scrollout F1

    Login to the terminal console using your user (root) and password. Again, make sure your internet connection is working properly and type the following commands:
    apt-get install sudo -y
    sudo -i
    cd /tmp
    wget http://sourceforge.net/projects/scrollout/files/update/scrolloutf1.tar/download -O scrolloutf1.tar
    tar -xvf scrolloutf1.tar
    chmod 755 /tmp/scrolloutf1/www/bin/*
    /tmp/scrolloutf1/www/bin/install.sh
    Press-hit ENTER every time you are asked to answer a question. By doing this you will select the default answer. When done, the Graphic User Interface URL address and default Admin password will be displayed. URL: http(s)://host-ip/ User: Admin (default) Password: 123456 (default) To uninstall run: /var/www/bin/uninstall.sh

    Used ports:

      out 53 UDP - DNS query, RBL
      out 80 TCP - HTTP updates
      in 80 TCP - web management access
      in 443 TCP - web management access over TLS/SSL (recommended)
      in 25 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