I have no idea why they used this strange method...
anyway you need to activate admin commands and logging in the config file:
enable_admin_commands yes
protocol_log_filename /var/log/imapproxy_protocol.log
then you need to connect with telnet
telnet 127.0.0.1 143
now you can activate the user you want to log:
a001 XPROXY_TRACE <username>
if you want to deactived the logging use:
a001 XPROXY_TRACE
the complete documentation for this is in the README file in the download
package.
regards,
Harald
Am 05.04.2012, 12:27 Uhr, schrieb Reindl Harald <[email protected]>:
Am 04.04.2012 15:16, schrieb ITronic Harald Leithner:
For me it works perfect after cache reset, running roundcube 0.7.1
Harald, maybe test it with telnet, or you use imapproxy to log the
communication between Roundcube and dbmail-imapd
(as i did)
where is the secret how to turn on logging?
"may only be turned on for one user at a time"
WTF - and how do i specify the user? :-)
http://www.docunext.com/wiki/Imapproxy_example_configuration_file
## protocol_log_filename
##
## protocol logging may only be turned on for one user at a time. All
## protocol logging data is written to the file specified by this path.
#
protocol_log_filename /var/log/imapproxy_protocol.log
You sould see a command coming from Roundcube like this:
A0000 UID SORT (DATE) US-ASCII ALL
this returns:
* SORT 3228855 3228856 3463460
A0006 OK UID SORT completed
This order is used by roundcube to display the messages.
_______________________________________________
DBmail mailing list
[email protected]
http://mailman.fastxs.nl/cgi-bin/mailman/listinfo/dbmail