I'm pretty certain this is because it just doesn't know where to look,
but I'm not sure how to tell it :-(
I was using http://www.linuxmail.info/postfix-dovecot-ldap-centos-5/ as
a guide, but needed to switch to cyrus-imapd I think cyrus doesn't know
how to look in /var/vmail/ as the vmail user.
My bad -- thanks for the correction.
I run cyrus and dovecot systems, and inadvertently checked this on a
dovecost-based system before posting.
On 09/12/2014 10:30 AM, Michel Blanc wrote:
> On 12/09/2014 17:20, Patrick Goetz wrote:
>> Question: what's wrong with
>>
>> ps auxw | grep imap
On 12/09/2014 17:20, Patrick Goetz wrote:
> Question: what's wrong with
>
> ps auxw | grep imap
>
> Doesn't this provide an accurate representation of who's logged in?
Hi Patrick,
On 2.2 it doesn't include the imap username :
$ ps auxw | grep imap
cyrus25038 0.0 0.1 96104 4332
Question: what's wrong with
ps auxw | grep imap
Doesn't this provide an accurate representation of who's logged in?
On 09/12/2014 10:02 AM, Michel Blanc wrote:
> On 12/09/2014 16:04, Michael Neumann wrote:
>> Hello,
>>
>> i am looking for a command that outputs the currently logged on users
On 12/09/2014 16:04, Michael Neumann wrote:
> Hello,
>
> i am looking for a command that outputs the currently logged on users of
> cyrus imapd, is there something available?
>
> Best regards
>
Hello,
I use the following handy one liner :
lsof -p `pidof imapd|tr ' ' ','` | \
grep '/var/lib/
On Fri, September 12, 2014 4:04 pm, Michael Neumann wrote:
> Hello,
>
>
> i am looking for a command that outputs the currently logged on users of cyrus
> imapd, is there something available?
Michael,
Consider processing the contents of the small files in the 'proc'
sub-directory, but I'll qui
Hello,
i am looking for a command that outputs the currently logged on users of
cyrus imapd, is there something available?
Best regards
--
Michael Neumann
Cyrus Home Page: http://www.cyrusimap.org/
List Archives/Info: http://lists.andrew.cmu.edu/pipermail/info-cyrus/
To Unsubscribe:
https:/