spamassassin in a docker container
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
 
 
Andy 9b403604f3
updates
1年前
service updates 1年前
Dockerfile updates 1年前
LICENSE first commit 4 年前
README.md fix readme 4 年前

README.md

Apache SpamAssassin in docker

  • SpamAssassin is listening over a 783/tcp port.

  • chmod 755 /etc/postfix /etc/postfix/main.cf /etc/postfix/dynamicmaps.cf

  • /etc/postfix/master.cf example:

    spamassassin host should resolve the IP of this container.

    smtp      inet  n       -       n       -       -       smtpd
      -o content_filter=spamassassin
    submission inet n       -       n       -       -       smtpd
      -o content_filter=spamassassin
    spamassassin      unix  -       n       n       -       -       pipe
      user=nobody argv=/usr/bin/spamc -d spamassassin -p 783 -e /usr/sbin/sendmail -oi -f ${sender} ${recipient}