-
Notifications
You must be signed in to change notification settings - Fork 64
Description
Describe the feature
RHEL10 support for MailScanner
How the feature would work
When installing mailscanner that using the rpm that all needed perl modules are installed when installing mailscanner using the rpm.
Examples
I installed mailscanner on newly installed Alma Linux 10 and mailscanner wouldn't start. I had to manually install the following modules manually with cpan and "spamassassin" with dnf.
- Filesys::Df
- IO::Stringy
- Sys::Hostname::Long
- Net::CIDR
- Sys::SigAction
- MIME::Parser
- OLE::Storage_Lite
Other problems
Also when using the same clamd configuration and running "MailScanner --lint" I get the following error.
Cannot find Socket (/var/run/clamd.scan/clamd.sock) Exiting! at /usr/share/MailScanner/perl/MailScanner/SweepViruses.pm line 2440.
Virus Scanning: Batch scan failed, check A/V scanners! Trying again... at /usr/share/MailScanner/perl/MailScanner/SweepViruses.pm line 583.
I even changed "LocalSocket" to /var/run/clamd.scan/clamd.sock in my config and then it still complains about the same, selinux is on permissive currently.