Re: First time denysoft plugin

2003-06-02 Thread James H. Thompson
I must be missing something, I often see 100's of SPAM coming from an IP. How is doing a DENYSOFT to only the first one going to help? > On Friday, May 30, 2003, at 19:35 Europe/London, Devin Carraway wrote: > > > On Fri, May 30, 2003 at 10:04:24PM +1000, Gavin Carr wrote: > >> A while ago Matt

Proxy servers and SPAM

2003-06-12 Thread James H. Thompson
ing the program to give people a warning about security problems every time it starts. Even so, Wirehub, a Dutch Internet service provider, says that 45,000 of the 150,000 open proxy servers it has identified as sending spam appear to be using AnalogX. Jim James H. Thompson [EMAIL PROTECTED]

Re: problem with pperl

2003-07-27 Thread James H. Thompson
I found that speedyCGI worked much better than pperl -- at least on my systems. Jim James H. Thompson [EMAIL PROTECTED] - Original Message - From: "Meng Weng Wong" <[EMAIL PROTECTED]> To: "Matt Sergeant" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]>

Re: pop-before-smtp with mysql

2003-08-27 Thread James H. Thompson
I'm in the process of testing a plugin to do this. I'll post it as soon as I verify it works. Jim James H. Thompson [EMAIL PROTECTED] - Original Message - From: "Ashish Pawaskar" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, August 26, 2003

allow smtp relay after vpopmail POP3 session plugin

2003-09-02 Thread James H. Thompson
elay_after_pop# just BEFORE the line that says: check_relay## Relaying will be enabled if the IP is OK with this plugin,# or if OK with the check_relay plugin## If you want to run this plugin without also using the check_relay plugin# then you may need to change the DECLINED in the rcpt_handler to

Files left in /var/spool/smtpd question

2003-09-03 Thread James H. Thompson
b: $self->respond(451, "See http://develooper.com/code/qpsmtpd/barelf.html";), exit if $_ eq ".\n"; I noticed that all of the other aborts in this routine use "return 1" instead of exit. Is there some reason this is an 'exit' instead of a return? Thanks. Jim James H. Thompson [EMAIL PROTECTED]

Re: Files left in /var/spool/smtpd question

2003-09-05 Thread James H. Thompson
Since $self->disconnect will do an exit after it calls the disconnect hooks, you don't need the return in front of it. I'm wondering if the same problem also occurs on a timeout. Jim James H. Thompson [EMAIL PROTECTED] - Original Message - From: "Robert J

Re: sad logfiles

2003-09-08 Thread James H. Thompson
At least in the case of qsmptd running under SpeedyCGI, each instance of qpsmtpd gobbles progressively more memory for each message it processes until it finally hits the softlimit setting. Does that also happen running under Pperl? Jim James H. Thompson [EMAIL PROTECTED] - Original

Re: clamav plugin

2003-09-11 Thread James H. Thompson
I think the clamav plugin is broken when used with the current release of clamav. I had to put in quite a few patches to get it work with the lastest clamav. Jim James H. Thompson [EMAIL PROTECTED] - Original Message - From: "Sam Laffere" <[EMAIL PROTECTED]> To: &

Memory footprint

2003-09-14 Thread James H. Thompson
ram is attached. Jim James H. Thompson [EMAIL PROTECTED] test.pl Description: Binary data

Re: Memory footprint

2003-09-15 Thread James H. Thompson
Robert Spier wrote: >At Mon, 15 Sep 2003 04:01:22 -0700, >Ask Bjørn Hansen wrote: >> >> >> On Sunday, Sep 14, 2003, at 16:25 America/Los_Angeles, James H. >> Thompson wrote: >> >> > I've been looking at the memory usage of qpsmtpd. >>

Verisign breaks require_resolvable_fromhost plugin

2003-09-17 Thread James H. Thompson
t;A" && $rr->address eq "64.94.110.11") { print STDERR "Verisign catchall IP for: $host\n"; return 0; } return 1 if $rr->type eq "A" or $rr->type eq "MX"; } } Jim James H. Thompson [EMAIL PROTECTED]

Re: qpsmtpd on windows?

2003-11-19 Thread James H. Thompson
Was looking at code for SelectServer. Saw: $self->respond(451, "See http://develooper.com/code/qpsmtpd/barelf.html";), exit if $_ eq ".\n"; Is is really suppose to 'exit' here? Jim James H. Thompson [EMAIL PROTECTED] - Original Message ---

Re: Valid account checks for vpopmail users

2003-11-26 Thread James H. Thompson
Does this patch support vpopmail domains that have a 'catch-all' address, and conversely ones that do not? Jim James H. Thompson [EMAIL PROTECTED] - Original Message - From: "Bryan Scott" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, N

