<div dir="ltr">doveadm who <div>and </div><div>doveadm kick </div><div>are useful too :) </div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Thu, Jun 9, 2022 at 11:29 AM Richard <<a href="mailto:inbound-dovecot@listmail.innovate.net">inbound-dovecot@listmail.innovate.net</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><br>
<br>
> Date: Thursday, June 09, 2022 11:07:38 -0500<br>
> From: Jeremy Schaeffer <<a href="mailto:kb9mfd@phonesplus.biz" target="_blank">kb9mfd@phonesplus.biz</a>><br>
><br>
> On 6/9/2022 10:59, Richard wrote:<br>
>> <br>
>>> Date: Thursday, June 09, 2022 10:46:25 -0500<br>
>>> From: Jeremy Schaeffer <<a href="mailto:kb9mfd@phonesplus.biz" target="_blank">kb9mfd@phonesplus.biz</a>><br>
>>> <br>
>>> That was the first thing I tried, I lowered the cache connections<br>
>>> in Thunderbird. Actually the max connections was 50, not 500, but<br>
>>> I could see why as I do have a lot of folders, but what is odd is<br>
>>> I have other mailboxes that have even more folders, but it's only<br>
>>> one mailbox that is trowing the error.<br>
>>> <br>
>>> "# ps -axww | grep imap" does not give me the same results -<br>
>>> <br>
>>> .....<br>
>>> <br>
>>> 19897 ?        S      0:00 dovecot/imap<br>
>>> 19900 ?        S      0:02 dovecot/imap<br>
>>> 19901 ?        S      0:00 dovecot/imap<br>
>>> 19902 ?        S      0:00 dovecot/imap<br>
>>> .....<br>
>>> <br>
>>> I wish it did give me the mailbox, is there a option to get it to<br>
>>> give me that information?<br>
>><br>
>> Try "auxw" on your "ps". I.e., add in the "u" which will get you<br>
>> the user detail in the first column, otherwise you just get the<br>
>> process id.<br>
>> <br>
>> <br>
> Thank you! That worked, I piped the output to a file, grep the<br>
> username and sure enough there are 60 lines. So I guess going over<br>
> 50 was a possibility.<br>
> <br>
> Learn something new every day. I set the maximum to 100 so I should<br>
> not have any errors on that anymore.<br>
> <br>
<br>
Rather than simply upping the limit I think a reasonable question to<br>
ask is why/how they are managing to do that. That's a lot of open<br>
folders.<br>
<br>
By the way, the single command:<br>
<br>
 ps auxw | grep imap | cut -d" " -f1 | sort | uniq -c<br>
<br>
will get you a nice list with the users and their connection counts.<br>
<br>
<br>
<br>
</blockquote></div><br clear="all"><div><br></div>-- <br><div dir="ltr" class="gmail_signature"><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr">Larry Rosenman                     <a href="http://www.lerctr.org/~ler" target="_blank">http://www.lerctr.org/~ler</a><br><span>Phone: <span title="Call with Google Voice"><span title="Call with Google Voice"><span title="Call with Google Voice">+1 214-642-9640</span></span></span> (c)     E-Mail: </span><a href="mailto:larryrtx@gmail.com" target="_blank">larryrtx@gmail.com</a><br>US Mail: 5708 Sabbia Dr, Round Rock, TX 78665-2106</div></div></div></div></div></div></div></div>