spamassassin in a docker container
25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
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}