On Mon, Aug 11, 2003 at 06:30:15PM +0530, Kamesh wrote: > what i meant is the comment part of the address ( Real name). > i am using Vpopmail +courier-imap + Sqwebmail with vchkpw
Well I dodn't use vpopmail, but in sqwebmail's authlib/preauthvchkpw.c I see
struct vqpasswd *vpw;
...
auth.fullname=vpw->pw_gecos;
So the fullname is passed back in the "pw_gecos" member of "struct
vqpasswd". I suggest you consult the vpopmail documentation to find out how
to configure that field.
Regards,
Brian.
