In cPanel, once a domain reaches the max fail/deff limit, it is temporary blocked from sending outgoing emails to other domains. cPanel stores block in files: /var/cpanel/email_send_limits/max_deferfail_DOMAIN_NAME.tld To unblock a domain, simply...
In cPanel, once a domain reaches the max fail/deff limit, it is temporary blocked from sending outgoing emails to other domains. cPanel stores block in files: /var/cpanel/email_send_limits/max_deferfail_DOMAIN_NAME.tld To unblock a domain, simply...
First log into Poweradmin and click on Add master zone: In this example, I will use 18.21.22.0/24 so the zone name is: 22.21.18.in-addr.arpa Click on the Add zone button then edit the new zone and add nameservers: Go to RIPE NCC and add the domain:...
On a Dell PowerEdge R630 server the following error is displayed: A3. Reseat memory. Correctable memory error rate exceeded. Simillar error is displayed on iDRAC: Correctable Memory Error Log Limit Reached This error indicates that there is a...
Inside the docker container check the available disk space and get the path to the partition: root@server2:~# docker exec stefan df -h /var/lib/docker/devicemapper/mnt/bddbf234169773b6d6b52529ff32572add386085bc248a0ee807f70ce7c00adc Filesystem Size...
When you change a package for a cpanel account,new limits are applied immediately but the statistics section in the dashboard still shows old info. To refresh the data for a single cpanel account simply delete the .cpanel/datastore directory for...
Proxmox MailGateway login via Curl: curl -k -d 'username=root@pam' --data-urlencode 'password=sd7fv72vf' --insecure Example response:...
Restarting a NodeJS application in cPanel *(CloudLinux) gives 503 error and the stderr.log states: Exception ignored in: <_io.TextIOWrapper name='<stdout>' mode='w' encoding='utf-8'> BrokenPipeError: [Errno 32] Broken pipe node[175421]:...
tail -f /usr/local/cwpsrv/var/services/roundcube/logs/errors.log PHP Fatal error: Uncaught Error: Class ‘Spoofchecker’ not found in /usr/local/cwpsrv/var/services/roundcube/program/lib/Roundcube/rcube_spoofchecker.php:50 Solution: nano...