ClearFoundation Tracker - ClearOS
View Issue Details
0008891ClearOSspamassassinpublic2016-05-27 07:082019-06-06 06:01
NickH 
 
normaltweakalways
closedno change required 
6.7.0 
 
0008891: spamassassin does not come preconfigured to load the DKIM plugin
spamassassin does not come preconfigured to load the DKIM plugin

To fix, add the fillowing line to /etc/mail/spamassassin/init.pre:

loadplugin Mail::SpamAssassin::Plugins::DKIM

I am not sure why one would not want to load the DKIM plugin. The SPF plugin is loaded.
No tags attached.
related to 0002234closed  Maintain SpamAssassin in order to access more recent versions 
Issue History
2016-05-27 07:08NickHNew Issue
2016-05-28 05:18NickHNote Added: 0003351
2016-06-09 09:52user2Note Added: 0003381
2016-06-09 09:52user2Assigned To => user2
2016-06-09 09:52user2Statusnew => confirmed
2016-06-09 09:52user2Relationship addedrelated to 0002234
2018-12-14 12:11user2Statusconfirmed => assigned
2018-12-14 12:11user2Assigned Touser2 => tracker
2019-06-06 06:01NickHStatusassigned => closed
2019-06-06 06:01NickHAssigned Totracker =>
2019-06-06 06:01NickHResolutionopen => no change required

Notes
(0003351)
NickH   
2016-05-28 05:18   
Please mark as invalid. The DKIM plugin is loaded, just not from the /etc/mail/spamassassin/init.pre file.

Also please note there may be a configuration issue. SA is configured to load its plugins from /usr/share/perl5/vendor_perl/Mail/SpamAssassin/Plugins/ when specified in /etc/mail/spamassassin/init.pre but the folder does not exist. All plugins exist in /usr/share/perl5/vendor_perl/Mail/SpamAssassin/Plugin/ - note no "s" on the end of Plugin.
(0003381)
user2   
2016-06-09 09:52   
ClearOS 6.8.0 was supposed to get a backported ClearOS 7 mail stack (SpamAssassin, Amavis, ClamAV) with new features enabled, but only ClamAV was completed. See tracker 0002234 for example.

DKIM is enabled in ClearOS 7 (/etc/mail/spamassassin/v312.pre)