thanks for responding.
On 01/14/2016 12:25 PM, Christian Boltz wrote:
> Hello,
>
> Am Donnerstag, 14. Januar 2016 schrieb Robert Moskowitz:
>> My server has been up for over a year. postfixadmin 2.9.1 has been
>> untouched all this time. It is only accessable on my local net.
>>
>> It has been perhaps a week since I last looked, but now I am not
>> seeing the bar graph on space used by user. I am only seeing a grey
>> square.
>>
>> Is something wrong on my server that needs a restart, or is something
>> wrong on my linux system accessing postfixadmin?
> Interesting question ;-)
>
> The quota information is read from the database - the allowed quota from
> the mailbox table, the used quota from the quota or quota2 table.
>
> Things to check:
> - check your apache error log if there's any PHP warning for PostfixAdmin
Nothing of note. Standard probes against the server.
> - easiest check: check the HTML source, maybe it's just a display
> problem
Don't see anything there. Actually don't see anything of value. I am
really not proficient at html....
> - check the quota/quota2 table if it contains quota information (ideally
> up to date) for all mailboxes
quota is empty.
quota2 shows:
mysql> select * from quota2;
+--------------------------+-----------+----------+
| username | bytes | messages |
+--------------------------+-----------+----------+
| rg...@ht... | 726971632 | 18589 |
| fa...@ht... | 4153 | 3 |
| te...@ht... | 1160 | 1 |
| aa...@ht... | 628114719 | 28858 |
| rg...@te... | 0 | 0 |
| rg...@la... | 362088093 | 14375 |
| re...@co... | 287341541 | 15375 |
| fa...@ht... | 9288522 | 120 |
| ds...@ht... | 16354521 | 954 |
| dm...@ht... | 128355529 | 1897 |
| re...@ht... | 6141954 | 1466 |
| rgm...@ht... | 166539163 | 4420 |
| rg...@ht... | 51263374 | 3209 |
| sk...@ht... | 1196 | 1 |
+--------------------------+-----------+----------+
14 rows in set (0.00 sec)
And I know dovecot is updating this, as I just deleted a bunch of spam
and compressed my folders and now I have:
| rg...@ht... | 409815596 | 8475 |
> - check if something on the dovecot side changed - it's dovecot that
> updates the quota/quota2 table
This server has be up for 303 days.
There have been NO updates to dovecot in many a month. Or any of the
software sadly to say. I am working on a new server that will be easier
to maintain. But the Centos7-arm team needs to get an epel7-armv7hl
repo built so I can get some of the rpms I need for my new platform!
> BTW: independent of that problem, I'd recommend to update to 2.9.3 ;-)
Perhaps, but I do so little with this once the server was built.
Occational user updates. And occational checks on mailbox quotas! Like
I said, new server is better than piecemealing this one.
|