Covering tips that I find usefull
smtp auth spam problems with qmail on plesk?
Recently I have been getting quite a few spam problems where the spammers were using valid smtp auth accounts on my server. They have either […]
Covering tips that I find usefull
Recently I have been getting quite a few spam problems where the spammers were using valid smtp auth accounts on my server. They have either […]
If you get unusual errors when uploading a file via http check the error log. If you see this error message [Tue May 27 17:55:15 […]
A client contact me today to say he had received an email from his dedicated hosting provider stating that his server was sending out masses […]
I had a couple of clients complaining that their wordpress sites had been hacked. I went to their site and saw nothing out of place. […]
#!/usr/bin/perl $REGEXP = shift || die "no email-adress given (regexp-style, e.g. bl.*\@yahoo.com)!"; @data = qx</usr/sbin/postqueue -p>; for (@data) { if (/^(\w+)(\*|\!)?\s/) { $queue_id = $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 […]
Please note, I did this using a linux client on a linux server. My desktop is linux mint and the server is Centos. You can […]
To clean out some spam from the postfix mailq mailq | tail -n +2 | gawk ‘BEGIN { RS = "" } /email@domain.com/ { print […]
This is becoming a Saga. One of my new server went offline 2 days ago. I logged in through a serial session and everything was […]
Wow that title was a mouthful. I need a tertiary DNS server that is remote from any of my current networks. Doing this using a […]
Copyright © 2024 | WordPress Theme by MH Themes