Squirrelmail: Difference between revisions
From DWIKI
m (→sasql) |
mNo edit summary |
||
Line 1: | Line 1: | ||
*[http://www.squirrelmail.org/ Homepage] | *[http://www.squirrelmail.org/ Homepage] | ||
=Documentation= | |||
*[http://squirrelmail.org/docs/devel-code/squirrelmail/_functions---plugin.php.html#functiondo_hook API documentation] | |||
==Interesting plugins== | ==Interesting plugins== |
Revision as of 21:01, 28 July 2008
Documentation
Interesting plugins
sasql
create table spamassassin; grant all privileges on spamassassin.* to 'sasql'@'localhost' identified by 'sasqlpass'; flush privileges; use spamassassin; CREATE TABLE userpref ( username varchar(100) NOT NULL, preference varchar(30) NOT NULL, value varchar(100) NOT NULL, prefid int(11) NOT NULL auto_increment, PRIMARY KEY (prefid), INDEX (username) ) TYPE=MyISAM;