Skip to main content

cannot change user password in squirrelmail

More
17 years 3 months ago #19405 by anu2
1)i configure squirrelmail for web based mail.
2)User can access their mail accounts well.
3)we added change_passwd plugins and poppassd also installed
4) but we are facing problem when we are going to change password from webbased interface
Error is '500 Old password is incorrect'.
5) through command prompt we tried
[code:1]telnet localhost 106
Trying 127.0.0.1...
Connected to localhost.
Escape character is '^]'.
200 poppassd v1.8.5 hello, who are you?
user test@domain.com
200 Your password please.
pass mypassword
500 old password is incorrect
Connection closed by foreign host[/code:1]
** above error came, please anybody guide me for this

Anu

System administrator
More
17 years 3 months ago #19412 by nske
Can you post the content of your authdaemonrc file?

Particularly check that [code:1]authmodulelist="authvchkpw"[/code:1]
More
17 years 3 months ago #19417 by anu2
Replied by anu2 on topic squirrelmail problem
Hi nske

Thanks for reply
But can u please tell me where that authdaemonrc file is ?
i an unable to give content of that file



Regards

Anuradha

Anu

System administrator
More
17 years 3 months ago #19425 by nske
hello :)

hmm I think you mentioned courier-authdaemon before you edit your post, or am I wrong? :?

In any case, courier-authdaemon is a much better alternative to poppassd, I suggest you use it instead.

authdaemonrc is courier-authdaemon's settings file, it's path might varie, depending on how the package was configured. Generally it should be on /etc somewhere, but try searching the whole /

[code:1]find / -name authdaemonrc [/code:1]

About vpoppassd, can you please mention what software you use as your IMAP server? Are you sure it authenticates using the same source for accounts that the poppassd modifies (system accounts from /etc/ςhadow)?

cheers
Time to create page: 0.133 seconds