On this page:
http://www.remofritzsche.com/goldfish/index.php?page=installation-configuration-manual-2
You say:
"mysql> GRANT SELECT ON `mailserver`.`autoresponder` TO `goldfish`
IDENTIFIED BY PASSWORD('myPassword');"
You don't include the UPDATE privilige. Without it you get a couple of
"Error in query UPDATE `autoresponder` SET `enabled`..." errors.
The ` characters don't work for me.
'PASSWORD('myPassword')' doesn't work for me.
I do this:
GRANT SELECT,UPDATE ON mailserver.autoresponder TO goldfish IDENTIFIED
BY 'mypassword';