Hello,
Am Donnerstag, 14. Januar 2016 schrieb Robert Moskowitz:
> On 01/14/2016 12:25 PM, Christian Boltz wrote:
> > 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;
[...]
Looks good.
Just to be sure - do you have
$CONF['new_quota_table'] = 'YES';
so that PostfixAdmin uses the quota2 table?
(I'd guess yes since it worked last week.)
> There have been NO updates to dovecot in many a month. Or any of the
> software sadly to say.
OK, that finally rules out the easy things to check.
> 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.
I'm out of easy ideas, so the only idea I have left is to manually run
the query used in list-virtual.php (you'll need to echo it out in
list-virtual.php since it's constructed depending on some $CONF
settings), and then check its output.
That said: updating to 2.93 is easier - and if you still have the same
problem with 2.93, we'll at least have to fix a still existing bug
instead of an old one ;-)
Regards,
Christian Boltz
--
> > Creative admins can do a lot nice things everywhere they meet shell
> > interpreted files. A lot more than setting static env vars.
> That's what Im talking about, abusing a particular tool that wasn't
> meant to do so.
Ah, still learning something new everyday. Writing shell code into shell
scripts is abuse.
[> Cristian Rodríguez and (>>) Ruediger Meier in opensuse-factory]
|