If you face SMTP error 535 Authentication Failed while sending an email from round cube, then you can check the following things. vi /usr/local/cPanel/base/3rdparty/roundcube/config/main.inc.php and change $rcmail_config[‘smtp_user’] = ‘%u’; to $rcmail_config[‘smtp_user’] = ”; Save the file FIXED….
See MoreTag: Banned website
cPanel backend configuration files and Log Files Paths
cPanel backend configuration files and log files paths ======================================= /var/cpanel ======================================= accounting.log – Contains a list of accounting functions performed such as account removal and creation cpanel.config โ Tweak settings for whm can be done in this file mainip โ Main ip of the server is specified in this file maxemail – Maximum emails per […]
See MoreEnable killwhom command at Linux server
Enable killwhom command at Linux server If killwhom command is not added in your server.then do below steps : pico /bin/killwhom add following code. — ps -auxf|grep $1|awk ‘{print “kill -9 ” $2}’ — Save the File chmod 700 /bin/killwhom and run the command ๐
See More