If you get the following error while transfering an account in cPanel/WHM 1. Login to mysql and search if a Database user really exists in the MySQL DB SELECT user FROM mysql.user; 2.…
If you get the following error while transfering an account in cPanel/WHM 1. Login to mysql and search if a Database user really exists in the MySQL DB SELECT user FROM mysql.user; 2.…
1. Add the below line in /etc/ssh/sshd_config Subsystem sftp /usr/libexec/openssh/sftp-server -l VERBOSE -f LOCAL3 2. Add the below line in /etc/rsyslog.conf local3.* /var/log/sftp.log 3. Restart SSH Service service sshd restart 4. Restart rsyslog service service rsyslog restart 5.…
In order to restrict Joomla Administrator section to only one or few particular IP’s add the below in the .htaccess file in the administrator directory Order Deny,Allow Deny from all Allow from <IP…
To install PHP Legacy Mongo Extension for PHP to communicate with the MongoDB Server 1. Make sure you have PHP PECL, if you do not have it installed, install it using yum…
To install PHP MongoDB Extension for PHP to communicate with the MongoDB Server 1. Make sure you have PHP PECL, if you do not have it installed, install it using yum install…
1. To check the number of emails present in the queue: exim -bpc 2. To check the emails present in the queue with the mail id and sender ID: exim -bp exim -bp |…
If you have logged into putty as root and you have to monitor the database activity its quiet annoying to enter the MySQL password every time you want to login…
What is a Hosting Control Panel ? A hosting control panel is a web-based interface that is provided to the end user which interacts with all the necessary hosting services on…
Zimbra Outgoing SMTP IP per Domain 1. Add the following line in “/opt/zimbra/postfix/conf/main.cf” sender_dependent_default_transport_maps = regexp:/opt/zimbra/postfix/conf/sdd_transport_maps.regexp 2. Create the file “/opt/zimbra/postfix/conf/sdd_transport_maps.regexp” and add the domains as below /@example\.com$/ …
The following script sends an alert whenever the exim mail queue is greater than a certain threshold #!/bin/bash if [ `/usr/sbin/exim -bpc` -ge 300 ]; then mail -s “Alert: There are over 300…
Copyright © 2019 | iamemhost.com . All rights reserved.