SMTP virutal server suddenly stoppes
hi,
have installed smtp virtual server on webserver should relay emails mail server. works fine, now, once day, smtp virtual server stoppes , emails not delivered anymore untill manually restart smtp server.
know why happens , how prevent it?
thx
have installed smtp virtual server on webserver should relay emails mail server. works fine, now, once day, smtp virtual server stoppes , emails not delivered anymore untill manually restart smtp server.
know why happens , how prevent it?
thx
hi
try this 1 , let me know status
you can use ads iis provider , matter of connecting to
the object , using start , stop methods eg
set smtpsvc = getobject("iis://" & servername & "/smtpsvc/1")
smtpsvc.stop
set smtpsvc = getobject("iis://" & servername & "/smtpsvc/1")
smtpsvc.start
thanks...
deva --self-trust first secret of success.
try this 1 , let me know status
you can use ads iis provider , matter of connecting to
the object , using start , stop methods eg
set smtpsvc = getobject("iis://" & servername & "/smtpsvc/1")
smtpsvc.stop
set smtpsvc = getobject("iis://" & servername & "/smtpsvc/1")
smtpsvc.start
thanks...
deva --self-trust first secret of success.
Windows Server > Windows Server General Forum
Comments
Post a Comment