[tpop3d-discuss] no mysql query

Kuba kuba at xpl.pl
Mon, 24 Nov 2003 14:26:55 +0100


Hi

I am new to tpop3d. I'm trying to set up vmail-sql + tpop3d.
tpop3d 1.5.2 was compiled with --enable-auth-mysql option.
when I am trying to connect to tpop3d, it doesn't send a query to mysql.
In mysql log I can see it is conected, but then nothing happens.
Do you have any idea what is wrong?

tpop3d.conf:


listen-address: 0.0.0.0;tls=immediate,/etc/ssl/certs/pop3.pem
max-children: 16
timeout-seconds: 600
mailbox: bsd:/var/mail/$(user)

auth-pam-enable: yes
auth-pam-facility: tpop3d
auth-pam-mail-group: mail

auth-mysql-enable: yes
auth-mysql-mail-group: mail
auth-mysql-hostname: localhost
auth-mysql-database: vmail
auth-mysql-username: name
auth-mysql-password: xxxx


Kuba

ps. vmail-sql is already working with exim4 and openwebmail.