Re: SMTP AUTH

2003-12-16 Thread James H. Thompson
WIll the Perl CPAN module Crypt::PasswdMD5 do what you need? Jim James H. Thompson [EMAIL PROTECTED] - Original Message - From: "Mike Williams" <[EMAIL PROTECTED]> To: "qpsmtpd" <[EMAIL PROTECTED]> Sent: Tuesday, December 16, 2003 12:40 AM Subje

MAPS DNS Blackhole list and dnsbl plugin

2003-12-22 Thread James H. Thompson
le list. The logic later in the dnsbl plugin is setup to process DNS A records in the query results, so I changed the line above to: $sel->add($res->bgsend("$reversed_ip.$dnsbl")); And all is working fine now. Jim James H. Thompson [EMAIL PROTECTED]

Re: dnsbl functionality

2004-01-19 Thread James H. Thompson
I posted a patch a while back to make dnsbl work with A records. Don't know if its been changed in CVS. Jim James H. Thompson [EMAIL PROTECTED] - Original Message - From: "Mark Powell" <[EMAIL PROTECTED]> Cc: "qpsmtpd ML" <[EMAIL PROTECTED]> S

Re: dnsbl functionality

2004-01-20 Thread James H. Thompson
If the query is to the authorative server it should return both A and TXT records. But if not the authorative server, then yes patch is less than perfect. Jim James H. Thompson [EMAIL PROTECTED] - Original Message - From: "Mark Powell" <[EMAIL PROTECTED]> To: &q

Re: Fork server benchmarks

2004-03-20 Thread James H. Thompson
Port number to connect to -F from_address Specify the senders e-mail address -T to_address Specify the recipients e-mail address -S subject Specify subject of the message -v Be verbose (give twice to show SMTP traffic) Jim Jame

Re: Mail::Address->Parse croaks... (Solution)

2004-04-27 Thread James H. Thompson
o as you expect. To turn it off replace the contents of this file with something like: LANG="en_US" SUPPORTED="en_US" SYSFONT="lat1-16" Jim James H. Thompson [EMAIL PROTECTED] - Original Message - From: "Paulo Matos" <[EMAIL PROTECTED]> To:

Re: How are you running qpsmtpd?

2004-05-24 Thread James H. Thompson
Running on several sites with tcpserver/SpeedyCGI/qpsmtpd Latest version of SpeedyCGI has been very stable for me. The busiest of the machines handles up to about 9000 connections/hour, less than 1/2 result in a queued message due to spam and virus filters. Jim James H. Thompson [EMAIL

Re: Spam Assassin Plugin Problem

2004-06-19 Thread James H. Thompson
I've been using: Mantis ( http://www.mantisbt.org/ ) for bug tracking when working on the Asterisk project. Nice system -- I can setup and host it if no one else volunteers. Jim James H. Thompson [EMAIL PROTECTED] - Original Message - From: "Tim Meadowcroft" <[EM

Re: srand() for forkserver

2004-07-17 Thread James H. Thompson
While I'm not sure what the best fix is, I've also encountered the file name collision problem in my clamav plugin. In my plugin I did: srand($$+time); which is not perfect, but fixed the problem for me. Jim James H. Thompson [EMAIL PROTECTED] - Original Message - F

Re: forkserver/pperl (was Re: starttls support)

2004-08-22 Thread James H. Thompson
7; of the main qpsmtpd executable will cause speedyCGI to reload qpsmtpd with any changes. Jim James H. Thompson [EMAIL PROTECTED]

Re: forkserver/pperl (was Re: starttls support)

2004-08-22 Thread James H. Thompson
7; of the main qpsmtpd executable will cause speedyCGI to reload qpsmtpd with any changes. Jim James H. Thompson [EMAIL PROTECTED]

Re: Call me whacky...

2004-09-13 Thread James H. Thompson
> Today I was supposed to do my expenses. Instead I did this. > > http://www.sergeant.org/Apache-Qpsmtpd/ > Is this an alternative to speedy-cgi, pperl, tcpserver, etc.? Jim

disconnect hooks not being executed in all cases

2004-10-11 Thread James H. Thompson
Also in Qpsmtpd/TcpServer.pm, in 'sub read_input', it leaves an alarm enabled on exit (if for example the connection is lost before a QUIT is seen) Adding an: alarm 0; as the last statment in this routine would fix this. Jim James H. Thompson [EMAIL PROTECTED]

earlytalker

2006-01-10 Thread James H Thompson
What time intervals are good when enabling the earlytalker plugin? Is there something to be gained by using a time period larger than the default 1 second? Thanks.