Profil de mdMy WorksBlogListes Outils Aide

Blog


15 octobre

Stop Double Bounce in qmail!!!

spam has been a great problem now a days. If you use qmail u must experiencing some irritating double bounce problem.
here is the little tricks to tune your qmail…

create a dummy mail address like dump.mail@yourdomain.com

Then edit .qmail file of the address that u have created that is dump.mail
remove ./Maildir
and add the following
|exit 0
then add the dump.mail@yourdomain.com to the /var/qmail/control/doublebouceto
Ohhhhhhhh… relief!! for a while…..

9 octobre

valid User Check in Qmail

Hi all, here is little tuning for small qmail box with for valid user checking.

download patch to qmailsource directoryor anywhere you want.

wget http://code.dogmap.org/qmail/qmail-1.03-realrcptto-2006.12.10.patch
patch < qmail-1.03-realrcptto-2006.12.10.patch

make
qmailctl stop
make setup check

add the following at at /etc/tcp.smtp

:allow,QMAILRRTDENYALL="1"

save and exit.

qmailctl cdb
qmailctl start

WOW its works for me hope it will for you....