[tpop3d-discuss] tpop3d & maildir

Jakob Hirsch jh at plonk.de
Mon, 2 Dec 2002 14:02:21 +0100


tdn@tdn.co.ke wrote:

> 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?

is running on our mail server flawless:
auth-mysql-pass-query: \
  SELECT CONCAT(domain.path, '/', popbox.mbox_name), \
  popbox.password_hash, domain.unix_user, 'maildir' \
  FROM popbox, domain \
  WHERE popbox.local_part = '$(local_part)' \
  AND popbox.domain_name = '$(domain)' \
  AND popbox.domain_name = domain.domain_name

(same on auth-mysql-apop-query)
 
>         WHERE local_part != '$(local_part)' \

You really have != here??

besides, you should always post which version you are using.