I have MySQL up and running.
I can login with
mysql -u dbuser -p
I can't login with
dbmail-users -a dbmail -w mypassword -g 0 -m 25M -s [EMAIL PROTECTED]
this is the postfix maillog message,
Mar 13 11:32:15 cpe-66-65-161-178 postfix/postfix-script: starting the
Postfix mail system
Mar 13 11:32:15 cpe-66-65-161-178 postfix/master[23673]: daemon started --
version 2.2.2, configuration /etc/postfix
Mar 13 11:32:31 cpe-66-65-161-178 dbmail/adduser[23677]:
dbmysql.c,db_connect: mysql_real_connect failed: Access denied for user
'root'@'localhost' (using password: NO)
Why is dbmail-users denying access to user 'root' when I try to login as
'dbmail' ?
This is the MySQL error log file whick looks fine,
060313 11:25:17 InnoDB: Started; log sequence number 0 5477963
/usr/libexec/mysqld: ready for connections.
Version: '4.1.16' socket: '/var/lib/mysql/mysql.sock' port: 3306 Source
distribution
Thanks,
Jim