What tables to create for using SQL capability of MailScanner conf.

Tomáš Kurinec tomb.stoney at gmail.com
Wed Mar 28 11:38:26 IST 2012


Hi all,

I'm trying to use mailscanner sql configuration capabilities mainly
for custom rulesets and spamassassin, but I can't find out how should
the tables looks like.
Could you be so kind and provide me SQL like this:
CREATE TABLE mailscanner_config (
  id int(11) NOT NULL auto_increment,
  hostname varchar(100) NOT NULL,
  value varchar(100) NOT NULL,
  external varchar(100) NOT NULL,
  options varchar(100) NOT NULL,
  PRIMARY KEY (id)
) ENGINE=MyISAM

I don't know if this is a good table for such a purpose, but you
probably get the idea.

Thank you very much!

Tom


More information about the MailScanner mailing list