[tpop3d-discuss] Case problems during checikng mailbox

Wiktor Zgodziński Wiktor Zgodziński
Wed, 08 Jan 2003 18:42:31 +0100


I'm using tpop3d 1.4.2  with auth_mysql and with my own db. All is fine,
but today I notice following problem.

If user give his account name in different case ex:
John.Smith@domain.com (spool dir for him is called
/var/spool/mail/domain.com/john.simith) tpop3d log him in, but saying
that there is no message for user. Of course there are few message and
if user logs as john.smith@domain.com he gets his messages.

What should I fix to resolve this problem. May be I didn't  read
documentation carefully. ? Just tell me that.


my tpop3d config file:

max-children: 50
timeout-seconds: 600
mailbox: bsd:/var/spool/mail/$(domain)/$(local_part)
auth-mysql-enable: yes
auth-mysql-mail-group: gr
auth-mysql-username: un
auth-mysql-hostname: host
auth-mysql-database: bd
auth-mysql-password: some_nice_password
auth-mysql-pass-query: SELECT CONCAT('/var/spool/mail/','$(domain)','/','$(local_part)'), CONCAT('{plaintext}',password),'exim', 'bsd' from users WHERE username LIKE '$(local_part)' and domain LIKE '$(domain)' and is_alias LIKE 'no' and valid LIKE 'yes';



Thanx Wiktor Zgodziński