one more SMTP puzzle

2003-01-15 Thread Andrey Fyodorov
This time I am helping a friend of mine. His Exchange 2000 server has been running 
fine until recently. Now he can'e receive mail from most places.

He could not receive mail from my Exchange server for example. Or from Yahoo, AOL, etc.

I narrowed it down to his virtual SMTP server. It does not like when someone says EHLO 
to it and immediately drops connection.

220 web01.domain.mistrycc.com Microsoft ESMTP MAIL Service, Version: 5.0.2195.53
29 ready at Tue, 14 Jan 2003 22:28:08 -0500
EHLO andrey_pc
500 Failed to exchange X-LSA info, closing transmission channel

Connection to host lost.


When I say HELO, everything works fine --

220 web01.domain.mistrycc.com Microsoft ESMTP MAIL Service, Version: 5.0.2195.53
29 ready at Tue, 14 Jan 2003 22:29:31 -0500
helo andrey_pc
250 web01.domain.mistrycc.com Hello [207.21.208.111] 

_
List posting FAQ:   http://www.swinc.com/resource/exch_faq.htm
Archives:   http://www.swynk.com/sitesearch/search.asp
To unsubscribe: mailto:[EMAIL PROTECTED]
Exchange List admin:[EMAIL PROTECTED]



RE: one more SMTP puzzle

2003-01-15 Thread Busby, Jacob
> I narrowed it down to his virtual SMTP server. It does not 
> like when someone says EHLO to it and immediately drops connection.
> 
> 220 web01.domain.mistrycc.com Microsoft ESMTP MAIL Service, 
> Version: 5.0.2195.53
> 29 ready at Tue, 14 Jan 2003 22:28:08 -0500
> EHLO andrey_pc
> 500 Failed to exchange X-LSA info, closing transmission channel
> 
> Connection to host lost.
> 
> 
> When I say HELO, everything works fine --
> 
> 220 web01.domain.mistrycc.com Microsoft ESMTP MAIL Service, 
> Version: 5.0.2195.53
> 29 ready at Tue, 14 Jan 2003 22:29:31 -0500
> helo andrey_pc
> 250 web01.domain.mistrycc.com Hello [207.21.208.111] 

Sounds like something in your set-up complies with RFC821 but not RFC2821. Can't think 
of any tests off-hand that would confirm this though.

_
List posting FAQ:   http://www.swinc.com/resource/exch_faq.htm
Archives:   http://www.swynk.com/sitesearch/search.asp
To unsubscribe: mailto:[EMAIL PROTECTED]
Exchange List admin:[EMAIL PROTECTED]



Re: one more SMTP puzzle

2003-01-15 Thread Chris Scharff
Has your 'friend' been playing around with security policies?

On 1/15/03 8:52, "Andrey Fyodorov" <[EMAIL PROTECTED]> wrote:



This time I am helping a friend of mine. His Exchange 2000 server has been
running fine until recently. Now he can'e receive mail from most places.

He could not receive mail from my Exchange server for example. Or from
Yahoo, AOL, etc. 

I narrowed it down to his virtual SMTP server. It does not like when someone
says EHLO to it and immediately drops connection.

220 web01.domain.mistrycc.com Microsoft ESMTP MAIL Service, Version:
5.0.2195.53 
29 ready at Tue, 14 Jan 2003 22:28:08 -0500 
EHLO andrey_pc 
500 Failed to exchange X-LSA info, closing transmission channel 

Connection to host lost. 


When I say HELO, everything works fine -- 

220 web01.domain.mistrycc.com Microsoft ESMTP MAIL Service, Version:
5.0.2195.53 
29 ready at Tue, 14 Jan 2003 22:29:31 -0500 
helo andrey_pc 
250 web01.domain.mistrycc.com Hello [207.21.208.111] 

_ 
List posting FAQ:   http://www.swinc.com/resource/exch_faq.htm 
Archives:   http://www.swynk.com/sitesearch/search.asp 
To unsubscribe: mailto:[EMAIL PROTECTED] 
Exchange List admin:[EMAIL PROTECTED] 






