Recommended Services
Supported Scripts
Category: Linux
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 ...
Script to Test Email Mail Delivery using SMTP Authentication
The below script may be useful to test the mail delivery using email authentication with and without SSL
Note:
The ...