Joel Oleson put together an excellent flow chart that helps to decide the best method to upgrade to SharePoint 2010
get the PDF: SharePoint 2010 Upgrade Decision Tree
Posted by Sujeeth on August 26, 2010
Joel Oleson put together an excellent flow chart that helps to decide the best method to upgrade to SharePoint 2010
get the PDF: SharePoint 2010 Upgrade Decision Tree
Posted in Sharepoint | Tagged: Sharepoint | 2 Comments »
Posted by Sujeeth on August 19, 2009
If Microsoft Office Sharepoint Server is installed on a server that doesn’t have a local SMTP server or you could not install SMTP service becuase Exchange 2007 runs on the same server, you could use the remote SMTP server as follows:
First find the account that Windows SharePoint Services Timer runs under.

Then login to the remote SMTP server (a local server that’s part of the same domain as your MOSS server)
I assume you have already installed SMTP service on the remote computer. Browse to the default SMTP mail directory (usually C:\Inetpub\mailroot) and setup a share for the mailroot folder called MossMailRoot

Add the service account (uk\sharepoint) for the mailroot folder with full permissions.


Now open Central Administration à Operations page on your MOSS server

Open Incoming e-mail settings and set E-mail Server Display address as sharepoint.local and the E-mail drop folder as \\<servername>\<sharename>\Drop

You need to update your DNS server records to point sharepoint.local to the remote SMTP server


On the Remote server, Open IIS console and drill down to Default SMTP Virtual Server. Add new Alias domain for sharepoint.local

The server setup is complete. Now browse to your Intranet page and setup Incoming E-Mail Settings for one of the libraries.

Now When the users send an email from their Outlook client to announcements@sharepoint.local the email will be received by your Exchange. Assuming you have Exchange 2007, you need to configure a Send Connector so that Exchange knows where to forward that email.

The Send Connector will have the following configuration

Once this send connector is configured, Exchange 2007 will forward all emails with sharepoint.local domain to the remote SMTP server. The email will be stored in the Drop folder.
The Windows SharePoint Services Timer service monitors this folder at regular intervals as the network path is given in its configuration. If it finds any emails, it will check for the recipient email address and routes the email to appropriate Sharepoint library. After that it deletes the email message from the Drop folder. That’s why you need to give modify permissions for the service account on the mailroot folder.
Posted in Exchange, Sharepoint | Tagged: MOSS, send connector, Sharepoint | 3 Comments »
Posted by Sujeeth on August 20, 2008
If you use Firefox along with Internet Explorer, each time you want to open up an internal network site or SharePoint or Team System Web Access etc…you have to provide your windows credentials or log in with some valid details. This will repeat with every page you access and have to use Internet Explorer to stop Firefox annoying you.
You have to enable NTLM using the following steps, so that Firefox will authenticate automatically.
You should be able to access all of your SharePoint sites on the servers you entered through Firefox now without providing credentials repeatedly.
The above setting is usually stored in “prefs.js” in the following directory:
C:\Documents and Settings\<username>\Application Data\Mozilla\Firefox\Profiles\<uniqueid>.default
eg: C:\Documents and Settings\technobuff\Application Data\Mozilla\Firefox\Profiles\viqz4db1.default
Posted in Internet, Sharepoint | Tagged: about:config, ntlm in firefox, open sharepoint in firefox | 10 Comments »