Roundcube Community Forum

 

My plugin sauserprefs, don't work

Started by rafael_alves, February 05, 2013, 02:43:55 PM

Previous topic - Next topic

rafael_alves

I configured the database plugin and everything is saved in the database through the panel plugin, yet he does not reject the e-mail for which I create spam rules. Help me.

I created a database that is proposed in the settings that is:

CREATE TABLE UserPref (
   username varchar (100) NOT NULL default'',
   preference varchar (30) NOT NULL default'',
   value varchar (100) NOT NULL default'',
   prefid int (11) NOT NULL auto_increment,
   PRIMARY KEY (prefid)
   KEY username (username)
)

JohnDoh

did you try the tests they suggest to make sure your SA install can read the prefs from the database? http://wiki.apache.org/spamassassin/UsingSQL
Roundcube Plugins: Contextmenu, SpamAssassin Prefs, and more...