> Is there an easy script, piece of code or anything for checking > whether a given user account is already taken or available so that > potential users only proceed to some other form only when their choice > is available ? For instance, checking a text or html file where the > administrator may register the emails (not passwords of course) of all > available users ?
Maybe. Depends on how your IMAP server authenticates. If your IMAP server uses MySQL, for instance, you could simply hit the database and look for the name. If it uses /etc/passwd, you'll have to look through that file. There are so many possible ways that it can be configured, there is no one simple recipe to do what you are asking. Regardless, it's certainly not a Squirrelmail issue.. You'd have better luck checking your IMAP server documentation. -- Chris Hilts [EMAIL PROTECTED] ------------------------------------------------------- This SF.net email is sponsored by: SF.net Giveback Program. Does SourceForge.net help you be more productive? Does it help you create better code? SHARE THE LOVE, and help us help YOU! Click Here: http://sourceforge.net/donate/ -- squirrelmail-users mailing list List Address: [EMAIL PROTECTED] List Archives: http://sourceforge.net/mailarchive/forum.php?forum_id)95 List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users
