How to get a list of Dovecot IMAP users

Posted by Colt McCormack on Server Fault See other posts from Server Fault or by Colt McCormack
Published on 2012-09-07T07:18:48Z Indexed on 2012/09/07 9:39 UTC
Read the original article Hit count: 156

Filed under:
|
|
|
|

How do you get a list of users for a dovecot email server that connect via IMAP (as opposed to POP)?

Our server is setup to authenticate via LDAP/PAM. Is there an easy way to get a list of the users who are accessing their mail via IMAP, rather than POP? I am about to migrate our server to Google Apps and want to migrate all of the mail for my IMAP users only (couple hundred out of several hundred total users). POP mail will be migrated separately from the client end obviously.

I would much rather migrate only the IMAP users rather than the whole domain which would include migrating a bunch of POP mail left in the server that has already been read/sorted/deleted in the client's email program. Migrating all of that extra useless leftover POP mail could waste weeks of migration time.

I suppose parsing some logs to see who has connected on an IMAP port (995 or 993) would give me a list would work if someone could help me do that. I know I have the raw dovecot logs, but am hoping for a cleaner solution.

© Server Fault or respective owner

Related posts about linux

Related posts about email