_
List posting FAQ:   http://www.swinc.com/resource/exch_faq.htm
Archives:   http://www.swynk.com/sitesearch/search.asp
To unsubscribe: mailto:[EMAIL PROTECTED]
Exchange List admin:[EMAIL PROTECTED]



Re: one more SMTP puzzle

2003-01-15 Thread Chris Scharff
BTW, seems to work fine from here:

220 web01.domain.mistrycc.com Microsoft ESMTP MAIL Service, Version:
5.0.2195.5329 ready at  Wed, 15 Jan 2003 11:21:29 -0500 
ehlo foo.bar
250-web01.domain.mistrycc.com Hello [216.30.136.98]
250-TURN
250-ATRN
250-SIZE
250-ETRN
250-PIPELINING
250-DSN
250-ENHANCEDSTATUSCODES
250-8bitmime
250-BINARYMIME
250-CHUNKING
250-VRFY
250-X-EXPS GSSAPI NTLM LOGIN
250-X-EXPS=LOGIN
250-AUTH GSSAPI NTLM LOGIN
250-AUTH=LOGIN
250-X-LINK2STATE
250-XEXCH50
250 OK


On 1/15/03 8:52, "Andrey Fyodorov" <[EMAIL PROTECTED]> wrote:



This time I am helping a friend of mine. His Exchange 2000 server has been
running fine until recently. Now he can'e receive mail from most places.

He could not receive mail from my Exchange server for example. Or from
Yahoo, AOL, etc. 

I narrowed it down to his virtual SMTP server. It does not like when someone
says EHLO to it and immediately drops connection.

220 web01.domain.mistrycc.com Microsoft ESMTP MAIL Service, Version:
5.0.2195.53 
29 ready at Tue, 14 Jan 2003 22:28:08 -0500 
EHLO andrey_pc 
500 Failed to exchange X-LSA info, closing transmission channel 

Connection to host lost. 


When I say HELO, everything works fine -- 

220 web01.domain.mistrycc.com Microsoft ESMTP MAIL Service, Version:
5.0.2195.53 
29 ready at Tue, 14 Jan 2003 22:29:31 -0500 
helo andrey_pc 
250 web01.domain.mistrycc.com Hello [207.21.208.111] 

_ 
List posting FAQ:   http://www.swinc.com/resource/exch_faq.htm 
Archives:   http://www.swynk.com/sitesearch/search.asp 
To unsubscribe: mailto:[EMAIL PROTECTED] 
Exchange List admin:[EMAIL PROTECTED] 






_
List posting FAQ:   http://www.swinc.com/resource/exch_faq.htm
Archives:   http://www.swynk.com/sitesearch/search.asp
To unsubscribe: mailto:[EMAIL PROTECTED]
Exchange List admin:[EMAIL PROTECTED]



RE: one more SMTP puzzle

2003-01-15 Thread Andrey Fyodorov
He says server was working fine and this started occurring all of a sudden.

