Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

IMC problem (Exchange 5.5, SP4)

Status
Not open for further replies.

FOENA

IS-IT--Management
Dec 29, 2002
6
AT
hi!

i have the following problem...

my IMC (internet mail connector) hangs every
night 1-2 times...

the reason seems to be a corrupt smtp-header

my workaround: with the w2k service recovery option,
a cmd-script deletes all the data in
c:\exchsrvr\imcdata\in and after that,
the service is restarted...
the script works fine, so its not
a great problem for me...

but my question...how i can eliminate the reason, or
how i can prevent my IMC from stopping when a mail
with an incompletely smtp header ist sent to me...

thanx, bernhard

 
I seem to be having the same problem...what is the script that you actually use?
 
my simple "script"

del /f/q c:\exchsrvr\imcdata\in\*.*
net start "Microsoft Exchange Internet Mail Service" /y

that´s it -> simple but works :)

greetings bernhard
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top