kiesa n00b
Joined: 20 Oct 2005 Posts: 57 Location: Finland
|
Posted: Fri Feb 02, 2007 9:43 pm Post subject: vpoppasswd and squirrelmail |
|
|
Hi,
Has something changed on vpopmail? just realised that i
can't change vpopmail passwords from squirrelmail anymore.
Looking through vpoppasswd there was line:
vuserinfo -C which should (i think) return user@domain.
instead there is only -c which returns only user and could
be why this doesn't work anymore.
Any ideas?
Here part of vpoppassd.c
Code: | void get_user_data(char *username){
strcat(command_line,VPOPMAIL_BINDIR);
strcat(command_line,"/vuserinfo -C ");
strcat(command_line,username);
shell_exec(command_line);
}
|
and if there's some other way to change vpopmail passwords from
squirrelmail i'd like to hear
http://sourceforge.net/projects/vpoppasswd/ |
|