On Mon, 2006-03-13 at 16:42 +0000, Jim Douglas wrote: > 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' ?
Sounds like it's not finding/reading your dbmail.conf file. Try the strace command Paul Stevens posted a few days ago reguarding this issue to see where it's looking for the file. Also check file/directory ownership and permissions. If it's finding and can read the file, it's probably a problem with the file contents ... might copy a new one from a sample, or check out yours for syntax and any garbage (eg. binary/unprintable chars in it?). > > 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 > > > _______________________________________________ > Dbmail mailing list > [email protected] > https://mailman.fastxs.nl/mailman/listinfo/dbmail -- Jesse Norell - [EMAIL PROTECTED] Kentec Communications, Inc.
