[tpop3d-discuss] mysql not working?

Klaus Hansen tpop3d at sconk.dk
Tue, 16 Apr 2002 20:38:20 +0200


Hi there.

config file
---
listen-address: 0.0.0.0
mailbox: bsd:/var/mail/$(user)
auth-mysql-enable: yes
auth-mysql-mail-group: postfix
auth-mysql-hostname: 127.0.0.1
auth-mysql-database: mail
auth-mysql-username: mail
auth-mysql-password: password
---

When i run ./tpop3d -f /etc/tpop3d.conf -dv

---
1 authentication drivers successfully loaded
net_loop: tpop3d version 1.3.5 successfully started
connection_sendresponse: client [6]10.0.0.254/sconk: sent `+OK <b4b253420b44e915bc51d52c31842425@sconk>'
listeners_post_select: client [6]10.0.0.254/sconk: connected
connection_parsecommand: client [6]10.0.0.254/sconk: received `USER klaus'
connection_sendresponse: client [6]10.0.0.254/sconk: sent `+OK Tell me your password.'
connection_parsecommand: client [6]10.0.0.254/sconk: received `PASS [...]'
connection_sendresponse: client [6]10.0.0.254/sconk: sent `-ERR Lies! Try again!'
connection_do: client `[6]10.0.0.254/sconk': 1 authentication failures
---

No attemt to connect to mysql server whits i do work 

What have i done worng?

Klaus Hansen.