OpenBSD Spam Project: Difference between revisions

From WTFwiki
Jump to navigation Jump to search
Anexit (talk | contribs)
No edit summary
Anexit (talk | contribs)
No edit summary
 
Line 7: Line 7:
Postfix
Postfix


===Adjusting newsyslog===
<pre>
Make sure your newsyslog.conf has the right permission on the log files you want munin to have access too.  In my case I had to adjust the 640 to 644.
</pre>


===Random Commands===
grep -rnw * -e 'Mohawk'
grep -rnw * -e 'Mohawk'
find . -type f -not -name '*.gz' -delete
find . -type f -not -name '*.gz' -delete


amvisd-release
amvisd-release

Latest revision as of 13:03, 18 November 2024

This spam project is about putting an email server in front of a cloud emails server and filtering out bad and good email.

Munin Spamassassin Amavisd-new Clam-AV or Eset Postfix

Adjusting newsyslog

Make sure your newsyslog.conf has the right permission on the log files you want munin to have access too.  In my case I had to adjust the 640 to 644.


Random Commands

grep -rnw * -e 'Mohawk' find . -type f -not -name '*.gz' -delete

amvisd-release