Wednesday, October 12, 2005 - Posts

Windows Server 2003 R2 End-To-End Overview

If you missed yesterdays webcast exploring the three key areas of the upcoming Microsoft Windows Server 2003 R2: Branch Office, Storage Management and Active Directory Federation Services, it is available "on demand" to listen at your leisure. If you're new to Windows Server 2003 R2, this provides an excellent overview. It covers how Windows Server 2003 R2 extends Windows Server 2003, providing the most efficient way to manage and control access to local and remote resources while easily integrating into your existing Windows Server 2003 environment and how it enables new scenarios including simplified branch server management, efficient storage management and streamlined collaboration with partners. Windows Server 2003 R2 builds upon the increased security, reliability and performance that came with Microsoft Windows Server 2003 Service Pack 1.

Click here to register and view

 

Part 14: Infrastructure essentials Blogcast - Preparing to receive mail through SMTP transfer

Continuing the blogcast series on infrastructure essentials.

This next blogcast raises the bar in terms of email retrieval. In the previous part, we were using POP3 email retrieval, similar to many home users retrieve email from an ISP hosted mailbox. This solution isn't necessarily ideal for business users, firstly it is relatively "high maintenance" in that you need to perform user mapping between ISP mailboxes and domain users, and secondly, there will be an inherent delay as your server is periodically polling for new email, rather than reactively being told that email is ready to be received.

In this blogcast and the next, we look at using SMTP transfer. This involves creating an MX (Mail Exchanger) DNS record on our ISP to tell the worlds email servers where they should connect to when they have an email for our organisation. We attempt to send an email internally, and use a network analyser and ISA monitoring to determine why we receive an NDR (Non Delivery Report) back to the sender. This will be fixed tomorrow :-)

Click here to view.


Series Index:

0. Network configuration and series background.
1. Getting started
2. ISA Server configuration to allow basic web browsing capability
3. ISA Firewall Client basic configuration
4. ISA Firewall Client auto-detection through WPAD configuration
5. Configuring an Exchange mailbox and Outlook profile
6. Fixing 0x8004010F on Outlook send/receive
7. Installing our first Certificate Authority
8. Publishing OWA through ISA using Forms Based Authentication
9. OWA /exchange redirection
10. OWA nearly goes SSL - we have a certificate
11. OWA is available over SSL/HTTPS
12. Sending external email - Configuring outbound SMTP
13. Mail retrieval through POP3 polling