Re: plugin: verify_not_forged

2007-11-07 Thread Chris Lewis
David Summers wrote: > MAIL FROM: <[EMAIL PROTECTED]> > RCPT TO: <[EMAIL PROTECTED]> > DATA > From: <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > > Since the MAIL FROM is valid it was getting through SPF. > Since the From: was a valid address on my machine then it was getting > through TMDA. .

Re: Earlytalking and tarpitting

2007-11-07 Thread Jose Luis Martinez
You'll have to disable "PIPELINING" in the ehlo response. We could still be stalling the connection on the HELO/EHLO and DATA commands if PIPELINING is enabled (or that is what I assume from http://tools.ietf.org/html/rfc1854). On the other hand, has anybody tried to put the "earlytalking"

Re: rcpt_ok blocks email qmail lets through

2007-11-07 Thread Rob
> > Add a smtpdroute record and you should be fine (this is precisely how my > old company's servers are configured). > > John > > John, I've added it and I'm still getting the same error when an email comes in through qpsmtpd: 2007-11-07 20:36:37 Plugin rcpt_ok, hook rcpt returned DENY, Relaying

Re: rcpt_ok blocks email qmail lets through - FIXED!

2007-11-07 Thread Rob
Ok, I figured it out! I put in a trace in rcpt_ok and saw the @rcpt_hosts array was *very* short! So I looked around and sure enough, there was a freek'in rcpthosts files in the qpsmptd config directory that was overriding the qmail rcpthosts file! Argh! Anyway, all is working great now. Thanks f