May 8th 2018 #1 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-konzeptplusOS: Debian Jessie 8.10WHMCS plugin: 1.1.0 Thank you!Regards,Dylan
May 8th 2018 #2 @Dylan Disable the related cron task in the /etc/cron.d/imscp file: change: Code @daily root perl /var/www/imscp/backend/tools/imscp-disable-accounts >/dev/null 2>&1 to Code #@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.