A message with the following attributes was not delivered because it contains an object which cannot be checked by antivirus. Relaying such messages is blocked by administrator.

Getting the below delivery failure message while trying to send emails to plesk server with drweb enabled. To resolve this error: /etc/init.d/drwebd restart  If that doesn’t work kill all drweb process. pgrep drwebd | xargs kill -9  Now check emails and if that start work try enabling dr web again by using: /etc/init.d/drwebd restart […]

Continue Reading…

pure-authd (/usr/sbin/pure-authd -s /var/run/ftpd.sock -r /usr/sbin/pureauth) running as root with PID

While trying to restart FTP via WHM we are getting the error : Login to WHM >> Manage Service SSL Certificates >>Reset the FTP SSL certificate. Try restarting FTP, It should work. After that make sure to run: /scripts/upcp –force If that doesn’t work then do the following: cd /var/lib/rpm/ rm -f __db.*  rpm -vv –rebuilddb […]

Continue Reading…

syslogd shows failed in WHM

When we check WHM >> Service status shows that ” syslogd ” is stopped. But While we login to server and check the status is up service rsyslog status ** Try restarting syslogd ** /scripts/restartsrv syslogd /etc/init.d/rsyslog restart ** Try restarting chkservd ** /scripts/restartsrv chkservd service chkservd restart Still if it don’t show its up, […]

Continue Reading…

Getting error ” Fatal error or timeout occurred while processing this directive ” when accessing cpanel.

when we create a cPanel account from my root whm account we are getting this error: Execute following commands in /home chown username.username username -R chown username.mail username/etc -R chown username.nobody username/public_html rm -rf username/.cpanel If its not fixed then use: chmod 555 /sbin/ifconfig Done.0075–> […]

Continue Reading…