SpamAssassin
- TheCry
- Closed
- Thread is marked as Resolved.
-
-
Yes i use the actually version 0.0.12 from spammassassin_pluing and i-mscp version 1.2.2.
-
-
I think, the point that it affects is in SpamAssassin/backend/SpamAssassin.pm line 624-634
-
Hi,
I can't seem to use the current spam_assassin plugin with the 1.2 GIT version of imscp:
The SpamAssassin plugin version 0.0.12 is not compatible with your i-MSCP version.
Is there a way around that?
thanks
-
-
Wait for the 1.2.3 release or downgrade to the 1.2.2..
-
Is a downgrade possible without dataloss? How would I go about that?
Thanks
-
-
It should work. Just a few columns and a table were added. Just test it out, if it's not possible, upgrade to the 1.2.x again. Data will stay untouched..
-
Hi!
I installed IMSCP 1.2.3 yesterday on my Testing-System including the Spamassassin Plugin 1.0.0 (compatible with i-MSCP >= 1.2.3). When restarting in manually,. i get the following errors in syslog
Looking into Mysql reveals that the variable $spamassassinDbName seems not to be expanded at all:Code- MariaDB [mysql]> show GRANTS FOR 'sa_user'@'localhost';+----------------------------------------------------------------------------------------------------------------+| Grants for sa_user@localhost |+----------------------------------------------------------------------------------------------------------------+| GRANT USAGE ON *.* TO 'sa_user'@'localhost' IDENTIFIED BY PASSWORD '......' || GRANT SELECT, INSERT, UPDATE, DELETE ON `$spamassassinDbName`.* TO 'sa_user'@'localhost' |+----------------------------------------------------------------------------------------------------------------+
However running:
seems to fix the Problem. Have i done something wrong so that this was happening? Maybe it's because of MariaDB (i don't think so)?!
If its the wrong thread to write this i'm sorry. Please move it to the right location
Thanks!
-
-
This is a bug You can fix it by editing the /var/www/imscp/gui/plugins/SpamAssassin/backend/SpamAssassin.pm file and replacing the line 1263 by
Once done, uninstall and reinstall the plugin through the plugin interface.Thank you for your report.
-
Thanks!
I'll check it out when i got some free time
-