Changes

Jump to: navigation, search

Email Server - Extended Spam filtering

414 bytes added, 14:26, 9 October 2016
Tanítás, SPAM jelentés
autolearn=ham
</pre>
 
==AWL-AutoWhiteList==
 
Az AWL használatához szükség van az AWL spamassassin plugin-ra:<br>
/etc/mail/spamassassin/v310.pre
<pre>
...
loadplugin Mail::SpamAssassin::Plugin::AWL
...
</pre>
 
És a local.cf-ben kapcsolhatjuk be:
* '''use_auto_whitelist''' ( 0 | 1 ) (default: 1)
* '''auto_whitelist_path''' /path/filename (default: ~/.spamassassin/auto-whitelist) -->This is the automatic-whitelist directory and filename. By default, each user has their own whitelist database in their ~/.spamassassin directory with mode 0700. For system-wide SpamAssassin use, you may want to share this across all users, although that is not recommended.
== Razor és pyzor tanítás==
Ezt fogjuk majd automatizálni.
===AWL-AutoWhiteList===
/etc/mail/spamassassin/v310.pre fájlban tölthetjük be a plugin-t
<pre>
loadplugin Mail::SpamAssassin::Plugin::AWL
</pre>
 
És a local.cf-ben kapcsolhatjuk be:
* use_auto_whitelist ( 0 | 1 ) (default: 1)
== Autómitizálás==

Navigation menu