Showing posts with label Exchange. Show all posts
Showing posts with label Exchange. Show all posts

Wednesday, 10 July 2013

MS Outlook: Working with Safe Mode Command Line Switches

- When something isn’t working right with Outlook we often tell users to start Outlook in safe mode or using the /safe switch. This loads Outlook without many of the customization files and add-ins loaded. If outlook works correctly in Safe mode, the problem is with one of add-ins or customization files.

We can use one of these methods to start Outlook using a command line switch:

    Hold Ctrl key as we click the Outlook shortcut.
    If Run…. is shown on start menu (any version of Windows) click it and type outlook.exe /safe in the Open field and click OK.

- In most cases we only need to type outlook or outlook.exe, but occasionally Windows complains that it can’t find the file. When this happens we need to use the full path to Outlook.

- The default location is usually C:\Program Files\Microsoft Office\OfficeXX, where XX is our version number. We can browse to it or look on the Quick Launch shortcut for the file path. Do this by right click on the Outlook shortcut on Quick Launch toolbar and choosing Properties. The default switch is /recycle, we can replace this with /safe, press Apply then double-click on the shortcut to run it (leave the dialog open). After Outlook opens, replace safe with recycle and click OK.

- In most cases we only need to type outlook or outlook.exe, but occasionally Windows complains that it can’t find the file. When this happens we need to use the full path to Outlook.

- The default location is usually C:\Program Files\Microsoft Office\OfficeXX, where XX is our version number. We can browse to it or look on the Quick Launch shortcut for the file path. Do this by right click on the Outlook shortcut on Quick Launch toolbar and choosing Properties. The default switch is /recycle, we can replace this with /safe, press Apply then double-click on the shortcut to run it (leave the dialog open). After Outlook opens, replace safe with recycle and click OK

- If Outlook is not closing properly, look in Task Manager, Processes tab and verify it’s not running. We can open Task Manager by right clicking on the Windows task bar and choosing Task Manager.

The following safe switches are available:

/safe 

Starts Outlook without extensions, Reading Pane, or toolbar customization. Works with all versions.

/safe:1 

Starts Outlook with the Reading Pane off. Outlook 2003/2007 only.

/safe:2 

Starts Outlook without checking mail at startup. Outlook 2003/2007 only.

/safe:3 

Starts Outlook with extensions turned off, but listed in the Add-In Manager. Outlook 2003/2007.

/safe:4

Starts Outlook without loading Outcmd.dat (customized toolbars) and *.fav file. Outlook 2003/2007.

Thank You


Wednesday, 25 July 2012

PGP: Message is blocked - recipient email address could not be resolved. Error code: [0xa1010004].

CAUSE:The MAPI address space in PGP Desktop has to be configured to allow specific FAX address spaces.

SOLUTION:Add the following values to PGPprefs.xml
<key>MAPIfaxAddressSpaceList</key>
<string>FAX</string>

-To find PGPprefs.xml, go to
\%username%\UPM_Profile\AppData\Roaming\PGP Corporation\PGP \PGPprefs.xml

-Edit PGPprefs.xml in notepad.

-Find <key>MAPIfaxAddressSpaceList</key>

-Look next text to this string, it will show as <string></string>.

-Replace to <string></string> as <string>FAX</string>,
Note: Same will be performed in entire PGPprefs.xml file wherever you get <key>MAPIfaxAddressSpaceList</key>

-
Once it will replace, text will be shown as below.

<key>MAPIfaxAddressSpaceList</key> <string>FAX</string>,

-Log off and relogin back to PC, and check fax services. It should work.

Monday, 9 January 2012

How to check MX record of any Domain?

-Open a commnad prompt.
-Type "nslookup"
-Type "set q=mx"
-Type Domain name for which we want MX Record.

See below example.

-------------------------------
P:\>nslookupDefault Server:  stcdcpr01.prime-uk.local
Address:  10.250.1.12

> set q=mx> google.comServer:  stcdcpr01.prime-uk.local
Address:  10.250.1.12

google.com      MX preference = 10, mail exchanger = aspmx.l.google.com
google.com      MX preference = 50, mail exchanger = alt4.aspmx.l.google.com
google.com      MX preference = 40, mail exchanger = alt3.aspmx.l.google.com
google.com      MX preference = 30, mail exchanger = alt2.aspmx.l.google.com
google.com      MX preference = 20, mail exchanger = alt1.aspmx.l.google.com
aspmx.l.google.com      internet address = 209.85.229.27
alt4.aspmx.l.google.com internet address = 74.125.81.27
alt3.aspmx.l.google.com internet address = 74.125.127.27
alt2.aspmx.l.google.com internet address = 209.85.173.27
alt1.aspmx.l.google.com internet address = 173.194.69.27