Difference between revisions of "OpenBSD Spam Project"
Jump to navigation
Jump to search
(Created page with "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 Post...") |
|||
(One intermediate revision by the same user not shown) | |||
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 | ||
amvisd-release | amvisd-release |
Latest revision as of 12: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