Hi all:
I have added some codes into qmail-smtpd.c, now it can do something funny:
1. Refuse appointed ip to connect.
this is in control/badip, such as
100.100.100.100 will refuse 100.100.100.100 to connect and
100.100.100. will refuse 100.100.100.x to connect.
inetd is not supported.
2.Refuse letters contain some bad keywords.
this is in control/badkeyword,such as
get money from will refuse all letters contain 'get money from'.
3.Added a command : vrfy
yes,vrfy is dangerous, but if fake it then ...:)
Sorry my bad programming skills, but I think it can run correctly. :)
have fun!
Hotdog
[EMAIL PROTECTED]
qmail-smtpd.c