Skip to main content

How to configure Outlook Anywhere for Office 2010

Here's a simple procedures on how to setup Outlook Anywhere using Outlook 2010 (MS Off9ce 2010 Professional).

  • Start Outlook 2010 for the first time. You will get the Outlook 2010 startup message, then click Next.
  • On the next screen, leave the default to Yes, and then click Next.
  • On the Auto Account Setup, click on Manually configure server settings, and click Next.
  • On the Choose Email Service page, click on Microsoft Exchange, and click Next.
  • On the Microsoft Exchange Settings page, enter in the name of the Exchange Server. For example mail.medialogy.com, click use Cached Exchange Mode, and Username: enter the user email address e.g. [email protected]. Click Next.
  • On the General Tab, increase the Second Until Server Connections Timeout from 30 to 120.
  • Click on the Connection tab, then check the box fo "Connect to Microsoft Exchange using HTTP".
  • In the top line, enter https://mail.medialogy.com (replace this using your company email web address) Check "On slow networks, connect using HTTP first, then connect using TCP/IP. Then make sure that "Basic Authentication" is selected under the Proxy authentication settings.
  • Then just keep clicking OK and Finish where appropriate to complete the setup.
  • When you start Outlook, you will be prompted for your username and password in "domain\username" format.
  • The first time you setup Outlook, it will take a long time to synchronize all of your folders.
  • You should be able to compose a message, send, and receive.
If you need assistance, please for comment or create a free help support at Whaddya.com website.

Comments

Popular posts from this blog

Alternative Social Networks

If you are planning to create your  social network  e.g. similar to Facebook. Here's a short list of alternative software's: Open Source and Free​ http://buddypress.org/  - Wordpress (Open Source and Free) http://elgg.org/  - (Open Source and Free) Commercial Social Networks software http://www.socialengine.com/  ($299 Stand Alone, $29/mo Cloud) http://www.jomsocial.com/  (run with Joomla, need to know CMS) http://www.boonex.com/  (very expensive, $399 for Standard) http://www.anahitapolis.com/ http://www.oxwall.org/ http://sharetronix.com/ http://www.moosocial.com/ http://www.jcow.net/ http://phpdolphin.com http://www.grou.ps  (from free to Commercial, I left my networks and they are selling it  http://www.phpfox.com/  (I used this before, it's hard to maintain. I moved to NING but left too after it was sold to another company) http://www.ning.com  (I don't recommend using this service, it's hard to export your data when it's time to move) S

Learning Vulnerability Scanning by KING.NET

Learning Vulnerability Scanning is fun and easy. So I hope you enjoy reading this short how to guide on how to use vulnerability scanning to secure your servers and networks. NMAP is the swiss tool that you need to learn if you're serious in Cyber Security profession. The NMAP tool can be use with NSE scripting (Nmap Scripting Engine) to automate your tasks. For example using NSE Script using a  single vulnerability (cold fusion)  to scan our test lab machine. root@kali:~# nmap -v -p 80  --script http-vuln-cve2010-2861  10.11.1.220 Starting Nmap 6.47 ( http://nmap.org ) at 2016-07-22 17:34 EDT NSE: Loaded 1 scripts for scanning. NSE: Script Pre-scanning. Initiating ARP Ping Scan at 17:34 Scanning 10.11.1.220 [1 port] Completed ARP Ping Scan at 17:34, 0.04s elapsed (1 total hosts) Initiating Parallel DNS resolution of 1 host. at 17:34 Completed Parallel DNS resolution of 1 host. at 17:35, 13.01s elapsed Initiating SYN Stealth Scan at 17:35 Scanning 10.11.1.220 [1 port] Comp