Barton L. Phillips wrote: > I was wondering where I would put code to log the logins to SM. I took > a quick look at the login.php and was a bit overwhelmed. Could this be > done by adding a 'login-bottom' or 'login-form' plug-in? Or is there > an easier way; like someone already has done it?
Your imap server should have an option for logging. We use uw-imap on a Solaris server, and I have it logging through syslog to /var/adm/uw-imap.log. So, nothing to be done in php, just a configuration setting in the imap server setup and a line in /etc/syslog.conf to tell it where to go. --------------- Chris Hoogendyk - O__ ---- Systems Administrator c/ /'_ --- Biology & Geology Departments (*) \(*) -- 140 Morrill Science Center ~~~~~~~~~~ - University of Massachusetts, Amherst <[EMAIL PROTECTED]> --------------- Erdös 4 ------------------------------------------------------- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web and mobile media. Attend the live webcast and join the prime developer group breaking into this new coding territory! http://sel.as-us.falkag.net/sel?cmd=lnk&kid0944&bid$1720&dat1642 -- squirrelmail-users mailing list Posting Guidelines: http://www.squirrelmail.org/wiki/MailingListPostingGuidelines List Address: [email protected] List Archives: http://news.gmane.org/thread.php?group=gmane.mail.squirrelmail.user List Archives: http://sourceforge.net/mailarchive/forum.php?forum_id)95 List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users
