<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>954NETWORK BLOG! &#187; Microsoft Exchange</title>
	<atom:link href="http://blog.954network.com/category/tech-tips/microsoft-exchange/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.954network.com</link>
	<description>Information Technology Solutions Blog - Presented by 954Network, Inc.</description>
	<lastBuildDate>Thu, 08 Oct 2009 14:16:45 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Microsoft Exchange Email Address Variables</title>
		<link>http://blog.954network.com/2009/10/08/microsoft-exchange-email-address-variables/</link>
		<comments>http://blog.954network.com/2009/10/08/microsoft-exchange-email-address-variables/#comments</comments>
		<pubDate>Thu, 08 Oct 2009 13:40:31 +0000</pubDate>
		<dc:creator>digitalkid</dc:creator>
				<category><![CDATA[Microsoft Exchange]]></category>
		<category><![CDATA[Windows Server]]></category>
		<category><![CDATA[Email Address Variables Recipient Policy]]></category>
		<category><![CDATA[Exchange Email Address Variables]]></category>

		<guid isPermaLink="false">http://blog.954network.com/?p=198</guid>
		<description><![CDATA[From time to time it is necessary to apply an email address policy using a non-standard name for the user (e.g. instead of the users alias JOHN@DOMAIN.COM you need JSMITH@DOMAIN.COM). This can be accomplished across the entire organization by editing the Recipient Policies/email Address policies and using the following variables before (to the left of&#8230;) [...]]]></description>
			<content:encoded><![CDATA[<p>From time to time it is necessary to apply an email address policy using a non-standard name for the user (e.g. instead of the users alias <a href="mailto:JOHN@DOMAIN.COM">JOHN@DOMAIN.COM</a> you need <a href="mailto:JSMITH@DOMAIN.COM">JSMITH@DOMAIN.COM</a>). This can be accomplished across the entire organization by editing the Recipient Policies/email Address policies and using the following variables before (to the left of&#8230;) the @ symbol in the domain. Here are the variables and some examples:</p>
<p> </p>
<p>%g = givenName (First Name)</p>
<p>%s = sn (surName or Last Name)</p>
<p>%d = Display Name</p>
<p>%m Exchange Alias (Usually default for email addresses).</p>
<p> </p>
<p> </p>
<p>Here are some examples of how to combine and use these variables to customize your Recipient Policy/Email Addresses.</p>
<p> </p>
<p><a href="mailto:%1g.%s@DOMAIN.COM">%1g.%s@DOMAIN.COM</a> &#8212; This will give you <a href="mailto:j.smith@DOMAIN.COM">j.smith@DOMAIN.COM</a></p>
<p> </p>
<p><a href="mailto:%g%s@DOMAIN.COM">%g%s@DOMAIN.COM</a> &#8212; This will give you <a href="mailto:johnsmith@DOMAIN.COM">johnsmith@DOMAIN.COM</a></p>
<p> </p>
<p><a href="mailto:%g@DOMAIN.COM">%g@DOMAIN.COM</a> &#8212; This will give you <a href="mailto:john@DOMAIN.COM">john@DOMAIN.COM</a></p>
<p> </p>
<p> </p>
<p>I am sure there are more that I can think of but you get the idea.</p>
<div><table> <td><iframe src='http://digg.com/api/diggthis.php?w=new&amp;u=http://blog.954network.com/2009/10/08/microsoft-exchange-email-address-variables/&amp;t=Microsoft+Exchange+Email+Address+Variables&amp;s=compact' height='18' width='120' frameborder='0' scrolling='no'></iframe></td> <td><iframe src='http://www.reddit.com/button_content?newwindow=1&amp;url=http://blog.954network.com/2009/10/08/microsoft-exchange-email-address-variables/&amp;title=Microsoft+Exchange+Email+Address+Variables&amp;t=1 ' height='18' width='120' scrolling='no' frameborder='0' ></iframe></td> <td><script type="text/javascript"><!--yahooBuzzArticleHeadline=Microsoft+Exchange+Email+Address+Variables;//--></script><script type="text/javascript" src="http://d.yimg.com/ds/badge2.js" badgetype=small-votes></script></td></table></div><!-- This is a HTML comment, it will not display in any page. Feel free to remove this comment if it cause any inconvenient to you.
	Thanks for using digg digg, please visit http://www.mkyong.com/blog/digg-digg-wordpress-plugin for any comments and ideas, 
	
    Author : Yong Mook Kim
    Website : http://www.mkyong.com
	-->]]></content:encoded>
			<wfw:commentRss>http://blog.954network.com/2009/10/08/microsoft-exchange-email-address-variables/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Custom Attributes and Exchange 2007 Email Address Policies</title>
		<link>http://blog.954network.com/2009/10/08/custom-attributes-and-exchange-2007-email-address-policies/</link>
		<comments>http://blog.954network.com/2009/10/08/custom-attributes-and-exchange-2007-email-address-policies/#comments</comments>
		<pubDate>Thu, 08 Oct 2009 13:38:08 +0000</pubDate>
		<dc:creator>digitalkid</dc:creator>
				<category><![CDATA[Microsoft Exchange]]></category>
		<category><![CDATA[Windows Server]]></category>
		<category><![CDATA[Custom Attributes Exchange 2007]]></category>
		<category><![CDATA[Exchange 2007 Custom Attributes Email Address Policies]]></category>

		<guid isPermaLink="false">http://blog.954network.com/?p=196</guid>
		<description><![CDATA[There are a lot of useful things that can be accomplished using Custom Attributes in Exchange 2007. This Doc applies to Recipient Policies (email Address Policies) and applying email addresses to users based on their custom attributes. This is useful when you have multiple domain names that you need to receive mail for as well [...]]]></description>
			<content:encoded><![CDATA[<p>There are a lot of useful things that can be accomplished using Custom Attributes in Exchange 2007. This Doc applies to Recipient Policies (email Address Policies) and applying email addresses to users based on their custom attributes. This is useful when you have multiple domain names that you need to receive mail for as well as multiple users that need to have their primary email address in a domain that is different from the default domain.</p>
<p> </p>
<p>First, create an Accepted Domain by navigating to Organization Configuration &gt; Hub Transport. Click &#8220;New Accepted Domain&#8221; in the Action Pane. Fill in all of the domain information as needed and continue below.</p>
<p> </p>
<p>1. Create your Email address Policy: Open Exchange Management Console and navigate to Organization Configuration &gt; Hub Transport and click the &#8220;Email Address Policies&#8221; Tab. In the Action Pane, click &#8220;New Email Address Policy&#8221;</p>
<p> </p>
<p>2. When the new email address policy wizard starts, Give your Policy a name (Does not have to be the domain name but it is a good idea to use the domain name for ease of future understanding). Click Next.</p>
<p> </p>
<p>3. On this page, choose the condition &#8220;Custom Attribute 1 Equals Value&#8221;. Below that (Step 2) click &#8220;Specified&#8221; and enter a value for the custom attribute (Once again, I use the domain name) click Add then OK. Click Next.</p>
<p> </p>
<p>4. Add the email address. Click Add and choose the format you would like to use (Pretty self explanatory when looking at it). Also, select the accepted domain for email address that you created earlier for this domain. Click Next twice and you are done.</p>
<p> </p>
<p>5. Now, to apply this policy based on custom attribute, choose the users that this policy will apply to and change their Custom Attribute value to match the one you created in step 3 above. Navigate to Organization Configuration &gt; Recipient Configuration and edit each user to apply this policy to (On the general tab, choose custom attribute and enter your value).</p>
<p> </p>
<p>That is it. All users with the specific Custom Attribute will have the email address that corresponds to that attribute in the Email Address Policy that you created. You can do this for as many domains as there are Custom Attribute Fields.</p>
<div><table> <td><iframe src='http://digg.com/api/diggthis.php?w=new&amp;u=http://blog.954network.com/2009/10/08/custom-attributes-and-exchange-2007-email-address-policies/&amp;t=Custom+Attributes+and+Exchange+2007+Email+Address+Policies&amp;s=compact' height='18' width='120' frameborder='0' scrolling='no'></iframe></td> <td><iframe src='http://www.reddit.com/button_content?newwindow=1&amp;url=http://blog.954network.com/2009/10/08/custom-attributes-and-exchange-2007-email-address-policies/&amp;title=Custom+Attributes+and+Exchange+2007+Email+Address+Policies&amp;t=1 ' height='18' width='120' scrolling='no' frameborder='0' ></iframe></td> <td><script type="text/javascript"><!--yahooBuzzArticleHeadline=Custom+Attributes+and+Exchange+2007+Email+Address+Policies;//--></script><script type="text/javascript" src="http://d.yimg.com/ds/badge2.js" badgetype=small-votes></script></td></table></div><!-- This is a HTML comment, it will not display in any page. Feel free to remove this comment if it cause any inconvenient to you.
	Thanks for using digg digg, please visit http://www.mkyong.com/blog/digg-digg-wordpress-plugin for any comments and ideas, 
	
    Author : Yong Mook Kim
    Website : http://www.mkyong.com
	-->]]></content:encoded>
			<wfw:commentRss>http://blog.954network.com/2009/10/08/custom-attributes-and-exchange-2007-email-address-policies/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Send-As a Distribution Group Exchange 2007</title>
		<link>http://blog.954network.com/2009/10/08/send-as-a-distribution-group-exchange-200/</link>
		<comments>http://blog.954network.com/2009/10/08/send-as-a-distribution-group-exchange-200/#comments</comments>
		<pubDate>Thu, 08 Oct 2009 13:18:23 +0000</pubDate>
		<dc:creator>digitalkid</dc:creator>
				<category><![CDATA[Microsoft Exchange]]></category>
		<category><![CDATA[Windows Server]]></category>
		<category><![CDATA[Exchange 2007 Send-As Group]]></category>
		<category><![CDATA[Send-As]]></category>
		<category><![CDATA[Send-As Distribution Group]]></category>

		<guid isPermaLink="false">http://blog.954network.com/?p=192</guid>
		<description><![CDATA[I have had many requests over the past year from users that want to send as a distribution group as opposed to their primary account. This is useful when a user wants to send out something like an invoice from an email address such as accounting@domain.com. Fortunately, there is a way to easily grant a [...]]]></description>
			<content:encoded><![CDATA[<p>I have had many requests over the past year from users that want to send as a distribution group as opposed to their primary account. This is useful when a user wants to send out something like an invoice from an email address such as <a href="mailto:accounting@domain.com">accounting@domain.com</a>. Fortunately, there is a way to easily grant a user or users permissions to send-as a distribution group using the Exchange Management Shell &#8211; Here is how:</p>
<p>1. Open the Exchange Management Shell as an Administrator.</p>
<p>2. Type in the following command, replacing GROUPNAME and USERNAME with the name of the distribution group that you want to grant the user(s) access to send as and the username(s) of the users that will be able to send-as this distribution group.</p>
<p><strong>Add-ADPermission GROUPNAME -ExtendedRights Send-As -user USERNAME</strong></p>
<p>Once you have entered that command for all of the users that will be sending as the distribution group, the user can now select the group in the FROM field of their Outlook client and send the message as that distribution group.</p>
<p>DigitalKid (jason)<br />
<a href="http://www.954network.com">www.954network.com</a></p>
<div><table> <td><iframe src='http://digg.com/api/diggthis.php?w=new&amp;u=http://blog.954network.com/2009/10/08/send-as-a-distribution-group-exchange-200/&amp;t=Send-As+a+Distribution+Group+Exchange+2007&amp;s=compact' height='18' width='120' frameborder='0' scrolling='no'></iframe></td> <td><iframe src='http://www.reddit.com/button_content?newwindow=1&amp;url=http://blog.954network.com/2009/10/08/send-as-a-distribution-group-exchange-200/&amp;title=Send-As+a+Distribution+Group+Exchange+2007&amp;t=1 ' height='18' width='120' scrolling='no' frameborder='0' ></iframe></td> <td><script type="text/javascript"><!--yahooBuzzArticleHeadline=Send-As+a+Distribution+Group+Exchange+2007;//--></script><script type="text/javascript" src="http://d.yimg.com/ds/badge2.js" badgetype=small-votes></script></td></table></div><!-- This is a HTML comment, it will not display in any page. Feel free to remove this comment if it cause any inconvenient to you.
	Thanks for using digg digg, please visit http://www.mkyong.com/blog/digg-digg-wordpress-plugin for any comments and ideas, 
	
    Author : Yong Mook Kim
    Website : http://www.mkyong.com
	-->]]></content:encoded>
			<wfw:commentRss>http://blog.954network.com/2009/10/08/send-as-a-distribution-group-exchange-200/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Symantec Backup Exec 10d-11d-12.X email alert configuration.</title>
		<link>http://blog.954network.com/2009/02/24/symantec-backup-exec-10d-11d-12x-email-alert-configuration/</link>
		<comments>http://blog.954network.com/2009/02/24/symantec-backup-exec-10d-11d-12x-email-alert-configuration/#comments</comments>
		<pubDate>Tue, 24 Feb 2009 14:39:56 +0000</pubDate>
		<dc:creator>digitalkid</dc:creator>
				<category><![CDATA[General Computing]]></category>
		<category><![CDATA[Microsoft Exchange]]></category>
		<category><![CDATA[BackupExec Email Alerts]]></category>
		<category><![CDATA[BackupExec Email Relay]]></category>
		<category><![CDATA[Not receiving email alerts backupexec]]></category>

		<guid isPermaLink="false">http://blog.954network.com/?p=134</guid>
		<description><![CDATA[Firstly, I would like to say hello again. I have not posted in quite a while as I have been preoccupied with the holidays and the end of the tax year and beginning of the new year.
Now that we have that out of the way, I have seen a lot of people wondering how to [...]]]></description>
			<content:encoded><![CDATA[<p>Firstly, I would like to say hello again. I have not posted in quite a while as I have been preoccupied with the holidays and the end of the tax year and beginning of the new year.</p>
<p>Now that we have that out of the way, I have seen a lot of people wondering how to configure email alerts from Symantec BackupExec. Most are having issues receiving the alerts once they have configured the server settings. The application seems to not want to send email through a local Exchange Server (Relay). I have had this issue in the past myself and have a few ways to get around this that I thought I would share with you - so lets get started.</p>
<p>First off, when configuring the Alert Settings, in older versions of BackupExec (9.X, 10.X, 11.X), you will notice that there are no options for SMTP authentication, which means you need a relay. One way around this is if your ISP allows you to relay through their servers when behind an IP assigned by them. If this applies to you, you can ask them what their outbound SMTP server address is and use that as a relay. This typically works with BellSouth and FDN in my experience. Ask your ISP or just test this configuration and see if it works with your Internet Provider.</p>
<p>The second method is relatively easy and only requires that you use localhost as your SMTP server. You can do this in a few situations. The first is if you have BackupExec installed on your Exchange server or SBS Server locally. Simply open Exchange System Manager, Expand Administrative Groups &gt; First Administrative Group &gt; Servers &gt; [You Server Name] &gt; Protocols &gt; SMTP. Right Click the Default SMTP Virtual Server and choose properties. Go to the Access tab and click the Relay button. You should see that your local subnet as well as the local host are allowed to relay. If you do not see this, add these items to the allow relay list and configure BackupExec to use Localhost (127.0.0.1) as the mail server. Test these settings under the recipients configuration. This should also work for remote machines, just add the IP address of the remote machine that you want to allow to relay.</p>
<p>The third method uses the MAPI configuration. To do this, you will need to create a contact in Active Directory Users and Computers that has the email address that you would like to receive alerts to assigned to it. I am not going to go into how to create a contact in this post. After creating the contact, open BackupExec, go to Email and Pager notifications. Choose the MAPI Configuration tab and specify your Exchange Server under MAPI mail server. For mailbox name, Specify the contact that you created earlier. When messages are sent to this contact, they should go to the email address that is associated with the contact. I am not sure if this works on servers that are remote to the Exchange server though so you will have to experiment if your BackupExec installation is not on the same machine that Exchange lives on.</p>
<p>If all of the above do not work for you, I suggest upgrading to the latest version of BackupExec (version 12.X as of this post) which allows SMTP authentication to be configured for outbound email. Alternatively, you could install SMTP on a remote server (whether it runs BackupExec or not) and allow relay only from the servers that you want alerts sent from. This can be done under Add/Remove Programs &gt; Add/Remove Windows Components: Under &#8211; Application Server &gt; Internet Information Services &gt; SMTP Service. I will not go into the details of this configuration but it is fairly easy to set up and as always, google.com can assist.</p>
<p>Jason (Digitalkid)<br />
<a href="http://www.954network.com">www.954network.com</a></p>
<div><table> <td><iframe src='http://digg.com/api/diggthis.php?w=new&amp;u=http://blog.954network.com/2009/02/24/symantec-backup-exec-10d-11d-12x-email-alert-configuration/&amp;t=Symantec+Backup+Exec+10d-11d-12.X+email+alert+configuration.&amp;s=compact' height='18' width='120' frameborder='0' scrolling='no'></iframe></td> <td><iframe src='http://www.reddit.com/button_content?newwindow=1&amp;url=http://blog.954network.com/2009/02/24/symantec-backup-exec-10d-11d-12x-email-alert-configuration/&amp;title=Symantec+Backup+Exec+10d-11d-12.X+email+alert+configuration.&amp;t=1 ' height='18' width='120' scrolling='no' frameborder='0' ></iframe></td> <td><script type="text/javascript"><!--yahooBuzzArticleHeadline=Symantec+Backup+Exec+10d-11d-12.X+email+alert+configuration.;//--></script><script type="text/javascript" src="http://d.yimg.com/ds/badge2.js" badgetype=small-votes></script></td></table></div><!-- This is a HTML comment, it will not display in any page. Feel free to remove this comment if it cause any inconvenient to you.
	Thanks for using digg digg, please visit http://www.mkyong.com/blog/digg-digg-wordpress-plugin for any comments and ideas, 
	
    Author : Yong Mook Kim
    Website : http://www.mkyong.com
	-->]]></content:encoded>
			<wfw:commentRss>http://blog.954network.com/2009/02/24/symantec-backup-exec-10d-11d-12x-email-alert-configuration/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Forward Exchange Mail to Blackberry</title>
		<link>http://blog.954network.com/2008/11/04/forward-exchange-mail-to-blackberry/</link>
		<comments>http://blog.954network.com/2008/11/04/forward-exchange-mail-to-blackberry/#comments</comments>
		<pubDate>Tue, 04 Nov 2008 18:53:56 +0000</pubDate>
		<dc:creator>digitalkid</dc:creator>
				<category><![CDATA[Microsoft Exchange]]></category>
		<category><![CDATA[Blackberry Exchange]]></category>
		<category><![CDATA[Forward Exhcange email to Blackberry]]></category>

		<guid isPermaLink="false">http://blog.954network.com/?p=21</guid>
		<description><![CDATA[Blackberry, while a great smart phone, does not have any built in capabilities to Sync with an Exchange Server (Active Sync) like Windows Mobile and others do. There is one alternative to this and that is to forward a copy of the incoming email to a particular user to the devices email address. Here is [...]]]></description>
			<content:encoded><![CDATA[<p>Blackberry, while a great smart phone, does not have any built in capabilities to Sync with an Exchange Server (Active Sync) like Windows Mobile and others do. There is one alternative to this and that is to forward a copy of the incoming email to a particular user to the devices email address. Here is how this can be done:</p>
<p>1. Create a Blackberry account if you do not already have one and assign the device an email address. I usually use [phonenumber]@provider.blackberry.net. Once that is created, send a test message to the address to ensure it is working. Also, change the &#8220;Reply To:&#8221; address on that email address to the users Exchange email address.</p>
<p>2. On your Exchange server, create a contact (Something like username-MOBILE) and set the smtp address for the contact to the address created for the device in the step above.</p>
<p>3. Open the properties of the user in Active Directory Users and Computers and go to the &#8220;Exchange General&#8221; tab. Click Delivery Options and change the &#8220;Forward to:&#8221; option. Choose the contact that you created in step 2 above. Also, make sure you check the box &#8220;Deliver messages to both forwarding address and mailbox&#8221; or the user will only receive email on the Blackberry.</p>
<p>That is it. Once you have completed the steps above, you can send a test message to the users Exchange email address and have them check to see if it was received in both locations. Also have the user reply to the test from their Blackberry to ensure that the address the reply comes from is their Exchange email address.</p>
<p>Jason (Digitalkid)<br />
<a href="http://www.954network.com">www.954network.com</a></p>
<div><table> <td><iframe src='http://digg.com/api/diggthis.php?w=new&amp;u=http://blog.954network.com/2008/11/04/forward-exchange-mail-to-blackberry/&amp;t=Forward+Exchange+Mail+to+Blackberry&amp;s=compact' height='18' width='120' frameborder='0' scrolling='no'></iframe></td> <td><iframe src='http://www.reddit.com/button_content?newwindow=1&amp;url=http://blog.954network.com/2008/11/04/forward-exchange-mail-to-blackberry/&amp;title=Forward+Exchange+Mail+to+Blackberry&amp;t=1 ' height='18' width='120' scrolling='no' frameborder='0' ></iframe></td> <td><script type="text/javascript"><!--yahooBuzzArticleHeadline=Forward+Exchange+Mail+to+Blackberry;//--></script><script type="text/javascript" src="http://d.yimg.com/ds/badge2.js" badgetype=small-votes></script></td></table></div><!-- This is a HTML comment, it will not display in any page. Feel free to remove this comment if it cause any inconvenient to you.
	Thanks for using digg digg, please visit http://www.mkyong.com/blog/digg-digg-wordpress-plugin for any comments and ideas, 
	
    Author : Yong Mook Kim
    Website : http://www.mkyong.com
	-->]]></content:encoded>
			<wfw:commentRss>http://blog.954network.com/2008/11/04/forward-exchange-mail-to-blackberry/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>
