spamassassin in a docker container
Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
 
 
Andy 9b403604f3
updates
před 1 rokem
service updates před 1 rokem
Dockerfile updates před 1 rokem
LICENSE first commit před 4 roky
README.md fix readme před 4 roky

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}