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.
.
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"
>
> 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
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