Scribblings of a TechnoBuff

Exchange IIS ASP.NET OCS Sharepoint Windows

Archive for the ‘Sharepoint’ Category

How to determine the best strategy to upgrade to SharePoint 2010

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: | 2 Comments »

Use Remote SMTP server for MOSS Incoming e-mail settings

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: , , | 3 Comments »

Cannot open SharePoint sites in Firefox

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.

  1. Open Firefox
  2. Type about:config in the address bar and hit Enter.
  3. Type network.automatic in the top Filter bar
  4. Right click network.automatic-ntlm-auth.trusted-uris and click Modify
  5. Enter only the names of your internal(SharePoint) servers in a comma-delimited list.  For example: lon-ad-01,contoso and click OK.
  6. Restart Firefox

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: , , | 10 Comments »

 
Follow

Get every new post delivered to your Inbox.