Ana Ribas Roca wrote: > I'd like knowing if I can obtain more log information, than the > habitual in cyrus, about the imap accesses. > I need to register all the activity of every mailbox (deleted > messages, folders creation ...) > Is it possible? How? > > I've changed the syslog configuration file, adding local6.info and > local6.debug, but i haven't seen any difference in the log file. > Can someone help me, please? > > Thank's in advance and sorry for my bad english. > > Ana, Since mailbox/folder administration is usually performed over IMAP, you can enable telemetry logging to capture that information. see 'doc/overview.html' within the cyrus-imapd source for documentation. e.g.: mkdir /var/lib/cyrus/log/cyrus (for the cyrus user) chown cyrus:mail /var/lib/cyrus/log/cyrus mkdir /var/lib/cyrus/log/dwhite (for user dwhite) chown cyrus:mail /var/lib/cyrus/log/dwhite Also, you may want to add this to imapd.conf: sasl_log_level: 7 - Dan ---- Cyrus Home Page: http://cyrusimap.web.cmu.edu/ Cyrus Wiki/FAQ: http://cyrusimap.web.cmu.edu/twiki List Archives/Info: http://asg.web.cmu.edu/cyrus/mailing-list.html