Re: [toaster] Bill Shupps Qmailtoaster + Domainkeys installation howto with TSL 3.05

2007-08-29 Thread Bill Shupp
On Aug 29, 2007, at 8:03 PM, [EMAIL PROTECTED] wrote: Hi, I have edited the title. Many thanks also. Thanks!

Re: [toaster] Bill Shupps Qmailtoaster + Domainkeys installation howto with TSL 3.05

2007-08-29 Thread [EMAIL PROTECTED]
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

Re: [toaster] Bill Shupps Qmailtoaster + Domainkeys installation howto with TSL 3.05

2007-08-29 Thread Bill Shupp
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

[toaster] Bill Shupps Qmailtoaster + Domainkeys installation howto with TSL 3.05

2007-08-29 Thread [EMAIL PROTECTED]
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

Re: [toaster] Problem with virus

2007-08-29 Thread Júlio Olivares
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

Re: [toaster] Problem with virus

2007-08-29 Thread Tom Collins
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

Re: [toaster] Problem with virus

2007-08-29 Thread Lampa
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

Re: [toaster] Problem with virus

2007-08-29 Thread Tom Collins
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

[toaster] Problem with virus

2007-08-29 Thread Júlio Olivares
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