Hi, Also, is it possible to change dbdef.sql file to say:
GRANT SELECT,INSERT,UPDATE,DELETE ON relaydelay.* TO 'milter'@'localhost' IDENTIFIED BY 'milter'; Because this line from the original dbdef.sql: grant select,insert,update,delete tables on relaydelay.* to milter@"localhost" identified by 'milter'; doesn't work on mysql 4 and since mysql 4 is the stable version.... Thanks Gary
