Huangbin, > There's a typo error in README.sql-mysql (2.7.0-pre8): > -- local users > CREATE TABLE IF NOT EXISTS users ( > id int unsigned NOT NULL AUTO_INCREMENT PRIMARY KEY, -- unique > id priority integer NOT NULL DEFAULT '7', -- sort field, 0 is low > prior policy_id integer unsigned NOT NULL DEFAULT '1', -- JOINs with > policy.id email varbinary(255) NOT NULL UNIQUE, > fullname varchar(255) DEFAULT NULL, -- not used by amavisd-new > -- local char(1) -- Y/N (optional field, see note further down) > ); > > Comma ',' should be removed in column "fullname": > fullname varchar(255) DEFAULT NULL -- not used by amavisd-new
Thanks! Fixed in -pre9. Mark ------------------------------------------------------------------------------ Beautiful is writing same markup. Internet Explorer 9 supports standards for HTML5, CSS3, SVG 1.1, ECMAScript5, and DOM L2 & L3. Spend less time writing and rewriting code and more time creating great experiences on the web. Be a part of the beta today http://p.sf.net/sfu/msIE9-sfdev2dev _______________________________________________ AMaViS-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/amavis-user Please visit http://www.ijs.si/software/amavisd/ regularly For administrativa requests please send email to rainer at openantivirus dot org
