Juniper : Setting up an IPSec VPN tunnel between a Juniper Netscreen firewall/vpn device and a Cisco VPN device
Today, I will explain the (easy) steps to set up a route-based IPSec VPN tunnel between a Juniper Netscreen firewall/VPN device and a remote Cisco device (such as Cisco ASA) If you are looking for more generic information on IPSec and building VPNs with Juniper, take a look at my blog post on VPNs with […]
Free tool – Free POP3 Collector
Keywords : Free generic POP3 collector for Microsoft Exchange 2000 Exchange 2003 Exchange 2007 Lotus Domino Server download email from POP3 and forward to SMTP server Over the last 12 years, I have created multiple email addresses hosted with various Internet Providers, or other companies. I’m still using some of those addresses, and my wife […]
Outlook 2007 unable to download Offline Address Book – error 0X8004010F and 0X80190194
I used to run Exchange 2003 in my test lab. After adding a new 2007 Server (HUB, CAS and Mail) in my AD and moving the mailboxes to the 2007 server, I started seeing problems in my Outlook 2007 client that is using cached exchange mode. Under ‘Sync Issues’ I noticed an error about the […]
Exchange 2007 Administration : Policies and limits
Exchange 2007 offers a set of features that allow for centralized management of policies and limitations. These policies and limitations should help to setup and control mail flow, mailbox sizes, compliance (retention) and so. You’ll need an Enterprise CAL for most of the functionalities that are explained in this post. Managed Folder Mailbox policies Every […]
Exchange 2007 Administration : Users, Groups and Mailboxes
Creating mailboxes for existing AD users Basic command : enable-mailbox –identity “Username (UPN)” -database “SERVER\Mailbox Database” -alias “alias” -ExternalEmailAddress email@adres.com If you want to create a mailbox for all users in a specific OU, use this command (Example : Sales OU , which sits under the Departments OU, in the domain.com domain) : get-user | […]