SMTP virutal server suddenly stoppes
Hi, I have installed an SMTP virtual server on my webserver that should relay the emails to an mail server. This works fine, but now, once a day, the SMTP virtual server suddenly stoppes and my emails are not delivered anymore untill I manually restart the smtp server. Does someone know why this happens and how to prevent it? Thx
October 2nd, 2009 6:45pm
Hi WouterdiPlease Check this out http://support.microsoft.com/kb/278416 ; http://support.microsoft.com/kb/286421/EN-US/ . it may be help!Also Refer Technet URL : http://www.microsoft.com/technet/prodtechnol/WindowsServer2003/Library/IIS/cc7996c9-708c-46d3-9410-83d45e49e8ab.mspx?mfr=trueThanks...Deva --Self-trust is the first secret of success.
Free Windows Admin Tool Kit Click here and download it now
October 2nd, 2009 8:54pm
HiTry this one and let me know the statusYou can use the ADs IIS provider and its simply a matter of connecting tothe object and using the start and stop methods egSet SMTPsvc = GetObject("IIS://" & Servername & "/SMTPSVC/1")SMTPsvc.StopSet SMTPsvc = GetObject("IIS://" & Servername & "/SMTPSVC/1")SMTPsvc.StartThanks...Deva --Self-trust is the first secret of success.
October 2nd, 2009 9:09pm


