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ů.

12345678910111213141516171819202122
  1. SpamAssassin SNF4SA Plugin for SNFServer
  2. Installation and Configuration
  3. Copyright (C) 2009 ARM Research Labs, LLC.
  4. See www.armresearch.com for the copyright terms.
  5. Installing SpamAssassin SNF4SA plugin for SNFServer involves the
  6. following steps:
  7. 1) Copy snf4sa.pm and snf4sa.cf to /etc/mail/spamassassin .
  8. 2) Edit /etc/mail/spamassassin/snf4sa.cf to set the score to the
  9. desired value. Setting the score to "10" would result in email
  10. detected as spam by SNFServer would be marked as spam by
  11. SpamAssassin.
  12. The module writes the email message to a temporary file in
  13. /tmp/snf4sa. If this directory doesn't exist, the script creates it
  14. with permission 777. This allows both the script and SNFServer to
  15. write to that directory. If that directory already exists, ensure
  16. that it has a permission of 777.