Support / KnowledgeBase

 
Search the KnowledgeBase Search

Enable user management of spam filtering for Plesk

  • Applies to: All (dv)

  • Difficulty: Medium

  • Time needed: 5 minutes

  • Tools needed: None

 

This article will show you how to enable user management spam filtering for all email users created in Plesk.

WARNING:

The following is an advanced guide which has you accessing the Plesk database. It is strongly suggested that you only follow this guide if you have backed up your (dv) service, and have complete confidence in working with Plesk and MySQL.

  1. Login via SSH as the root user:
  2. Access MySQL as the admin user using our handy Plesk shortcut:
    my 
  3. Tell MySQL you want to use the Plesk Database:
    
    use psa 
  4. Provide the following MySQL Query to enable user management of spam filtering:
    INSERT INTO Permissions (id,permission,value)
    SELECT perm_id,'manage_spamfilter',TRUE FROM mail WHERE spamfilter = TRUE;
  5. You should now get a table output containing.
  6. To quit MySQL simply type exit.

Revisions:

02-16-2009: Article Creation

User Comments

No visitor comments posted. Post a comment

Fields marked with an asterisk(*) are required. Comment on this article

Fill out the form below if you would like to comment on this article.
 
 
 

(code is not case-sensitive)
 
Submit
 
 

Continue