On Thu, 31 Jan 2002, Charlie Watts wrote: > > can i login to imap only using username instead username@domain. > > Of course you can. Put 'username' into your authentication database > instead of 'username@domain'. Or in addition to.
i use vmailmgr as my AUTHMODULES. in my qmail/control/virtualdomains i added virtual.domain:vmailmgr_user i can login to IMAP using <vmailgr_user>-<username>. and i think it could done by a little change in imaplogin.c by adding new variabel, ie. in function do_imap_command ... char vuser[255]="vmailmgr_user-" vuser=strcat(vuser,userid); userid=vuser; ... maybe its wrong syntax cause i dont have any C languange capability. but it was just an idea. maybe someone can help me fix the syntax. TIA - ndaru _______________________________________________ courier-users mailing list [EMAIL PROTECTED] Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users
