> Hello All
>
> how can i tell if postfix is sending something before
> 'helo', which is what i assume is causing this:
>
> Oct 3 15:58:40 tuolumne sendmail[13301]:
> j93Mwd9W013301: rejecting commands from me due to
> pre-greeting traffic
>
Easy, Postfix does not do this.
--
Viktor.
Disclaimer: off-list followups get on-list replies or get ignored.
Please do not ignore the "Reply-To" header.
To unsubscribe from the postfix-users list, visit
http://www.postfix.org/lists.html or click the link below:
<mailto:majo...@postfix.org?body=unsubscribe%20postfix-users>
If my response solves your problem, the best way to thank me is to not
send an "it worked, thanks" follow-up. If you must respond, please put
"It worked, thanks" in the "Subject" so I can delete these quickly.
how can i tell if postfix is sending something before
'helo', which is what i assume is causing this:
Oct 3 15:58:40 tuolumne sendmail[13301]:
j93Mwd9W013301: rejecting commands from me due to
pre-greeting traffic
thanks for any suggestions
__________________________________
Yahoo! FareChase: Search multiple travel sites in one click.
http://farechase.yahoo.com
tcpdump, ethereal, ...
Wietse
k
--- Victor Duchovni
<Victor....@MorganStanley.com> wrote:
__________________________________
Start your day with Yahoo! - Make it your home page!
http://www.yahoo.com/r/hs
> I think its because he has greet_pause turned on in
> sendmail and postifx is not waiting to send helo ?
> is there an option in postfix that wold cause this?
>
Why are wild guesses necessary? Either you know the answer, or
you don't. Postfix always waits for the greeting and disconnects
sending nothing if the greeting does not arrive in a timely manner
($smtp_helo_timeout).
--- Victor Duchovni
<Victor....@MorganStanley.com> wrote:
> Postfix always waits for the greeting and
> disconnects
> sending nothing if the greeting does not arrive in a
> timely manner
> ($smtp_helo_timeout).
In this case it did not. Do you know why?
k
> --- Victor Duchovni <Victor....@MorganStanley.com> wrote:
>
> > Postfix always waits for the greeting and disconnects sending
> > nothing if the greeting does not arrive in a timely manner
> > ($smtp_helo_timeout).
>
> In this case it did not. Do you know why?
Show evidence of this, i.e. a network sniff log that proves that Postfix
made this error.
--
Magnus Bäck
mag...@dsek.lth.se
>
>Why are wild guesses necessary? Either you know the answer, or
>you don't. Postfix always waits for the greeting and disconnects
>sending nothing if the greeting does not arrive in a timely manner
>($smtp_helo_timeout).
>
>
could be a firewall issue.
Show evidence in the form of tcpdump or ethereal data.
Wietse
Prove it. Show evidence in the form of tcpdump or ethereal recording.
Wietse
>In this case it did not. Do you know why?
>
>
do you have a proxy or firewall between the postfix and sendmail? These
may modify the flow "state". Even those which call themseleves
transparent proxies are only transparent in the sense that end users
don't need to know about them. admins still see them.
sniff traffic on the postfix box.
if you have access to the sendmail box, try a telnet from the postfix
machine and see if you get the same error.
ive lost your original mail but as the replies go get an idea.
if your client is connecting through an antivirus, maybe its putting some
garbage, you can detect it with tcpdump/ethereal as Wietse and others asked
you.
sorry for my "wild guessing", i cant help it :-)
carlos
>i think its because he has greet_pause turned on in
>sendmail and postifx is not waiting to send helo ?
>is there an option in postfix that wold cause this?
> > > Hello All
> > >
> > > how can i tell if postfix is sending something
> > before
> > > 'helo', which is what i assume is causing this:
> > >
> > > Oct 3 15:58:40 tuolumne sendmail[13301]:
> > > j93Mwd9W013301: rejecting commands from me due to
> > > pre-greeting traffic
> > >
> >
_________________________________________________________________
Express yourself instantly with MSN Messenger! Download today it's FREE!
http://messenger.msn.click-url.com/go/onm00200471ave/direct/01/
Oct 3 15:58:40 tuolumne sendmail[13301]:
j93Mwd9W013301: rejecting commands from
fence.pobox.com+[208.210.124.76] due to pre-greeting
traffic
thank you for your time.
>i have been unable to install tcpdump on the machine
>in question at this point to fulfill your request.
>can anyone suggest what might cause sendmail to get
>the following errors from my machine:
>
>
some suggestions have already been made.
> temper a ?crit :
There is no code in the Postfix SMTP client to send any data before the
220 banner is read in full. Postfix may *disconnect* from the server
before reading the banner if the server is too slow to send the greeting,
but never will send any data prior to "220 ...<CRLF>".