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

Tomáš Kurinec tomb.stoney at gmail.com
Wed Apr 4 10:08:15 IST 2012


Nobody can help me? I don't know why is such a thing in mailscanner
when nobody knows how to use it? Or?



Dňa 28. marca 2012 12:38, Tomáš Kurinec <tomb.stoney at gmail.com> napísal/a:
> 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