This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
internet:hosting:virtualmin_spam_troubleshoot [2016/02/06 11:53] gcooper |
internet:hosting:virtualmin_spam_troubleshoot [2016/02/10 09:36] (current) gcooper |
||
---|---|---|---|
Line 15: | Line 15: | ||
===== Permissions ===== | ===== Permissions ===== | ||
- | :!: Provisional - Be careful with this. | + | :!: Provisional - Be careful with this - Example is for Ubuntu 14.04 |
:!: Use '' | :!: Use '' | ||
Line 25: | Line 25: | ||
find / | find / | ||
find / | find / | ||
- | chmod -R o-rwx / | + | chmod 700 / |
+ | find / | ||
reboot | reboot | ||
Line 49: | Line 50: | ||
su -s /bin/sh -c " | su -s /bin/sh -c " | ||
</ | </ | ||
+ | |||
+ | ===== Bayesian Filter ===== | ||
Train the Bayesian filter as a user: | Train the Bayesian filter as a user: | ||
Line 55: | Line 58: | ||
su -s /bin/sh -c " | su -s /bin/sh -c " | ||
</ | </ | ||
+ | |||
+ | ===== Rules Updates ===== | ||
Update rules (taken from ''/ | Update rules (taken from ''/ |