The Protector

Do you have problems ? Get Solution here.

Category Archives: Email Server

Qmail RBLSMTPD




I just finished configuring my new email server. Step by step configuration is done following instruction from qmailrocks.org. Some problems occured but I can solve them. One little step ( out of qmailrocks.org’s instruction ) is blocking any spam user trying to use your qmail-smtpd, it is called rblsmtpd . RBLSMTPD is a generic tool [...]

Fight the spammer with Disable Open Relay




Yes lets fight with spam. These days spammers are in love with my server, damn. I just realize it, when I keep getting email bounced from the recipient guardian, such as barracuda. When I check and recheck, the mail server is running as open relay server. Here is what I did to protect. Firstable, I [...]

How to delete qmail queue ?




How to delete queue mail list from qmail queue while you have a bunch of queue mail stuck in qmail queue ? Try the following syntax : # qmailctl stop # find /var/qmail/queue/mess -type f -exec rm {} ; # find /var/qmail/queue/info -type f -exec rm {} ; # find /var/qmail/queue/local -type f -exec rm [...]