<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress.com" -->
<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/"
	>

<channel>
	<title>send-as &amp;laquo; WordPress.com Tag Feed</title>
	<link>http://en.wordpress.com/tag/send-as/</link>
	<description>Feed of posts on WordPress.com tagged "send-as"</description>
	<pubDate>Wed, 22 May 2013 15:43:55 +0000</pubDate>

	<generator>http://en.wordpress.com/tags/</generator>
	<language>en</language>

<item>
<title><![CDATA[How to send e-mails from other addresses in Outlook.com]]></title>
<link>http://awaissoft.wordpress.com/2013/05/19/how-to-send-e-mails-from-other-addresses-in-outlook-com/</link>
<pubDate>Sun, 19 May 2013 10:37:38 +0000</pubDate>
<dc:creator>awaissoft</dc:creator>
<guid>http://awaissoft.wordpress.com/2013/05/19/how-to-send-e-mails-from-other-addresses-in-outlook-com/</guid>
<description><![CDATA[Outlook.com can now properly send e-mails from other e-mail addresses without saying &#8220;on behal]]></description>
<content:encoded><![CDATA[Outlook.com can now properly send e-mails from other e-mail addresses without saying &#8220;on behal]]></content:encoded>
</item>
<item>
<title><![CDATA[Mailbox continues to say iPad app, iCloud support, more coming in future updates]]></title>
<link>http://9to5mac.com/2013/04/25/mailbox-continues-to-say-ipad-app-icloud-support-more-coming-in-future-updates/</link>
<pubDate>Thu, 25 Apr 2013 20:33:17 +0000</pubDate>
<dc:creator>Jordan Kahn</dc:creator>
<guid>http://9to5mac.com/2013/04/25/mailbox-continues-to-say-ipad-app-icloud-support-more-coming-in-future-updates/</guid>
<description><![CDATA[@bsetter iPad is in the works and desktop is on our roadmap!&mdash; Mailbox (@mailbox) April 25, 201]]></description>
<content:encoded><![CDATA[<blockquote class='twitter-tweet'><p>@<a href="https://twitter.com/bsetter">bsetter</a> iPad is in the works and desktop is on our roadmap!&mdash; <br />Mailbox (@mailbox) <a href='http://twitter.com/#!/mailbox/status/327476894318600194' data-datetime='2013-04-25T17:39:10+00:00'>April 25, 2013</a></p></blockquote>
<p>After some controversy for the popular Mailbox iOS app <a href="http://9to5mac.com/2013/04/24/mailbox-app-leaves-contacts-email-content-and-attachments-exposed/">earlier this week</a>, some good news for Mailbox users comes today in the form of confirmation of new features and an iPad app coming soon.</p>
<p>As noted in the tweets above and below, the Mailbox devs have publicly confirmed in a number of recent tweets that and iPad version of the app is currently &#8220;in the works&#8221; and expected to launch soon. We also learn that desktop and Android versions of the app are on the company&#8217;s roadmap, while iCloud support, landscape typing, alias support, and &#8220;Send as&#8221; features are also on the list for future updates:</p>
<blockquote class='twitter-tweet'><p>@<a href="https://twitter.com/mkmks">mkmks</a> Yes! Alias support &amp; &quot;send as&quot; are on our list. No ETA for release as of yet.&mdash; <br />Mailbox (@mailbox) <a href='http://twitter.com/#!/mailbox/status/327480611428245504' data-datetime='2013-04-25T17:53:56+00:00'>April 25, 2013</a></p></blockquote>
<blockquote class='twitter-tweet'><p>@<a href="https://twitter.com/herbigt">herbigt</a> Yes- we&#039;re hoping to do so in a future update!&mdash; <br />Mailbox (@mailbox) <a href='http://twitter.com/#!/mailbox/status/327494387955273729' data-datetime='2013-04-25T18:48:41+00:00'>April 25, 2013</a></p></blockquote>
<blockquote class='twitter-tweet'><p>@<a href="https://twitter.com/bsetter">bsetter</a> iPad is in the works and desktop is on our roadmap!&mdash; <br />Mailbox (@mailbox) <a href='http://twitter.com/#!/mailbox/status/327476894318600194' data-datetime='2013-04-25T17:39:10+00:00'>April 25, 2013</a></p></blockquote>
<p>(<a href="http://techcrunch.com/2013/04/25/mailbox-is-working-on-an-ipad-app-with-desktop-and-android-clients-on-the-roadmap/">via TechCrunch</a>)</p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[How to find the original sender of Shared Mailbox in Exchange Server 2010]]></title>
<link>http://myexchangelink.wordpress.com/2013/04/17/how-to-find-the-original-sender-of-shared-mailbox-in-exchange-server-2010/</link>
<pubDate>Wed, 17 Apr 2013 07:18:58 +0000</pubDate>
<dc:creator>imkottees</dc:creator>
<guid>http://myexchangelink.wordpress.com/2013/04/17/how-to-find-the-original-sender-of-shared-mailbox-in-exchange-server-2010/</guid>
<description><![CDATA[I got a new request from my manager to find out how many mails are responded by each person keeping]]></description>
<content:encoded><![CDATA[<p>I got a new request from my manager to find out how many mails are responded by each person keeping shared mailbox in from field using Send-As permission. I put all the users alias into the csv file and used below command to achieve the goal.</p>
<p><span style="color:#444444;font-size:11pt;background-color:white;">Import-Csv E:\mbx.csv &#124; foreach {Search-Mailbox -identity ($_.users) -SearchQuery &#8220;Sent:&#62; $(&#8217;2013-03-31&#8242;) and Sent:&#60; $(&#8217;2013-04-03&#8242;) and from:&#8217;Accounts@mydomain.com&#8217;&#8221; -TargetMailbox &#8220;administrator&#8221; -TargetFolder &#8220;search&#8221; -LogOnly -LogLevel full} &#124; ft Identity, Resultitemscount<br />
</span></p>
<p><span style="color:#444444;font-size:11pt;background-color:white;">Here <a href="mailto:accounts@mydomain.com">accounts@mydomain.com</a> is the shared mailbox.<br />
</span></p>
<p><span style="color:#444444;font-size:11pt;background-color:white;"><em>Note: Users should not move/delete their mails from sent items.<br />
</em></span></p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[Re-instating "Send As" privilege Windows 2003 Server // GOOD For Enterprise]]></title>
<link>http://dcmcd.wordpress.com/2012/11/12/re-instating-send-as-privilege-windows-2003-server-good-for-enterprise/</link>
<pubDate>Mon, 12 Nov 2012 14:52:18 +0000</pubDate>
<dc:creator>DCMCD</dc:creator>
<guid>http://dcmcd.wordpress.com/2012/11/12/re-instating-send-as-privilege-windows-2003-server-good-for-enterprise/</guid>
<description><![CDATA[You may recall that I had a wonderful time troubleshooting issues with the GOOD for Enterprise servi]]></description>
<content:encoded><![CDATA[<p>You may recall that I had a wonderful time troubleshooting issues with the GOOD for Enterprise service, whereby user&#8217;s GOOD profiles were falling into a paused state as the service was unable to successfully send emails from the user&#8217;s Android &#38; iOS apps.</p>
<p>GOOD For Enterprise have now outlined a permanent fix for this issue.</p>
<p>Using the following fix will re-instate the Send As permissions for the required user accounts that the GOOD app uses to remotely send emails from their handheld apps, therefore eliminating the need to go through the workaround which I had outlined in <a href="http://dcmcd.wordpress.com/2012/09/14/good-for-enterprise-app-account-paused-exchange-not-accessible/" target="_blank">my previous post</a>.</p>
<p><strong>The Permanent Fix</strong></p>
<p>In order to achieve a permanent fix for this issue we need to re-instate the Send As ability that the required user accounts had before a certain Windows update removed this right, this is done using the DSACLS utility.</p>
<p>The syntax for the correct command is as follows:</p>
<pre class="brush: plain; title: ; notranslate" title="">dsacls &#34;cn=adminsdholder,cn=system,dc=domainname,dc=com&#34; /G &#34;\GoodAdmin:CA;Send As&#34;</pre>
<p>Please be sure to update the dc values to match your specific domain name.</p>
<p>For example, if your domain name is company.local the command would then become:</p>
<pre class="brush: plain; title: ; notranslate" title="">dsacls &#34;cn=adminsdholder,cn=system,dc=&#60;strong&#62;company&#60;/strong&#62;,dc=&#60;strong&#62;local&#60;/strong&#62;&#34; /G &#34;\GoodAdmin:CA;Send As&#34;</pre>
<p>Hope this help you guys out.</p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[Outlook 2010: Mails are stored in wrong "sent items" folder when using "send as"]]></title>
<link>http://tyradux.wordpress.com/2012/09/26/outlook-2010-mails-stored-in-wrong-sent-items-folder-using-sent-as/</link>
<pubDate>Wed, 26 Sep 2012 09:08:43 +0000</pubDate>
<dc:creator>tyradux</dc:creator>
<guid>http://tyradux.wordpress.com/2012/09/26/outlook-2010-mails-stored-in-wrong-sent-items-folder-using-sent-as/</guid>
<description><![CDATA[If you are using the SendAs function with Outlook 2010, you may have recognized, that your mails are]]></description>
<content:encoded><![CDATA[<p>If you are using the SendAs function with Outlook 2010, you may have recognized, that your mails aren&#8217;t saved in the sent items folder of the mailbox from the user you have sent your mail but that it will be saved in your own sent items folder.</p>
<p>This behavior is not really good, if more people have to access this mailbox and want to have access to every mail sent with this user. Unfortunately there are no options to manage this with the Exchange Server. To change this behavior you have to do the following steps directly on the client computer:</p>
<ol>
<li>Open the Registry editor by typing &#8220;Windows key + R&#8221; and then enter &#8220;regedit&#8221;. If you asked about admin premissions, klick on yes or type your username and password in it.</li>
<li>Change into this directory: &#8220;HKEY_CURRENT_USER\Software\Microsoft\Office\14.0\Outlook\Preferences&#8221;</li>
<li>In this directory do a right click and add a new DWORD.</li>
<li>Name the new DWORD &#8220;DelegateSentItemsStyle&#8221;.</li>
<li>Double click on the new DWORD and set the Value to &#8220;1&#8243;. Make sure, that you have choosen hexadecimal values.</li>
<li>If not already done: close Outlook.</li>
<li>Open Outlook again</li>
</ol>
<p>Now, if you send a mail with your other mailbox, your mails should be saved in the right sent items folder.</p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[Remove all send-as permissions a user has in the exchange organization]]></title>
<link>http://almoselhy.wordpress.com/2012/07/23/remove-all-send-as-permissions-a-user-has-in-the-exchange-organization/</link>
<pubDate>Mon, 23 Jul 2012 08:24:55 +0000</pubDate>
<dc:creator>Walid AlMoselhy</dc:creator>
<guid>http://almoselhy.wordpress.com/2012/07/23/remove-all-send-as-permissions-a-user-has-in-the-exchange-organization/</guid>
<description><![CDATA[Send-As allows a user to send emails as someone else. A feature that comes in handy under many circu]]></description>
<content:encoded><![CDATA[<p>Send-As allows a user to send emails as someone else. A feature that comes in handy under many circumstances, such as an assistant sending Christmas greetings instead of her boss.</p>
<p>Adding Send-As permissions to a user is usually a straight forward task in Exchange. But finding all the Send-As permissions a user has on all the mailboxes in the organization is a different story.</p>
<p>In this article we will discuss how to find all the Send-As permissions a user has on all the mailboxes in the environment. And then removing all these permissions. Of course PowerShell will come in handy to achieve these goals. (And by PowerShell I mean the Exchange Management Shell, EMS)</p>
<p>The first step will be to find the permissions the user has on all the mailboxes.</p>
<p style="background:#bfbfbf;"><span style="font-family:Lucida Console;">$SendAsPermissions = Get-Mailbox &#124; Get-ADPermission &#124; Where-Object {($_.ExtendedRights -like &#8220;Send-As&#8221;) -and ($_.User –Like &#8220;Contoso\Kim.Akers&#8221;)}</span></p>
<p>In this command we used the <span style="font-family:Lucida Console;background-color:#bfbfbf;">Get-Mailbox</span> without any parameters to get all the mailboxes then piped them to the <span style="font-family:Lucida Console;background-color:#bfbfbf;">Get-ADPermission</span> cmdlet that returns all the permissions on a mailbox then we piped all the information to the <span style="font-family:Lucida Console;background-color:#bfbfbf;">Where-Object</span> cmdlet in order to filter the output by the Send-As permissions where the user is Kim Akers who is the user that we querying the information about. Finally we created a variable <span style="font-family:Lucida Console;background-color:#bfbfbf;">$SendAsPermissions</span> to store the data.</p>
<p>Running this command WILL take a long time to complete in a larger environment, so you may want to prepare yourself to wait for a while before it&#8217;s done.</p>
<p>You may want to run a command that shows you what permissions where found,</p>
<p style="background:#bfbfbf;"><span style="font-family:Lucida Console;">$SendAsPermissions &#124; FL Identity, User, ExtendedRights</span></p>
<p>And the output should be something like that,</p>
<p style="background:#bfbfbf;"><span style="font-family:Lucida Console;">Identity : Contoso.local/Users/Don Hall<br />
</span><span style="font-family:Lucida Console;">User : CONTOSO\Kim.Akers<br />
</span><span style="font-family:Lucida Console;">ExtendedRights : {Send-As}<br />
.<br />
</span><span style="font-family:Lucida Console;">Identity : Contoso.local/Users/Delilah Edward<br />
</span><span style="font-family:Lucida Console;">User : CONTOSO\Kim.Akers<br />
</span><span style="font-family:Lucida Console;">ExtendedRights : {Send-As}</span></p>
<p>As you see, the results shows that Kim Akers has Send-As permissions on two users, Don Hall and Delilah Edward.</p>
<p>Now the next step is to remove the permissions and stop Kim Akers from being able to send as Don or Delilah.</p>
<p style="background:#bfbfbf;"><span style="font-family:Lucida Console;">$SendAsPermissions &#124; Remove-ADPermission -Confirm:$False</span></p>
<p>In this command we piped the data in our variable into the <span style="font-family:Lucida Console;background-color:#bfbfbf;">Remove-ADPermission</span> cmdlet that removed the permissions applied, the <span style="font-family:Lucida Console;background-color:#bfbfbf;">Confirm</span> switch makes sure we don&#8217;t have to confirm the removal of each and every entry.</p>
<p>There will be no output if everything runs smoothly! So you may want to run the first command again (and expect no output too!) to check the successfulness of removal or check them manually from the EMC.</p>
<p>You may notice that there was no technical need for the second step, but knowing what you are deleting is usually a good idea.</p>
<p>This concludes our article, credit goes to <a href="http://www.howexchangeworks.com/2009/07/exchange-shell-finding-mailboxes-with.html">Rajith Jose Enchiparambil</a> for his article as it gave me the idea for this one.</p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[Critical Post-Transition Activities]]></title>
<link>http://blog.schakra.com/2012/07/16/critical-post-transition-activities/</link>
<pubDate>Mon, 16 Jul 2012 15:31:41 +0000</pubDate>
<dc:creator>Schakra</dc:creator>
<guid>http://blog.schakra.com/2012/07/16/critical-post-transition-activities/</guid>
<description><![CDATA[This blog post is intended to instruct administrators in critical activitives after their transition]]></description>
<content:encoded><![CDATA[<p><em>This blog post is intended to instruct administrators in critical activitives after their transition from Microsoft Online&#8217;s BPOS or Outlook Live to Office 365 Exchange Online service.</em></p>
<p>There are 3 primary tasks that must be performed post-transition (with some pre-transition preparation recommended).</p>
<p>1.  <strong>Send-As perissions for Distribution Lists must be restored</strong>.<br />
Due to the difference in how permissions are stored for Distribution Lists between Exchange 2007 and Exchange 2010, these permissions are dropped during the transition process.  It is recommended to submit a Service Request to the Support team to get an export of these permissions prior to transition (this can be done post-transition as well, if necessary).  Once you have transitioned, and have access back to your tenant with Administrative permissions, you can then set the permissions as necessary to the Distribution Lists in Office 365.</p>
<p>2.  <strong>Send on Behalf of permissions will need to be backed up and restored</strong>.<br />
If you are planning to run Directory Synchronization for Office 365, you will need to back up your &#8216;Send on Behalf of&#8217; permissions prior to running DirSync for the first time, and then restore them after running DirSync.  The reason for this is that one of the new AD attributes synced by the Office 365 Directory Sync tool (DirSync v2) is publicDelegates, which is directly responsible for keeping track of this permission set.  This does not affect FullAccess or SendAs permission; those should transition successfully and not have any problems.  Prior to running DirSync v2, the permissions will function successfully as all AD attributes in BPOS will transition successfully to Office 365.  When DirSync v2 is run for the first time (<em><strong>and any Full Sync performed afterwards</strong></em>) it will replace the O365 AD attributes with the attributes on-premises.  If you have expanded your AD schema for Excange you will have the publicDelegates attribute (<em>if you have not extended your schema, you do not have to worry about this</em>).</p>
<p>3.  <strong>Proxy Addresses must be copied to AD</strong>.<br />
In BPOS, Directory Sync (DirSync v1) does not update mailbox-enabled user objects&#8217; proxyAddresses attribute once it has been assigned a license (and thus a mailbox).  As such, most customers have taken the habit of adding proxy addresses to their BPOS users without adding them on-premises as well.  Immediately post-transition, the proxy addresses will be available with no detriment to the users, however, once DirSync v2 has been run, it will overwrite the proxyAddresses attribute and remove any proxy addresses that are not in your on-premises AD (<em>if you have not extended your AD schema for Exchange on-premises, you will not have to worry about this</em>).</p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[Gmail iOS app updated with support for Notification Center, 'Send-as' option, and persistent logins]]></title>
<link>http://9to5mac.com/2012/06/25/gmail-ios-app-updated-with-support-for-notification-center-send-as-option-and-persistent-logins/</link>
<pubDate>Mon, 25 Jun 2012 17:27:34 +0000</pubDate>
<dc:creator>Jordan Kahn</dc:creator>
<guid>http://9to5mac.com/2012/06/25/gmail-ios-app-updated-with-support-for-notification-center-send-as-option-and-persistent-logins/</guid>
<description><![CDATA[Google just updated the Gmail iOS app with a number of new features. Perhaps the most notable is tha]]></description>
<content:encoded><![CDATA[<p><img class="alignright size-full wp-image-197024" title="Screen Shot 2012-06-25 at 1.33.58 PM" src="http://9to5mac.files.wordpress.com/2012/06/screen-shot-2012-06-25-at-1-33-58-pm.png?w=334&#038;h=196" alt="" width="334" height="196" /></p>
<p>Google <a href="http://itunes.apple.com/us/app/gmail/id422689480?mt=8">just updated the Gmail iOS app</a> with a number of new features. Perhaps the most notable is that Notification Center support provides users with banners, alerts, and lock screen notification options that are manageable from settings. Google also noted <a href="http://gmailblog.blogspot.ca/2012/06/notification-center-support-for-gmail.html">on the Official Gmail Blog</a> that notifications in the updated app are &#8220;up to 5x faster than in the previous version.&#8221;</p>
<p>Another new feature is a &#8220;From:&#8221; option when composing a new message. It allows you to switch between sender addresses under <strong>Settings-&#62;Accounts-&#62;Send mail as</strong><strong> </strong>from Gmail on the desktop. Finally, Google explained the improved &#8220;persistent logins&#8221; would allow you to stay logged in as long as you want:</p>
<blockquote><p>&#8220;we’ve improved the login process to allow you to stay logged into the app for as long as you’d like. You can still choose to sign out of your account, but you won&#8217;t be automatically logged out after a certain period of time has elapsed.&#8221;</p></blockquote>
<p><strong><img class="alignright size-full wp-image-197031" title="Screen Shot 2012-06-25 at 1.36.08 PM" src="http://9to5mac.files.wordpress.com/2012/06/screen-shot-2012-06-25-at-1-36-08-pm.png?w=363&#038;h=174" alt="" width="363" height="174" />What&#8217;s New in Version 1.2.7812</strong></p>
<p>- Notification Center support. Banners, alerts and lock screen notification options.<br />
- “Send-as”. Alternate sender support, if configured within Gmail.<br />
- Persistent login. Sessions no longer expire.</p>
<h6 class="zemanta-related-title" style="font-size:1em;">Related articles</h6>
<ul class="zemanta-article-ul">
<li class="zemanta-article-ul-li"><a href="http://9to5google.com/2012/06/23/google-doesnt-plan-to-leave-ios-users-without-a-fight/" target="_blank">Google doesn&#8217;t plan to leave iOS Maps users without a fight</a> (9to5google.com)</li>
<li class="zemanta-article-ul-li"><a href="http://9to5mac.com/2012/06/23/after-getting-booted-from-maps-app-google-is-plotting-their-own-amazing-ios-maps-experience/" target="_blank">After getting booted from Maps.app, Google is plotting their own amazing iOS Maps experience</a> (9to5mac.com)</li>
<li class="zemanta-article-ul-li"><a href="http://9to5mac.com/2012/06/18/facebook-working-on-major-update-for-its-sdk-for-ios-acquires-face-com/" target="_blank">Facebook working on &#8216;major update&#8217; to its SDK for iOS, acquires Face.com</a> (9to5mac.com)</li>
</ul>
]]></content:encoded>
</item>
<item>
<title><![CDATA[Set up Google Apps / Gmail to be able to send from another email address you own]]></title>
<link>http://blog.yourcloudspecialist.com/2012/06/13/set-up-google-apps-gmail-to-be-able-to-send-from-another-email-address-you-own/</link>
<pubDate>Tue, 12 Jun 2012 17:00:46 +0000</pubDate>
<dc:creator>specialistjohn</dc:creator>
<guid>http://blog.yourcloudspecialist.com/2012/06/13/set-up-google-apps-gmail-to-be-able-to-send-from-another-email-address-you-own/</guid>
<description><![CDATA[Have you just set up a new Google Apps or Gmail account, but still want to be able to send and recei]]></description>
<content:encoded><![CDATA[<p>Have you just set up a new Google Apps or Gmail account, but still want to be able to send and receive email from an old email account? Or do you have two different businesses that you want to be able to manage from one Gmail / Google Apps account?</p>
<p>This tutorial from Specialist John will show you how to set this up &#8211; including a handy tip that goes above and beyond the usual config to ensure that on Microsoft Outlook you don&#8217;t get those annoying &#8220;on behalf of&#8221; messages when you send from your second email address. i.e. if you want to be able to send from your old ISP email address, Outlook will display it as &#8220;From john@yourcloudspecialist.com on behalf of cleary@iinet.net.au&#8221;. This tip solves that problem!</p>
<p>This setup is perfect for when you&#8217;ve got a couple of different email addresses that you need to be able to send from but want to manage it in one inbox / sent box. You can use this tip to have more than one domain on your Google Apps account too &#8211; i.e. if you have a personal domain and business domain you can set up to be able to send from either without having to set up multiple accounts on your computer each time.</p>
<p><a href="http://www.youtube.com/watch?v=_ddM6HazuM4"><img class="aligncenter size-medium wp-image-115" title="Set up Gmail or Google Apps to send as another email address" src="http://yourcloudspecialist.files.wordpress.com/2012/06/screen-shot-2012-06-12-at-5-53-03-pm.png?w=300&#038;h=179" alt="" width="300" height="179" /></a></p>
<p style="text-align:center;"><a href="http://www.youtube.com/watch?v=_ddM6HazuM4" target="_blank">Set up Google Apps / Gmail to be able to send from another email address you own</a></p>
<p style="text-align:left;">Hope this tutorial has been helpful. If you have any questions, feel free to ask away in the comments!</p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[Google rolls out updated Gmail iOS app with custom signatures, vacation responders, Scribbles, more]]></title>
<link>http://9to5google.com/2011/12/14/google-rolls-out-updated-gmail-ios-app-with-custom-signatures-vacation-responders-scribbles-more/</link>
<pubDate>Wed, 14 Dec 2011 18:37:48 +0000</pubDate>
<dc:creator>Jordan Kahn</dc:creator>
<guid>http://9to5google.com/2011/12/14/google-rolls-out-updated-gmail-ios-app-with-custom-signatures-vacation-responders-scribbles-more/</guid>
<description><![CDATA[Google has just started rolling out an update to the Gmail app for iPhone, iPad, and iPod touch with]]></description>
<content:encoded><![CDATA[<p style="text-align:center;"><img class="size-full wp-image-120370 aligncenter" title="Gmail iOS app updated" src="http://9to5mac.files.wordpress.com/2011/12/gmail-ios-app-updated.png?w=657&#038;h=437" alt="" width="657" height="437" /></p>
<p>Google has <a href="http://gmailblog.blogspot.com/2011/12/updates-to-gmail-app-for-ios.html">just started rolling out</a> an update to the <a href="http://itunes.apple.com/app/gmail/id422689480?mt=8">Gmail app for iPhone, iPad, and iPod touch</a> with a few new welcomed features. First off, users now have the ability to set a custom signature for messages as well as a vacation responder. Both of those new features will be available via the gear icon at the top of the app&#8217;s new menu. The update also includes support for nested labels and the usual &#8220;bug fixes and UI improvements&#8221;.</p>
<p>A new Scribbles feature allows you to open a canvas, draw a picture or sketch with multiple colors, brush sizes and line elements, and attach it to a message within Gmail. Scribbles is available now in both the Gmail iOS app and Gmail mobile web app. Another notable and highly requested change is a new notification sound on iOS 5, making it easier to tell when you&#8217;ve received an email</p>
<p>Google also mentioned in their blog post that they are continuing to work on some of the most requested features from users including multiple login support, banner notifications, and a &#8220;send as&#8221; feature to mail send mail from multiple accounts within the app.<br />
<!--more--></p>
<p><em>Cross-posted on <a href="http://9to5mac.com/2011/12/14/google-rolls-out-updated-gmail-ios-app-with-custom-signatures-vacation-responders-scribbles-more/">9to5Mac.com</a></em></p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[Google rolls out updated Gmail iOS app with custom signatures, vacation responders, Scribbles, more]]></title>
<link>http://9to5mac.com/2011/12/14/google-rolls-out-updated-gmail-ios-app-with-custom-signatures-vacation-responders-scribbles-more/</link>
<pubDate>Wed, 14 Dec 2011 18:18:45 +0000</pubDate>
<dc:creator>Jordan Kahn</dc:creator>
<guid>http://9to5mac.com/2011/12/14/google-rolls-out-updated-gmail-ios-app-with-custom-signatures-vacation-responders-scribbles-more/</guid>
<description><![CDATA[Google has just started rolling out an update to the Gmail app for iPhone, iPad, and iPod touch with]]></description>
<content:encoded><![CDATA[<p style="text-align:center;"><img class="size-full wp-image-120370 aligncenter" title="Gmail iOS app updated" src="http://9to5mac.files.wordpress.com/2011/12/gmail-ios-app-updated.png?w=657&#038;h=437" alt="" width="657" height="437" /></p>
<p>Google has <a href="http://gmailblog.blogspot.com/2011/12/updates-to-gmail-app-for-ios.html">just started rolling out</a> an update to the <a href="http://itunes.apple.com/app/gmail/id422689480?mt=8">Gmail app for iPhone, iPad, and iPod touch</a> with a few new welcomed features. First off, users now have the ability to set a custom signature for messages as well as a vacation responder. Both of those new features will be available via the gear icon at the top of the app&#8217;s new menu. The update also includes support for nested labels and the usual &#8220;bug fixes and UI improvements&#8221;.</p>
<p>A new Scribbles feature allows you to open a canvas, draw a picture or sketch with multiple colors, brush sizes and line elements, and attach it to a message within Gmail. Scribbles is available now in both the Gmail iOS app and Gmail mobile web app. Another notable and highly requested change is a new notification sound on iOS 5, making it easier to tell when you&#8217;ve received an email</p>
<p>Google also mentioned in their blog post that they are continuing to work on some of the most requested features from users including multiple login support, banner notifications, and a &#8220;send as&#8221; feature to send mail from multiple accounts within the app.<br />
<!--more--></p>
<p><em>Cross-posted on <a href="http://9to5google.com/2011/12/14/google-rolls-out-updated-gmail-ios-app-with-custom-signatures-vacation-responders-scribbles-more/ponders-scribbles-more/">9to5Google.com</a></em></p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[Quick Fix: Outlook 2010 Sending from a second Exchange Mailbox]]></title>
<link>http://titlerequired.com/2011/10/31/quick-fix-outlook-2010-sending-from-a-second-exchange-mailbox/</link>
<pubDate>Mon, 31 Oct 2011 15:00:36 +0000</pubDate>
<dc:creator>Robert Pearman</dc:creator>
<guid>http://titlerequired.com/2011/10/31/quick-fix-outlook-2010-sending-from-a-second-exchange-mailbox/</guid>
<description><![CDATA[I have been battling this problem for some time now. It has been driving me to distraction it is fai]]></description>
<content:encoded><![CDATA[I have been battling this problem for some time now. It has been driving me to distraction it is fai]]></content:encoded>
</item>
<item>
<title><![CDATA[Granting Service Accounts Receive As and Send As Permissions]]></title>
<link>http://serverville.wordpress.com/2011/09/06/granting-service-accounts-receive-as-and-send-as-permissions/</link>
<pubDate>Tue, 06 Sep 2011 18:09:00 +0000</pubDate>
<dc:creator>serverville</dc:creator>
<guid>http://serverville.wordpress.com/2011/09/06/granting-service-accounts-receive-as-and-send-as-permissions/</guid>
<description><![CDATA[We recently needed to add a service account to have Send-As and Receive-As permissions on one of our]]></description>
<content:encoded><![CDATA[<p>We recently needed to add a service account to have Send-As and Receive-As permissions on one of our Exchange 2007 databases.  I was able to do so by issuing the following commands.</p>
<p>First, I verified the user did not have the rights about to be assigned.</p>
<p><i><span class="Apple-style-span" style="font-family:'Courier New', Courier, monospace;">Get-Mailboxdatabase -Identity DBIdentity &#124; Get-ADPermission -User SERVICEACCOUNT</span></i></p>
<p>I did not receive any results from the above cmdlet.</p>
<p>Next, I added the permissions to the database for the service account.</p>
<p><i><span class="Apple-style-span" style="font-family:'Courier New', Courier, monospace;">Get-Mailboxdatabase -Identity DBIdentity &#124; Add-ADPermission -User SERVICEACCOUNT -AccessRights ExtendedRight -ExtendedRights receive-as, send-as</span></i></p>
<p>Once I issued that command, I verified they applied successfully by running the get-adpermission command again.</p>
<p>This worked for me but I cannot guarantee it will work for others.
<div class="blogger-post-footer"><img width='1' height='1' src='' alt='' /></div>
]]></content:encoded>
</item>
<item>
<title><![CDATA[Recipients - Part I]]></title>
<link>http://itdualismex.wordpress.com/2010/09/03/recipients-part-i/</link>
<pubDate>Sat, 04 Sep 2010 01:18:05 +0000</pubDate>
<dc:creator>Rofi Neron</dc:creator>
<guid>http://itdualismex.wordpress.com/2010/09/03/recipients-part-i/</guid>
<description><![CDATA[After a more theoretical Database Part I and Part II it&#8217;s time for some useful daily tasks. No]]></description>
<content:encoded><![CDATA[<p>After a more theoretical Database <a title="Exchange 2007 Database – Part I" href="http://itdualismex.wordpress.com/2010/08/26/exchange-2007-database-part-i/" target="_blank">Part I</a> and <a title="Exchange 2007 Database – Part II" href="http://itdualismex.wordpress.com/2010/08/28/exchange-2007-database-%E2%80%93-part-ii/" target="_self">Part II</a> it&#8217;s time for some useful daily tasks. No, we&#8217;re not done with the theory and you&#8217;ll get much more later but I needed a break and hands-on is always the better way to feel a new system.</p>
<p>Exchange has many options but some of them are more popular or usable for the day-to-day management. I want to go over some of them and will start with Send-As.</p>
<p><a href="http://itdualismex.files.wordpress.com/2010/09/manage-send-as.jpg"><img class="size-full wp-image-70 alignright" title="manage send as" src="http://itdualismex.files.wordpress.com/2010/09/manage-send-as.jpg?w=268&#038;h=227" alt="" width="268" height="227" /></a><a title="How to Grant the Send As Permission for a Mailbox" href="http://technet.microsoft.com/en-us/library/aa998291%28EXCHG.80%29.aspx" target="_blank">Send-As</a> is a feature that allow userA to send emails for UserB where the  recipient doesn&#8217;t know that UserB did not send the mail. A good use case  would be a secretary that send emails or appointment invitations for  her boss.</p>
<p>In the management console open the Recipient Configuration-&#62; Mailbox-&#62; mailbox_name-&#62; right-click and choose Manage Send As Permission.</p>
<p>If you want to allow not only the Send As permission but full access to the mailbox (aka reading mail), use the Manage Full Access Permission.</p>
<p>Distribution and Security groups have an important role in Exchange (and Outlook). The difference between the types of groups is simple:</p>
<ul>
<li><a title="Managing Distribution Groups" href="http://technet.microsoft.com/en-us/library/bb125256%28EXCHG.80%29.aspx" target="_blank">Distribution groups </a>is a group of objects from the Exchange database</li>
<li>Security group uses both Exchange user database and Active Directory objects (and their AD permissions)</li>
</ul>
<p>To create a group, in the management console open the Recipient Configuration-&#62; Distribution Group-&#62;New Distribution Group option and choose the type of group to be created.</p>
<p style="text-align:center;"><a href="http://itdualismex.files.wordpress.com/2010/09/new-dist-group.jpg"><img class="size-full wp-image-73 aligncenter" title="new dist group" src="http://itdualismex.files.wordpress.com/2010/09/new-dist-group.jpg?w=425&#038;h=167" alt="" width="425" height="167" /></a></p>
<p style="text-align:left;">Tip: by default when you create a mail-enabled group they are disabled for out of the Exchange domain users (meaning Internet users cannot email the group). This is the shell way to <a title="Set-DistributionGroup" href="http://technet.microsoft.com/en-us/library/bb124955%28EXCHG.80%29.aspx" target="_blank">enable outside users for these groups</a>:</p>
<blockquote>
<p style="text-align:left;">Set-distributiongroup GROUPNAME-RequireSenderAuthenticationEnabled $False</p>
</blockquote>
<p style="text-align:left;"><a title="How to Create a New Mail-Enabled User" href="http://technet.microsoft.com/en-us/library/bb125258%28EXCHG.80%29.aspx" target="_blank">Mail-enabled contact </a>is another useful feature. A mail-enabled user has an e-mail address at the organization but does  not have an Exchange mailbox. All e-mail messages that are sent to the  mail-enabled user are forwarded to the specified external e-mail  address.</p>
<p style="text-align:left;">Check Part II of this post for more <a title="Managing Recipients" href="http://technet.microsoft.com/en-us/library/bb123909%28EXCHG.80%29.aspx" target="_blank">recipients management </a>options.</p>
		<div id="geo-post-69" class="geo geo-post" style="display: none">
			<span class="latitude">40.668167</span>
			<span class="longitude">-73.980064</span>
		</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Powershell to apply Fullaccess and Send as permission to Exchange 2007 Mailbox]]></title>
<link>http://smtpport25.wordpress.com/2009/05/27/powershell-to-apply-fullaccess-and-send-as-permission-to-exchange-2007-mailbox/</link>
<pubDate>Wed, 27 May 2009 14:37:44 +0000</pubDate>
<dc:creator>Krishna - MVP</dc:creator>
<guid>http://smtpport25.wordpress.com/2009/05/27/powershell-to-apply-fullaccess-and-send-as-permission-to-exchange-2007-mailbox/</guid>
<description><![CDATA[Below powershell can help to apply users full access rights and and SendAs permission to the mailbox]]></description>
<content:encoded><![CDATA[<p>Below powershell can help to apply users full access rights and and SendAs permission to the mailbox for the given input CSV file</p>
<p>Format ofthe CSV something like this</p>
<p><strong>UserMailbox,User</strong><br />
Krishna,Domain/Krishna</p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-</p>
<p>$csv = Import-csv -path &#8220;C:\Userdetails.csv&#8221;<br />
foreach($line in $csv)<br />
{<br />
Add-MailboxPermission $Line.UserMailbox -AccessRights FullAccess -user $Line.User<br />
Add-ADPermission $Line.UserMailbox -Extendedrights &#8220;Send As&#8221; -User $Line.User</p>
<p>}</p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-</p>
]]></content:encoded>
</item>

</channel>
</rss>
