• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

[FIXED] Can't see SMTP server in IIS manager

tart666

Golden Member
I installed a 2k3 small business server, without exchange. A couple days later I realized I need SMTP to send out invitations / alerts for the sharepoint portal, and I installed it via the add/remove components, yet I cannot see the virtual SMTP server in the IIS manager snap-in.

This is kinda troubling, considering the SMTP service is running ( I can see it in services) yet i have no way of restricting who can use it.

help?
 
resolved: apparently the trick was to run the following command after installing SMTP :

regsvr32 c:\windows\system32\inetsrv\smtpsnap.dll
 
Back
Top