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
lo
We need the information about which ip is connecting to which mailbox,
and what is this user doing: opening, deleting, authenticating, ...
Thanks in advance
- ANNA -
Quoting "Andreas Winkelmann" :
>> I'm trying to get as much information as possible from the cyrus log.
>> I've tried several
Hello
I'm trying to get as much information as possible from the cyrus log.
I've tried several modification of the syslog configuration
filewithout success.
I also create a folder at /var/log/.. per user getting as much
information I want but... it's in different files and folders, and
is
You can use the port 143 only in localhost for access to cyradm.
You have to change the cyrus.conf file like that:
imap cmd="imapd" listen="localhost:imap" prefork=1
#imap cmd="imapd" listen="imap" prefork=5
imaps cmd="imapd -s" listen="imaps" prefork=5
- ANNA -
Q