• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

Input Warden Antispam & Virus Protection Extension for Plesk

@papahausa usually that means that your database credentials are corrupted. You can try resetting them with the command:

Code:
// reset the Amavis database credentials
warden --task=contentfilter:contentfilter --default=yes --reload=yes

// reset the SpamAssassin learning database credentials
warden --task=antispam:learning --default=yes --reload

After you reset the credentials you can to some manual training from the command line to see if its working correctly:


done.
i hope this solution can help for other.
@danami Thanks.
 
[root@salmon ~]# warden --task=contentfilter:contentfilter --default=yes --reload=yes
PHP Fatal error: Allowed memory size of 268435456 bytes exhausted (tried to allocate 20480 bytes) in /usr/local/psa/admin/plib/modules/warden/library/modules/database/classes/Kohana/Database/MySQLi.php on line 171
PHP Fatal error: Allowed memory size of 268435456 bytes exhausted (tried to allocate 32768 bytes) in /usr/local/psa/admin/plib/modules/warden/library/modules/log/classes/Model/Log/Application.php on line 1
[root@salmon ~]# warden --task=antispam:learning --default=yes --reload
PHP Fatal error: Allowed memory size of 268435456 bytes exhausted (tried to allocate 20480 bytes) in /usr/local/psa/admin/plib/modules/warden/library/modules/database/classes/Kohana/Database/MySQLi.php on line 171
PHP Fatal error: Allowed memory size of 268435456 bytes exhausted (tried to allocate 20480 bytes) in /usr/local/psa/admin/plib/modules/warden/library/system/classes/Kohana/Core.php on line 980
 
Back
Top