Disable auto-suspension

  • Hi Nuxwin,


    Now, i-MSCP disable domains, when it's expired.
    Can I disable this function somehow?
    I would like to use i-MSCP with WHMCS plugin, and I want to manage domain suspensions by WHMCS.


    i-MSCP: 1.5.x-konzeptplus
    OS: Debian Jessie 8.10
    WHMCS plugin: 1.1.0


    Thank you!
    Regards,
    Dylan

    i-MSCP 1.5.3
    Plugins (latest version): ClamAV, CronJobs, DomainAutoApproval, LetsEncrypt, OpenDKIM, PanelRedirect, PhpSwitcher, PolicydSPF, Postgrey, RecaptchaPMA, RoundcubePlugins, SpamAssasin, WHMCS

  • @Dylan


    Disable the related cron task in the /etc/cron.d/imscp file:


    change:

    Code
    1. @daily root perl /var/www/imscp/backend/tools/imscp-disable-accounts >/dev/null 2>&1

    to

    Code
    1. #@daily root perl /var/www/imscp/backend/tools/imscp-disable-accounts >/dev/null 2>&1


    or don't set any expire time for your customer accounts.

    badge.php?id=1239063037&bid=2518&key=1747635596&format=png&z=547451206

  • Thank you! :thumbsup:

    i-MSCP 1.5.3
    Plugins (latest version): ClamAV, CronJobs, DomainAutoApproval, LetsEncrypt, OpenDKIM, PanelRedirect, PhpSwitcher, PolicydSPF, Postgrey, RecaptchaPMA, RoundcubePlugins, SpamAssasin, WHMCS