Giter Site home page Giter Site logo

ssrshz / assp Goto Github PK

View Code? Open in Web Editor NEW

This project forked from fametec/assp

0.0 1.0 0.0 40.75 MB

The Anti-Spam SMTP Proxy (ASSP) Server project aims to create an open source platform-independent SMTP Proxy server

License: GNU General Public License v3.0

Dockerfile 100.00%

assp's Introduction

What is ASSP?

The Anti-Spam SMTP Proxy (ASSP) Server project aims to create an open source platform-independent SMTP Proxy server which implements auto-whitelists, self learning Hidden-Markov-Model and/or Bayesian, Greylisting, DNSBL, DNSWL, URIBL, SPF, SRS, Backscatter, Virus scanning, attachment blocking, Senderbase and multiple other filter methods.

Features

Multiple Weighted DNSBLs
Multiple Weighted URIBLs
Greylisting
Weighted Regular Expression Filtering
Bayesian
Penalty Box
SenderBase
SSL/TLS
SPF/SRS
Attachment Blocking
ClamAV and FileScan
Blocking Reporting
LDAP support
Backscatter Detection
recipient replacement / GUI user access rights management
MIME charset conversion / DKIM check and signing
multi DB support for all hashes / level based open plugin support
transparent TCP proxy support
Plugins: archive, full attachment check and replacement, OCR
damping (steal spammers time)
AUTH to relay host / POP3 collector
configuration value and file synchronization
Block Reports design could be customized
Razor2 and DCC support using Plugin
SNMP support (monitoring, configuring, controll-API)
user group import (file or LDAP or command based)
automatic crash analyzer Hidden Markov Model
IPv6 socket support
word stemming (several languages) for Bayesian analyzer
Perl module autoupdate via PPM or CPAN
Hidden Markov Model spam detection engine
full unicode support
DMARC support
privat Whitelist (legacy, domain based, user based)
privat IP and Domain lists (legacy, domain based, user based)
CPU affinity settings
web file commander
graphical statistic output (SVG)
native SSL support for target hosts
client SSL-certificate validation
privat SMIME signing
corporate SMIME signing, using a single privat certificate
content based executable attachment blocking
content based compressed attachment blocking
BATV check and signing
Message-ID signing and check FBMTV
remote support
Authenticated Received Chain (ARC) processing and signing
RSS feeds for blocked emails using Plugin
zero day virus detection
VirusTotal API

https://sourceforge.net/projects/assp/

How to use this image

start a ASSP instance

MariaDB

docker run -d --rm --name mariadb -e MYSQL_DATABASE=assp -e MYSQL_USER=assp -e MYSQL_PASSWORD=4aae4012 -e MYSQL_RANDOM_ROOT_PASSWORD=1 -p 3306:3306 docker.io/mariadb

ASSP

docker run -d --rm --name assp -p 25:25 -p 587:587 -p 465:465 -p 2525:2525 -p 55555:55555 --link mariadb:mariadb fametec/assp

... or docker-compose.yaml

version: '3.2'
#
### Services
#
services:
#
# ASSP
#
  assp:
    image: fametec/assp:2.6.5_21218
    restart: unless-stopped
    container_name: assp
    ports:
      - "25:25"
      - "587:587"
      - "465:465"
      - "2525:2525"
      - "55555:55555"
    volumes:
      - assp-volume:/var/db/assp/:rw
    depends_on: 
      - db
#
# MYSQL
#
  db: 
    image: docker.io/mariadb:latest
    restart: unless-stopped
    volumes: 
      - assp-db-volume:/var/www/mysql:rw
    environment: 
      MYSQL_DATABASE: assp
      MYSQL_USER: assp
      MYSQL_PASSWORD: 4aae40121f24c0e9a8ebc1a78d4da966 
      MYSQL_RANDOM_ROOT_PASSWORD: 1 
    ports: 
      - "3306:3306"


volumes: 
  assp-volume:
  assp-db-volume:

Login

URL: http://<ip_address>:55555

User: root

Password: nospam4me

Support

[email protected]

e-Learning

https://www.fametreinamentos.com.br

assp's People

Contributors

eduardofraga avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.