ISPConfig Mailbox quota

Discussion in 'Installation/Configuration' started by oatis, Jun 2, 2017.

  1. oatis

    oatis New Member

    Hi! I have a problem with ispconfig 3 ver 3.1.2. Mailbox usage shows 0KB used, 0% used. Quota works fine and .quotausage file is available. It contains mailbox real value. It runs on a debian 8 jessie. Someone can help solve this?
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    Check in the root crontab (with contab -l) that the ispconfig server.sh and cron.sh cronjob are not commented out.
     
  3. oatis

    oatis New Member

    Hi!
    crontab -l do nothing in terminal. I logged in as root.

    This is my crontab:

    # /etc/crontab: system-wide crontab
    # Unlike any other crontab you don't have to run the `crontab'
    # command to install the new version when you edit this file
    # and files in /etc/cron.d. These files also have username fields,
    # that none of the other crontabs do.

    SHELL=/bin/sh
    PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin

    # m h dom mon dow user command
    17 * * * * root cd / && run-parts --report /etc/cron.hourly
    25 6 * * * root test -x /usr/sbin/anacron || ( cd / && run-parts --report /etc/cron.daily )
    47 6 * * 7 root test -x /usr/sbin/anacron || ( cd / && run-parts --report /etc/cron.weekly )
    52 6 1 * * root test -x /usr/sbin/anacron || ( cd / && run-parts --report /etc/cron.monthly )

    00 19 * * * root rtcwake -m off -s 43200
    #
    Thanks!
     
  4. oatis

    oatis New Member

    Ok, I pasted it to crontab and it is working now.

    * * * * * /usr/local/ispconfig/server/server.sh > /dev/null 2>> /var/log/ispconfig/cron.log
    30 00 * * * /usr/local/ispconfig/server/cron.sh > /dev/null 2>> /var/log/ispconfig/cron.log
     

Share This Page