Webmail does not allow to login - one user problem

Toitsu

Registered
Hello!

I recently set up server and there is 15 users on my mail server. They all work great but one person can not login throught the squirrelmail. There is error: Unknown user or password incorrect. I have reset passwd and removed and redo whole account and user account but it still does not allow to login throught webmail. With other users there is no problem. Also everytime i recreate this user, mail digs the old information from somewhere adding the last name also to web login name. Others only have their first name, this person has first and last name. Login does not work even thought there is whole name written in login name.

Is there something gone wrong at the first time i made the account and now when i delete it it does not really delete files so when i create new account it just links it to the old files?

Any suggestions? There can not be very radical solutions so it does not ruin other users mail accounts..
 
You can try to remove the user in command line

su ADMINEMAILUSER ./cyradm
cyradm>connect localhost
IMAP Passsword:
Localhost>
sam user/USERTOREMOVE ADMINEMAILUSER c
dm user/USERTOREMOVE (to remove the IMAP information of the user)




ADMINEMAILUSER = a user that appear in /etc/imapd.conf in the line admins:

bye
 
Back
Top