Tracking which account is sending spam on a plesk server
This is not an easy task without knowing a few tricks as the log files are not an awful lot of help. Providing you have […]
This is not an easy task without knowing a few tricks as the log files are not an awful lot of help. Providing you have […]
I installed qmailhandle and tried to delete using wildcards and it didn’t work. This command however does. /usr/bin/qmhandle.pl -h’\@domain’
To retry all the emails in the qmail queue kill -ALRM `ps ax | grep [q]mail-send | awk ‘{print $1}’`
A server I manage hosts around 200 sites each owned by different webmasters. A number of these have form to mail style scripts. A small […]
If you are getting double bounces clogging up your mail queue Create the following file /var/qmail/control/doublebounceto And put a single # You can replace the […]
If/When you get a DNS problem or other network issue that causes the queue to fail it will fill up at a fair speed. Use […]
DRWeb has been causing lots of problems on 3 servers. Here is how to remove it completely [sourcecode]rpm -qa | grep "drweb" | xargs rpm […]
If you want to change the outgoing IP address of your server use the following command. Execute this command # /sbin/ip route The output should […]
Here is a quicker way to install greylisting and give it a decent control panel in plesk [sourcecode]wget -q -O – http://www.atomicorp.com/installers/atomic | sh yum […]
I recently needed to clear down a qmail queue. There were no valid emails on the server but the queue was full of failed spam […]
Copyright © 2024 | WordPress Theme by MH Themes