Re: Building Red Hat Rawhide SA 4.0.0 package for RHEL/CentOS 7

2023-12-05 Thread Kenneth Porter
On 12/5/2023 10:57 PM, Benny Pedersen wrote: mimedefang does not use spamd, you only need either spamassassin only with spamd or mimedefang with spamassassin not running spamd It's a small server so I can afford to run SA twice, once at the MTA level through mimedefang (which can potentially

Re: Building Red Hat Rawhide SA 4.0.0 package for RHEL/CentOS 7

2023-12-05 Thread Benny Pedersen
Kenneth Porter skrev den 2023-12-06 00:29: After installing the package, I found I needed to manually restart spamd and also mimedefang with: # systemctl restart spamassassin # systemctl restart mimedefang After that I saw errors from my nightly sa-learn jobs about a missing HashCash module.

Re: Building Red Hat Rawhide SA 4.0.0 package for RHEL/CentOS 7

2023-12-05 Thread Kenneth Porter
After installing the package, I found I needed to manually restart spamd and also mimedefang with: # systemctl restart spamassassin # systemctl restart mimedefang After that I saw errors from my nightly sa-learn jobs about a missing HashCash module. I checked for a .rpmnew file in /etc/mail/sp

Re: sa-learn on an Exchange public folder

2023-12-05 Thread jahlives
Does anything "speak" against just fetching the message from said folder (ex getmail or fetchmail) and feed them to sa-learn? At least for getmail one can define a filter section which then calls sa-learn and give it the message for learning. I use a getmail config like this [retriever] type = Si