Recommended Services
Supported Scripts
Category: RedHat
cPanel/WHM Transfer: Account create error “This system already has a database owner named”
If you get the following error while transfering an account in cPanel/WHM
1. Login to mysql and search if a ...
Log all SFTP transactions in one log file
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.* ...
Install Legacy Mongo PHP Extension on CentOS Server
To install PHP Legacy Mongo Extension for PHP to communicate with the MongoDB Server
1. Make sure you have PHP ...
Install MongoDB PHP Extension on CentOS Server
To install PHP MongoDB Extension for PHP to communicate with the MongoDB Server
1. Make sure you have PHP PECL, ...
Exim:Important Exim Mail Server commands
1. To check the number of emails present in the queue:
exim -bpc
2. To check the emails present in the ...
Zimbra: Assign a dedicated Outgoing SMTP IP for a domain
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 ...
BASH: Script to alert when Exim mail queue is HIGH
The following script sends an alert whenever the exim mail queue is greater than a certain threshold
#!/bin/bash
if [ `/usr/sbin/exim ...