On Aug 29, 2007, at 8:03 PM, [EMAIL PROTECTED] wrote:
Hi,
I have edited the title. Many thanks also.
Thanks!
Hi,
I have edited the title. Many thanks also.
Regards,
Willy
On Wed, 2007-08-29 at 19:42 -0700, Bill Shupp wrote:
> On Aug 29, 2007, at 7:19 PM, [EMAIL PROTECTED] wrote:
>
> > Hi All,
> > I just have written how to install Bill Shupps Qmailtoaster with
> > Trustix
> > Secure Linux 3.05 inclu
On Aug 29, 2007, at 7:19 PM, [EMAIL PROTECTED] wrote:
Hi All,
I just have written how to install Bill Shupps Qmailtoaster with
Trustix
Secure Linux 3.05 including the domainkeys setup. If you interesting
please visit http://www.sangprabv.web.id/articles/ and let me know any
problem.
Thanks
Hi All,
I just have written how to install Bill Shupps Qmailtoaster with Trustix
Secure Linux 3.05 including the domainkeys setup. If you interesting
please visit http://www.sangprabv.web.id/articles/ and let me know any
problem.
Regards,
Willy
--
www.sangprabv.web.id
www.binbit.co.id
Thanks Tom, u gave me an idea.
I fact, I was trying a solution like this at smtp level:
---
#!/bin/sh
INSPECT=^xxx0// the virus username always starts with xxx0
RESULT=`echo $QMAILUSER | grep $INSPECT`
if [ $RESULT ]
then
`iptables -A INPUT -s $TCPREMOTEIP -j DROP`
echo $TCPREMOTEIP $QM
On Aug 29, 2007, at 8:58 AM, Lampa wrote:
can you publish yor script, it can be useful for many people.
It's too custom to publish, really. I'm using a modified version of
simscan with custom logging messages, and I really don't have time to
document the script or write instructions on how
Hello,
can you publish yor script, it can be useful for many people.
Lampa
2007/8/29, Tom Collins <[EMAIL PROTECTED]>:
> On Aug 29, 2007, at 4:50 AM, Júlio Olivares wrote:
> > Some months ago somebody from Brazil developed a virus that uses my
> > free e-mail service to send information. The acc
On Aug 29, 2007, at 4:50 AM, Júlio Olivares wrote:
Some months ago somebody from Brazil developed a virus that uses my
free e-mail service to send information. The accounts had been
disabled but I still got *thousands* of connections per hour that
are rejected by the CHKUSER patch.
I'm looki
Some months ago somebody from Brazil developed a virus that uses my free
e-mail service to send information. The accounts had been disabled but I
still got *thousands* of connections per hour that are rejected by the
CHKUSER patch.
I'm looking for a way to get ride of these connections. I'm tryi