Hi Ken,
Im using mysql authentication and having same problem with Paul. I wish I know some programming

Thnx

Regards,
Jeffrey Iskandar Ahmad
System Engineer
Technology Division
Time dotNet bhd  

Paul Culmsee wrote:
> 
> Hi
> 
> Is there a limit on password length?
> 
> If I set a password for a pop user in vpopmail to password and then
> password1, it still allows access for password. I assume then that there is
> a character limit of 8 chars. Can this be modified?
> 
> thankyou
> 
> Paul

That's what MD5 passwords are for. Greater than 8 characters.

There is some MD5 code in vpopmail, but I never figured out
how to get it to work with all the passwords. Basicly, 
replacing the crypt() function with MD5 functions. As long
as the MD5 is compatible with crypt() it should work.

Ken Jones

Reply via email to