On Thu, 8 Sep 2005, Mariano Wahlmann wrote: > I had a pop before smtp watching at maillog to catch authenticated > users. but when a client uses SASL this records do not appear, and the > Logout record says Logout user=???, how can i get one record for each > authenticated user? > > Thanks,
two different suggestions: 1) Switch to SMTP-AUTH for sending. It's more work to support (teaching your users how to configure their clients, etc) but more secure and reliable in the long run. 2) If you must use "pop before smtp" use DRAC rather than maillog watchers (see: http://mail.cc.umanitoba.ca/drac/index.html ). We used DRAC for several years before switching to SMTP-AUTH. Particularly if you need to support IMAP clients, DRAC is far superior to maillog watchers, altho it is a bit of work to integrate into your pop3d & imapd daemons. Dave -- Dave Funk University of Iowa <dbfunk (at) engineering.uiowa.edu> College of Engineering 319/335-5751 FAX: 319/384-0549 1256 Seamans Center Sys_admin/Postmaster/cell_admin Iowa City, IA 52242-1527 #include <std_disclaimer.h> Better is not better, 'standard' is better. B{ _______________________________________________ Imap-uw mailing list [email protected] https://mailman1.u.washington.edu/mailman/listinfo/imap-uw
