Am 12.09.2014 um 17:02 schrieb Michel Blanc: > > Hello, > > I use the following handy one liner : > > > lsof -p `pidof imapd|tr ' ' ','` | \ > grep '/var/lib/cyrus/user/.*\.seen$' | \ > awk '{ print $9 }' | sort | uniq | \ > cut -f7 -d'/' | cut -f1 -d'.' > > with cyrus 2.2 under ubuntu server, YMMV ! Thanks, using lsof is a good idea, can be used to gather other useful imap connection informations as well. Regards -- Michael Neumann ---- Cyrus Home Page: http://www.cyrusimap.org/ List Archives/Info: http://lists.andrew.cmu.edu/pipermail/info-cyrus/ To Unsubscribe: https://lists.andrew.cmu.edu/mailman/listinfo/info-cyrus