项目作者: bloodhunterd

项目描述 :
Docker image of SpamAssassin for Froxlor Server Management Panel
高级语言: Dockerfile
项目地址: git://github.com/bloodhunterd/Froxlor-Mail-SpamAssassin.git
创建时间: 2020-03-30T06:54:20Z
项目社区:https://github.com/bloodhunterd/Froxlor-Mail-SpamAssassin

开源协议:MIT License

下载


Release
Docker Build
Docker Pulls
License

ko-fi

Froxlor Mail SpamAssassin

Docker image of SpamAssassin for Froxlor Server Management Panel.

This image is meant to be used with the Froxlor Mail image.

Deployment

Docker Compose

  1. version: '2.4'
  2. services:
  3. spamassassin:
  4. image: bloodhunterd/froxlor-mail-spamassassin
  5. ports:
  6. - '783:783'
  7. volumes:
  8. - ./mail/:/var/customers/mail/:ro
  9. - ./spamassassin/:/var/lib/spamassassin/.spamassassin/

Configuration

ENV Values Default Description
REPORT_SAFE 0 / 2 0 Add Spam report as attachment instead of modifying the original message.
REQUIRED_SCORE 0.0 - … 5.0 Threshold at which a message is considered spam.
TRUSTED_NETWORKS IP address 127.0.0.1 Exclude networks from Spam check.
SPF_WHITELIST Email address Exclude email addresses from SPF check.
MAIL_DIR Directory path /var/customers/mail Absolute path to the mail directory

Ports

Port Description
783 SpamAssassin

Volumes

Volume Path Read only Description
Customer mail /var/customers/mail/ Froxlor customer mail content.
Learned messages /var/lib/spamassassin/.spamassassin/ Learned HAM and SPAM messages.

Update

Please note the changelog to check for configuration changes before updating.

  1. docker-compose pull
  2. docker-compose up -d

Build With

Authors

License

This project is licensed under the MIT - see LICENSE.md file for details.