-Original Message-
From: Busby, Jacob [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, January 15, 2003 10:35 AM
To: Exchange Discussions
Subject: RE: one more SMTP puzzle


> I narrowed it down to his virtual SMTP server. It does not 
> like when someone says EHLO to it and immediately drops connection.
> 
> 220 web01.domain.mistrycc.com Microsoft ESMTP MAIL Service, 
> Version: 5.0.2195.53
> 29 ready at Tue, 14 Jan 2003 22:28:08 -0500
> EHLO andrey_pc
> 500 Failed to exchange X-LSA info, closing transmission channel
> 
> Connection to host lost.
> 
> 
> When I say HELO, everything works fine --
> 
> 220 web01.domain.mistrycc.com Microsoft ESMTP MAIL Service, 
> Version: 5.0.2195.53
> 29 ready at Tue, 14 Jan 2003 22:29:31 -0500
> helo andrey_pc
> 250 web01.domain.mistrycc.com Hello [207.21.208.111] 

Sounds like something in your set-up complies with RFC821 but not RFC2821. Can't think 
of any tests off-hand that would confirm this though.

_
List posting FAQ:   http://www.swinc.com/resource/exch_faq.htm
Archives:   http://www.swynk.com/sitesearch/search.asp
To unsubscribe: mailto:[EMAIL PROTECTED]
Exchange List admin:[EMAIL PROTECTED]

_
List posting FAQ:   http://www.swinc.com/resource/exch_faq.htm
Archives:   http://www.swynk.com/sitesearch/search.asp
To unsubscribe: mailto:[EMAIL PROTECTED]
Exchange List admin:[EMAIL PROTECTED]



RE: one more SMTP puzzle

2003-01-15 Thread Andrey Fyodorov
I guess he got it fixed. He was running on Exchange 2000 SP2. He applied SP3.

Another emergency happened though - after SP3 his Information Store service would not 
start due to service specific error 0.

He then told me that before applying SP3 he had backed up the whole server, INCLUDING 
the M: drive.  >:0

I told him to stop all remaining Exchange services, rename the Exchange BIN directory 
and run setup /disasterrecovery

He is reporting now that everything is working after that.



-Original Message-
From: Chris Scharff [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, January 15, 2003 11:29 AM
To: Exchange Discussions
Subject: Re: one more SMTP puzzle


BTW, seems to work fine from here:

220 web01.domain.mistrycc.com Microsoft ESMTP MAIL Service, Version:
5.0.2195.5329 ready at  Wed, 15 Jan 2003 11:21:29 -0500 
ehlo foo.bar
250-web01.domain.mistrycc.com Hello [216.30.136.98]
250-TURN
250-ATRN
250-SIZE
250-ETRN
250-PIPELINING
250-DSN
250-ENHANCEDSTATUSCODES
250-8bitmime
250-BINARYMIME
250-CHUNKING
250-VRFY
250-X-EXPS GSSAPI NTLM LOGIN
250-X-EXPS=LOGIN
250-AUTH GSSAPI NTLM LOGIN
250-AUTH=LOGIN
250-X-LINK2STATE
250-XEXCH50
250 OK


On 1/15/03 8:52, "Andrey Fyodorov" <[EMAIL PROTECTED]> wrote:



This time I am helping a friend of mine. His Exchange 2000 server has been
running fine until recently. Now he can'e receive mail from most places.

He could not receive mail from my Exchange server for example. Or from
Yahoo, AOL, etc. 

I narrowed it down to his virtual SMTP server. It does not like when someone
says EHLO to it and immediately drops connection.

220 web01.domain.mistrycc.com Microsoft ESMTP MAIL Service, Version:
5.0.2195.53 
29 ready at Tue, 14 Jan 2003 22:28:08 -0500 
EHLO andrey_pc 
500 Failed to exchange X-LSA info, closing transmission channel 

Connection to host lost. 


When I say HELO, everything works fine -- 

220 web01.domain.mistrycc.com Microsoft ESMTP MAIL Service, Version:
5.0.2195.53 
29 ready at Tue, 14 Jan 2003 22:29:31 -0500 
helo andrey_pc 
250 web01.domain.mistrycc.com Hello [207.21.208.111] 

_ 
List posting FAQ:   http://www.swinc.com/resource/exch_faq.htm 
Archives:   http://www.swynk.com/sitesearch/search.asp 
To unsubscribe: mailto:[EMAIL PROTECTED] 
Exchange List admin:[EMAIL PROTECTED] 






_
List posting FAQ:   http://www.swinc.com/resource/exch_faq.htm
Archives:   http://www.swynk.com/sitesearch/search.asp
To unsubscribe: mailto:[EMAIL PROTECTED]
Exchange List admin:[EMAIL PROTECTED]

_
List posting FAQ:   http://www.swinc.com/resource/exch_faq.htm
Archives:   http://www.swynk.com/sitesearch/search.asp
To unsubscribe: mailto:[EMAIL PROTECTED]
Exchange List admin:[EMAIL PROTECTED]



RE: one more SMTP puzzle

2003-01-15 Thread Andrey Fyodorov
He tells me he did not change anything on the server.

I asked him if he changed anything on his network, he said no. He is a very good 
network guy too.

I am thinking that maybe his IIS metabase had a hickup.

-Original Message-
From: Daniel Chenault [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, January 15, 2003 11:31 AM
To: Exchange Discussions
Subject: Re: one more SMTP puzzle


He changed something; what was it? Likely he was messing with security
without knowing what he was doing.

- Original Message -
From: "Andrey Fyodorov" <[EMAIL PROTECTED]>
To: "Exchange Discussions" <[EMAIL PROTECTED]>
Sent: Wednesday, January 15, 2003 8:52 AM
Subject: one more SMTP puzzle


This time I am helping a friend of mine. His Exchange 2000 server has been
running fine until recently. Now he can'e receive mail from most places.

He could not receive mail from my Exchange server for example. Or from
Yahoo, AOL, etc.

I narrowed it down to his virtual SMTP server. It does not like when someone
says EHLO to it and immediately drops connection.

220 web01.domain.mistrycc.com Microsoft ESMTP MAIL Service, Version:
5.0.2195.53
29 ready at Tue, 14 Jan 2003 22:28:08 -0500
EHLO andrey_pc
500 Failed to exchange X-LSA info, closing transmission channel

Connection to host lost.


When I say HELO, everything works fine --

220 web01.domain.mistrycc.com Microsoft ESMTP MAIL Service, Version:
5.0.2195.53
29 ready at Tue, 14 Jan 2003 22:29:31 -0500
helo andrey_pc
250 web01.domain.mistrycc.com Hello [207.21.208.111]

_
List posting FAQ:   http://www.swinc.com/resource/exch_faq.htm
Archives:   http://www.swynk.com/sitesearch/search.asp
To unsubscribe: mailto:[EMAIL PROTECTED]
Exchange List admin:[EMAIL PROTECTED]



_
List posting FAQ:   http://www.swinc.com/resource/exch_faq.htm
Archives:   http://www.swynk.com/sitesearch/search.asp
To unsubscribe: mailto:[EMAIL PROTECTED]
Exchange List admin:[EMAIL PROTECTED]

_
List posting FAQ:   http://www.swinc.com/resource/exch_faq.htm
Archives:   http://www.swynk.com/sitesearch/search.asp
To unsubscribe: mailto:[EMAIL PROTECTED]
Exchange List admin:[EMAIL PROTECTED]



Re: one more SMTP puzzle

2003-01-15 Thread Daniel Chenault
All on it's own the bits and bytes spinning in a virtual world of magnetic
potentialities up and changed themselves.

Yeah-huh, right.

- Original Message -
From: "Andrey Fyodorov" <[EMAIL PROTECTED]>
To: "Exchange Discussions" <[EMAIL PROTECTED]>
Sent: Wednesday, January 15, 2003 11:59 AM
Subject: RE: one more SMTP puzzle


He says server was working fine and this started occurring all of a sudden.

-Original Message-
From: Busby, Jacob [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, January 15, 2003 10:35 AM
To: Exchange Discussions
Subject: RE: one more SMTP puzzle


> I narrowed it down to his virtual SMTP server. It does not
> like when someone says EHLO to it and immediately drops connection.
>
> 220 web01.domain.mistrycc.com Microsoft ESMTP MAIL Service,
> Version: 5.0.2195.53
> 29 ready at Tue, 14 Jan 2003 22:28:08 -0500
> EHLO andrey_pc
> 500 Failed to exchange X-LSA info, closing transmission channel
>
> Connection to host lost.
>
>
> When I say HELO, everything works fine --
>
> 220 web01.domain.mistrycc.com Microsoft ESMTP MAIL Service,
> Version: 5.0.2195.53
> 29 ready at Tue, 14 Jan 2003 22:29:31 -0500
> helo andrey_pc
> 250 web01.domain.mistrycc.com Hello [207.21.208.111]

Sounds like something in your set-up complies with RFC821 but not RFC2821.
Can't think of any tests off-hand that would confirm this though.

_
List posting FAQ:   http://www.swinc.com/resource/exch_faq.htm
Archives:   http://www.swynk.com/sitesearch/search.asp
To unsubscribe: mailto:[EMAIL PROTECTED]
Exchange List admin:[EMAIL PROTECTED]

_
List posting FAQ:   http://www.swinc.com/resource/exch_faq.htm
Archives:   http://www.swynk.com/sitesearch/search.asp
To unsubscribe: mailto:[EMAIL PROTECTED]
Exchange List admin:[EMAIL PROTECTED]



_
List posting FAQ:   http://www.swinc.com/resource/exch_faq.htm
Archives:   http://www.swynk.com/sitesearch/search.asp
To unsubscribe: mailto:[EMAIL PROTECTED]
Exchange List admin:[EMAIL PROTECTED]



RE: one more SMTP puzzle

2003-01-15 Thread Ed Crowley
That is not entirely unfathomable with Exchange 2000, my friend.  It
does seem to have a mind of its own sometimes.

Ed Crowley MCSE+I MVP
Technical Consultant
hp Services
"There are seldom good technological solutions to behavioral problems."


-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]] On Behalf Of Daniel Chenault
Sent: Wednesday, January 15, 2003 4:32 PM
To: Exchange Discussions
Subject: Re: one more SMTP puzzle


All on it's own the bits and bytes spinning in a virtual world of
magnetic potentialities up and changed themselves.

Yeah-huh, right.

- Original Message -
From: "Andrey Fyodorov" <[EMAIL PROTECTED]>
To: "Exchange Discussions" <[EMAIL PROTECTED]>
Sent: Wednesday, January 15, 2003 11:59 AM
Subject: RE: one more SMTP puzzle


He says server was working fine and this started occurring all of a
sudden.

-Original Message-
From: Busby, Jacob [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, January 15, 2003 10:35 AM
To: Exchange Discussions
Subject: RE: one more SMTP puzzle


> I narrowed it down to his virtual SMTP server. It does not like when 
> someone says EHLO to it and immediately drops connection.
>
> 220 web01.domain.mistrycc.com Microsoft ESMTP MAIL Service,
> Version: 5.0.2195.53
> 29 ready at Tue, 14 Jan 2003 22:28:08 -0500
> EHLO andrey_pc
> 500 Failed to exchange X-LSA info, closing transmission channel
>
> Connection to host lost.
>
>
> When I say HELO, everything works fine --
>
> 220 web01.domain.mistrycc.com Microsoft ESMTP MAIL Service,
> Version: 5.0.2195.53
> 29 ready at Tue, 14 Jan 2003 22:29:31 -0500
> helo andrey_pc
> 250 web01.domain.mistrycc.com Hello [207.21.208.111]

Sounds like something in your set-up complies with RFC821 but not
RFC2821. Can't think of any tests off-hand that would confirm this
though.

_
List posting FAQ:   http://www.swinc.com/resource/exch_faq.htm
Archives:   http://www.swynk.com/sitesearch/search.asp
To unsubscribe: mailto:[EMAIL PROTECTED]
Exchange List admin:[EMAIL PROTECTED]

_
List posting FAQ:   http://www.swinc.com/resource/exch_faq.htm
Archives:   http://www.swynk.com/sitesearch/search.asp
To unsubscribe: mailto:[EMAIL PROTECTED]
Exchange List admin:[EMAIL PROTECTED]



_
List posting FAQ:   http://www.swinc.com/resource/exch_faq.htm
Archives:   http://www.swynk.com/sitesearch/search.asp
To unsubscribe: mailto:[EMAIL PROTECTED]
Exchange List admin:[EMAIL PROTECTED]


_
List posting FAQ:   http://www.swinc.com/resource/exch_faq.htm
Archives:   http://www.swynk.com/sitesearch/search.asp
To unsubscribe: mailto:[EMAIL PROTECTED]
Exchange List admin:[EMAIL PROTECTED]