[tpop3d-discuss] tpop3d & maildir

tdn@tdn.co.ke tdn at tdn.co.ke
Mon, 2 Dec 2002 13:57:20 +0300


Hi there,

I have a vmail-sql + tpop3d setup with mbox format.
Am testing migration to maildir, and have started another instance,
listening on port 1110 for the domain domain.com, and always get auth
errors... what am i doing wrong?

below is my tpop3d.conf,



isten-address: 127.0.0.1:1110(domain.com)

max-children: 200

mailbox: maildir:/var/mail/$(domain)/$(user)

auth-mysql-enable: yes

auth-mysql-mail-group: mail

auth-mysql-hostname: localhost

auth-mysql-database: vmail

auth-mysql-username: vmailexim

auth-mysql-password: <my password>

auth-mysql-pass-query: \
        SELECT
CONCAT('/var/mail/','$(domain)','/','$(local_part)'),password_hash,'mail','m
aildir' \
        FROM popbox \
        WHERE local_part != '$(local_part)' \
        AND domain_name = '$(domain)'


Dec  2 13:38:53 jupiter tpop3d[41552]: connection_do: client
`[6]127.0.0.1/domain.com: username `tdn@domain.com': 1 authentication
failures