Recommended Services
Supported Scripts
Category: Exim
cPanelDebianEximHostingLinuxMail ServersRedHatVestaCP
Clear Exim Mail Queue
Spamming is one of the things we often face as administrators in the day to day work, if you ...
cPanelDebianEximHostingLinuxMail ServersRedHat
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 ...
cPanelDebianEximHostingLinuxMail ServersRedHat
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 ...
cPanelDebianEximHostingLinuxMail ServersPleskRedHat
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 ...
cPanelDebianEximHostingLinuxMail ServersPleskPostfixQmailRedHatZimbra
Disable IPV6 on CentOS 6.x servers
1. Edit /etc/sysctl.conf and add the following line
net.ipv6.conf.all.disable_ipv6 = 1
2. Edit /etc/sysconfig/network and add the following line
NETWORKING_IPV6=no
3. Edit /etc/sysconfig/network-scripts/ifcfg-eth0 ...