RE: Change Primary SMTP Address in Exchange 2010

2011-07-26 Thread Steven Alfano
If an address policy is set up correctly then changes to last name should 
reflect in SMTP addresses automatically, possibly only requiring a refresh of a 
policy.

Changes to Primary SMTP are done from within Exchange Management Console (or 
shell). In the console it is done by selecting a mailbox from recipients; 
selecting E-Mail Addresses tab and making appropriate changes.  If you wish to 
change a primary SMTP and this goes against policy; remember to uncheck box for 
an automatic update on e-mail policy.  From the shell it is necessary to turn 
off policy make changes and turn policy back on (if desired)

Set-Mailbox -Identity Alias_Name -EmailAddressPolicyEnabled:$False
Set-Mailbox -Identity Alias_Name-EmailAddresses Primary, 
Secondary,Secondary
Set-Mailbox -Identity Alias_Name-EmailAddressPolicyEnabled:$FTrue

For EmailAddresses you will need to list all addresses that are required 
separating each by a comma however if you decide to enable email policy it will 
add/overwrite addresses as policy dictates.

Be cautioned if you decide to abandon email address policy for a user or set of 
users; this may come back to haunt you later should you need to update the 
policy for all users.

If you wish to you can get a list of names and aliases of all mailboxes that 
don't have an email policy enabled.

Get-Mailbox -Filter {EmailAddressPolicyEnabled -eq $False} -ResultSize 
Unlimited | Select-Object Name, Alias | Export-csv 
MailboxesWithoutEmailPolicy.csv

These commands apply to Exchange 2007 and I am pretty sure will be the same in 
2010

Steven Alfano
Sr. Systems Administrator
The Rockefeller University
1230 York Avenue
New York, NY 10065-6399
Voice 212.327.8937
Mobile 646.438.5160
fax 212.327.8712
salf...@rockefeller.edu
www.rockefeller.edu

From: Alice Goodman [mailto:ali...@mckinstry.com]
Sent: Monday, July 25, 2011 8:43 PM
To: MS-Exchange Admin Issues
Subject: Change Primary SMTP Address in Exchange 2010

Sometimes I need to change primary SMTP addresses when employees change their 
names, or when my default Policies don't seem to be working quite rights. And 
since we are still on both 2003 and 2010 I am not going to mess with policies 
at the moment.

In 2003 ADUC I can simply set another SMTP address as Primary.

I have not been able to find out how or where to do this in either 2010 RSAT or 
Exchange 2010.  What do I need to do?  For the one user today, I did change his 
SMTP in the 2003 ADUC but I know that messing with 2010 objects in 2003 can be 
a problem so I don't want to be doing that very often.

Thanks,
Alice

Alice Goodman, MCSE, LEED AP
P 206.832.8295 | C 206.427.7760 | F 206.658.1797
Sr. Exchange Administrator

McKINSTRY FOR THE LIFE OF YOUR BUILDING
Consulting | Construction | Energy | Facility Services

www.mckinstry.comhttp://www.mckinstry.com/




---
To manage subscriptions click here: 
http://lyris.sunbelt-software.com/read/my_forums/
or send an email to 
listmana...@lyris.sunbeltsoftware.commailto:listmana...@lyris.sunbeltsoftware.com
with the body: unsubscribe exchangelist

---
To manage subscriptions click here: 
http://lyris.sunbelt-software.com/read/my_forums/
or send an email to listmana...@lyris.sunbeltsoftware.com
with the body: unsubscribe exchangelist

RE: Disable OWA on Exchange 2003

2011-07-26 Thread Chris Boller
Hi Bao,



If you disable http on all your exchange servers then be aware you might cause 
problems during co-existince if/when you upgrade to 2010.  The availability 
service will attempt to do http lookups for free/busy information.  I found 
that out the hard way where the IUSR.. account had been removed from the 
virtual server so non admins couldn't use OWA.



Cheers



Chris




From: Bao, Gang [b...@exchange.tc.columbia.edu]
Sent: 25 July 2011 20:31
To: MS-Exchange Admin Issues
Subject: Disable OWA on Exchange 2003

Hello,

I'd like to disable OWA on Exchange 2003.   I was suggested to simply disable 
the HTTP virtual server of front end server.   The question is:  will this 
action affect other exchange services?
Thanks in advance,
Bao



---
To manage subscriptions click here: 
http://lyris.sunbelt-software.com/read/my_forums/
or send an email to 
listmana...@lyris.sunbeltsoftware.commailto:listmana...@lyris.sunbeltsoftware.com
with the body: unsubscribe exchangelist

---
To manage subscriptions click here: 
http://lyris.sunbelt-software.com/read/my_forums/
or send an email to listmana...@lyris.sunbeltsoftware.com
with the body: unsubscribe exchangelist

RE: Exchange 2010 Receive Connector Permission

2011-07-26 Thread Michael B. Smith
This is the short version.

Remove the anonymous submit from the connector, and for the user you want to 
be able to use it, add the following extended rights to the connector:

ms-Exch-SMTP-Accept-Any-Recipient
ms-Exch-SMTP-Accept-Any-Sender
ms-Exch-SMTP-Accept-Authentication-Flag
ms-Exch-SMTP-Accept-Authoritative-Domain-Sender
ms-Exch-SMTP-Submit

Regards,

Michael B. Smith
Consultant and Exchange MVP
http://TheEssentialExchange.com

From: Young, Darren [mailto:darren.yo...@chicagobooth.edu]
Sent: Tuesday, July 26, 2011 3:38 PM
To: MS-Exchange Admin Issues
Subject: Exchange 2010 Receive Connector Permission

I have a separate receive connector for our Crestron devices to send A/V help 
requests. I would like to only allow the service account they use for SMTP auth 
to send through that connector. What permissions would I need to assign to that 
connector to enforce that?

Darren Young
Systems  Security Architect
Computing Services
University of Chicago
Booth School of Business
5807 South Woodlawn Avenue
Chicago, IL 60637
Voice 773.702.0331 | Fax 773.702.0233


---
To manage subscriptions click here: 
http://lyris.sunbelt-software.com/read/my_forums/
or send an email to 
listmana...@lyris.sunbeltsoftware.commailto:listmana...@lyris.sunbeltsoftware.com
with the body: unsubscribe exchangelist

---
To manage subscriptions click here: 
http://lyris.sunbelt-software.com/read/my_forums/
or send an email to listmana...@lyris.sunbeltsoftware.com
with the body: unsubscribe exchangelist

RE: Exchange 2010 Receive Connector Permission

2011-07-26 Thread Young, Darren
thx

From: Michael B. Smith [mailto:mich...@smithcons.com]
Sent: Tuesday, July 26, 2011 2:46 PM
To: MS-Exchange Admin Issues
Subject: RE: Exchange 2010 Receive Connector Permission

This is the short version.

Remove the anonymous submit from the connector, and for the user you want to 
be able to use it, add the following extended rights to the connector:

ms-Exch-SMTP-Accept-Any-Recipient
ms-Exch-SMTP-Accept-Any-Sender
ms-Exch-SMTP-Accept-Authentication-Flag
ms-Exch-SMTP-Accept-Authoritative-Domain-Sender
ms-Exch-SMTP-Submit
Regards,

Michael B. Smith
Consultant and Exchange MVP
http://TheEssentialExchange.com

From: Young, Darren 
[mailto:darren.yo...@chicagobooth.edu]mailto:[mailto:darren.yo...@chicagobooth.edu]
Sent: Tuesday, July 26, 2011 3:38 PM
To: MS-Exchange Admin Issues
Subject: Exchange 2010 Receive Connector Permission

I have a separate receive connector for our Crestron devices to send A/V help 
requests. I would like to only allow the service account they use for SMTP auth 
to send through that connector. What permissions would I need to assign to that 
connector to enforce that?

Darren Young
Systems  Security Architect
Computing Services
University of Chicago
Booth School of Business
5807 South Woodlawn Avenue
Chicago, IL 60637
Voice 773.702.0331 | Fax 773.702.0233


---
To manage subscriptions click here: 
http://lyris.sunbelt-software.com/read/my_forums/
or send an email to 
listmana...@lyris.sunbeltsoftware.commailto:listmana...@lyris.sunbeltsoftware.com
with the body: unsubscribe exchangelist

---
To manage subscriptions click here: 
http://lyris.sunbelt-software.com/read/my_forums/
or send an email to 
listmana...@lyris.sunbeltsoftware.commailto:listmana...@lyris.sunbeltsoftware.com
with the body: unsubscribe exchangelist

---
To manage subscriptions click here: 
http://lyris.sunbelt-software.com/read/my_forums/
or send an email to listmana...@lyris.sunbeltsoftware.com
with the body: unsubscribe exchangelist

RE: Exchange 2010 Receive Connector Permission

2011-07-26 Thread Young, Darren
Any idea why the extended rights aren't presented in the management console?

From: Michael B. Smith [mailto:mich...@smithcons.com]
Sent: Tuesday, July 26, 2011 2:46 PM
To: MS-Exchange Admin Issues
Subject: RE: Exchange 2010 Receive Connector Permission

This is the short version.

Remove the anonymous submit from the connector, and for the user you want to 
be able to use it, add the following extended rights to the connector:

ms-Exch-SMTP-Accept-Any-Recipient
ms-Exch-SMTP-Accept-Any-Sender
ms-Exch-SMTP-Accept-Authentication-Flag
ms-Exch-SMTP-Accept-Authoritative-Domain-Sender
ms-Exch-SMTP-Submit
Regards,

Michael B. Smith
Consultant and Exchange MVP
http://TheEssentialExchange.com

From: Young, Darren 
[mailto:darren.yo...@chicagobooth.edu]mailto:[mailto:darren.yo...@chicagobooth.edu]
Sent: Tuesday, July 26, 2011 3:38 PM
To: MS-Exchange Admin Issues
Subject: Exchange 2010 Receive Connector Permission

I have a separate receive connector for our Crestron devices to send A/V help 
requests. I would like to only allow the service account they use for SMTP auth 
to send through that connector. What permissions would I need to assign to that 
connector to enforce that?

Darren Young
Systems  Security Architect
Computing Services
University of Chicago
Booth School of Business
5807 South Woodlawn Avenue
Chicago, IL 60637
Voice 773.702.0331 | Fax 773.702.0233


---
To manage subscriptions click here: 
http://lyris.sunbelt-software.com/read/my_forums/
or send an email to 
listmana...@lyris.sunbeltsoftware.commailto:listmana...@lyris.sunbeltsoftware.com
with the body: unsubscribe exchangelist

---
To manage subscriptions click here: 
http://lyris.sunbelt-software.com/read/my_forums/
or send an email to 
listmana...@lyris.sunbeltsoftware.commailto:listmana...@lyris.sunbeltsoftware.com
with the body: unsubscribe exchangelist

---
To manage subscriptions click here: 
http://lyris.sunbelt-software.com/read/my_forums/
or send an email to listmana...@lyris.sunbeltsoftware.com
with the body: unsubscribe exchangelist

RE: Exchange 2010 Receive Connector Permission

2011-07-26 Thread Michael B. Smith
Because most people don't need them.

Your request is very specific - ie, only allow ONE SPECIFIC USER to relay 
through the connector. If your request was allow any authenticated user to 
relay through the connector (which is the 98% solution), you can use the 
console and allow Exchange Users on the Permissions tab.

Regards,

Michael B. Smith
Consultant and Exchange MVP
http://TheEssentialExchange.com

From: Young, Darren [mailto:darren.yo...@chicagobooth.edu]
Sent: Tuesday, July 26, 2011 3:50 PM
To: MS-Exchange Admin Issues
Subject: RE: Exchange 2010 Receive Connector Permission

Any idea why the extended rights aren't presented in the management console?

From: Michael B. Smith 
[mailto:mich...@smithcons.com]mailto:[mailto:mich...@smithcons.com]
Sent: Tuesday, July 26, 2011 2:46 PM
To: MS-Exchange Admin Issues
Subject: RE: Exchange 2010 Receive Connector Permission

This is the short version.

Remove the anonymous submit from the connector, and for the user you want to 
be able to use it, add the following extended rights to the connector:

ms-Exch-SMTP-Accept-Any-Recipient
ms-Exch-SMTP-Accept-Any-Sender
ms-Exch-SMTP-Accept-Authentication-Flag
ms-Exch-SMTP-Accept-Authoritative-Domain-Sender
ms-Exch-SMTP-Submit
Regards,

Michael B. Smith
Consultant and Exchange MVP
http://TheEssentialExchange.com

From: Young, Darren 
[mailto:darren.yo...@chicagobooth.edu]mailto:[mailto:darren.yo...@chicagobooth.edu]
Sent: Tuesday, July 26, 2011 3:38 PM
To: MS-Exchange Admin Issues
Subject: Exchange 2010 Receive Connector Permission

I have a separate receive connector for our Crestron devices to send A/V help 
requests. I would like to only allow the service account they use for SMTP auth 
to send through that connector. What permissions would I need to assign to that 
connector to enforce that?

Darren Young
Systems  Security Architect
Computing Services
University of Chicago
Booth School of Business
5807 South Woodlawn Avenue
Chicago, IL 60637
Voice 773.702.0331 | Fax 773.702.0233


---
To manage subscriptions click here: 
http://lyris.sunbelt-software.com/read/my_forums/
or send an email to 
listmana...@lyris.sunbeltsoftware.commailto:listmana...@lyris.sunbeltsoftware.com
with the body: unsubscribe exchangelist

---
To manage subscriptions click here: 
http://lyris.sunbelt-software.com/read/my_forums/
or send an email to 
listmana...@lyris.sunbeltsoftware.commailto:listmana...@lyris.sunbeltsoftware.com
with the body: unsubscribe exchangelist

---
To manage subscriptions click here: 
http://lyris.sunbelt-software.com/read/my_forums/
or send an email to 
listmana...@lyris.sunbeltsoftware.commailto:listmana...@lyris.sunbeltsoftware.com
with the body: unsubscribe exchangelist

---
To manage subscriptions click here: 
http://lyris.sunbelt-software.com/read/my_forums/
or send an email to listmana...@lyris.sunbeltsoftware.com
with the body: unsubscribe exchangelist

RE: Change Primary SMTP Address in Exchange 2010

2011-07-26 Thread Alice Goodman
Great info on Policies but I am not doing something that requires policies, or 
so I think..

For example:  Sue Young gets married (or divorced) and changes her name to Sue 
UsedtobeYoung.  I have her original email of 
s...@company.commailto:s...@company.com and now I want to create a 2nd SMTP 
of s...@company.commailto:s...@company.com and make the new email her primary 
SMTP address.

How do I make the new email her primary SMTP address?

Thanks,
Alice

From: Steven Alfano [mailto:salf...@mail.rockefeller.edu]
Sent: Tuesday, July 26, 2011 7:42 AM
To: MS-Exchange Admin Issues
Subject: RE: Change Primary SMTP Address in Exchange 2010

If an address policy is set up correctly then changes to last name should 
reflect in SMTP addresses automatically, possibly only requiring a refresh of a 
policy.

Changes to Primary SMTP are done from within Exchange Management Console (or 
shell). In the console it is done by selecting a mailbox from recipients; 
selecting E-Mail Addresses tab and making appropriate changes.  If you wish to 
change a primary SMTP and this goes against policy; remember to uncheck box for 
an automatic update on e-mail policy.  From the shell it is necessary to turn 
off policy make changes and turn policy back on (if desired)

Set-Mailbox -Identity Alias_Name -EmailAddressPolicyEnabled:$False
Set-Mailbox -Identity Alias_Name-EmailAddresses Primary, 
Secondary,Secondary
Set-Mailbox -Identity Alias_Name-EmailAddressPolicyEnabled:$FTrue

For EmailAddresses you will need to list all addresses that are required 
separating each by a comma however if you decide to enable email policy it will 
add/overwrite addresses as policy dictates.

Be cautioned if you decide to abandon email address policy for a user or set of 
users; this may come back to haunt you later should you need to update the 
policy for all users.

If you wish to you can get a list of names and aliases of all mailboxes that 
don't have an email policy enabled.

Get-Mailbox -Filter {EmailAddressPolicyEnabled -eq $False} -ResultSize 
Unlimited | Select-Object Name, Alias | Export-csv 
MailboxesWithoutEmailPolicy.csv

These commands apply to Exchange 2007 and I am pretty sure will be the same in 
2010

Steven Alfano
Sr. Systems Administrator
The Rockefeller University
1230 York Avenue
New York, NY 10065-6399
Voice 212.327.8937
Mobile 646.438.5160
fax 212.327.8712
salf...@rockefeller.edumailto:salf...@rockefeller.edu
www.rockefeller.eduhttp://www.rockefeller.edu

From: Alice Goodman [mailto:ali...@mckinstry.com]
Sent: Monday, July 25, 2011 8:43 PM
To: MS-Exchange Admin Issues
Subject: Change Primary SMTP Address in Exchange 2010

Sometimes I need to change primary SMTP addresses when employees change their 
names, or when my default Policies don't seem to be working quite rights. And 
since we are still on both 2003 and 2010 I am not going to mess with policies 
at the moment.

In 2003 ADUC I can simply set another SMTP address as Primary.

I have not been able to find out how or where to do this in either 2010 RSAT or 
Exchange 2010.  What do I need to do?  For the one user today, I did change his 
SMTP in the 2003 ADUC but I know that messing with 2010 objects in 2003 can be 
a problem so I don't want to be doing that very often.

Thanks,
Alice

Alice Goodman, MCSE, LEED AP
P 206.832.8295 | C 206.427.7760 | F 206.658.1797
Sr. Exchange Administrator

McKINSTRY FOR THE LIFE OF YOUR BUILDING
Consulting | Construction | Energy | Facility Services

www.mckinstry.comhttp://www.mckinstry.com/




---
To manage subscriptions click here: 
http://lyris.sunbelt-software.com/read/my_forums/
or send an email to 
listmana...@lyris.sunbeltsoftware.commailto:listmana...@lyris.sunbeltsoftware.com
with the body: unsubscribe exchangelist

---
To manage subscriptions click here: 
http://lyris.sunbelt-software.com/read/my_forums/
or send an email to 
listmana...@lyris.sunbeltsoftware.commailto:listmana...@lyris.sunbeltsoftware.com
with the body: unsubscribe exchangelist

---
To manage subscriptions click here: 
http://lyris.sunbelt-software.com/read/my_forums/
or send an email to listmana...@lyris.sunbeltsoftware.com
with the body: unsubscribe exchangelist

RE: Change Primary SMTP Address in Exchange 2010

2011-07-26 Thread Campbell, Rob
Set-Mailbox -Identity Alias_Name -EmailAddressPolicyEnabled:$False
Set-Mailbox -Identity Alias_Name -PrimaryEmailAddresses 
s...@company.commailto:s...@company.com

The current primaryemailaddress will automatically be retained as a secondary 
address.




From: Alice Goodman [mailto:ali...@mckinstry.com]
Sent: Tuesday, July 26, 2011 3:27 PM
To: MS-Exchange Admin Issues
Subject: RE: Change Primary SMTP Address in Exchange 2010

Great info on Policies but I am not doing something that requires policies, or 
so I think..

For example:  Sue Young gets married (or divorced) and changes her name to Sue 
UsedtobeYoung.  I have her original email of 
s...@company.commailto:s...@company.com and now I want to create a 2nd SMTP 
of s...@company.commailto:s...@company.com and make the new email her primary 
SMTP address.

How do I make the new email her primary SMTP address?

Thanks,
Alice

From: Steven Alfano [mailto:salf...@mail.rockefeller.edu]
Sent: Tuesday, July 26, 2011 7:42 AM
To: MS-Exchange Admin Issues
Subject: RE: Change Primary SMTP Address in Exchange 2010

If an address policy is set up correctly then changes to last name should 
reflect in SMTP addresses automatically, possibly only requiring a refresh of a 
policy.

Changes to Primary SMTP are done from within Exchange Management Console (or 
shell). In the console it is done by selecting a mailbox from recipients; 
selecting E-Mail Addresses tab and making appropriate changes.  If you wish to 
change a primary SMTP and this goes against policy; remember to uncheck box for 
an automatic update on e-mail policy.  From the shell it is necessary to turn 
off policy make changes and turn policy back on (if desired)

Set-Mailbox -Identity Alias_Name -EmailAddressPolicyEnabled:$False
Set-Mailbox -Identity Alias_Name-EmailAddresses Primary, 
Secondary,Secondary
Set-Mailbox -Identity Alias_Name-EmailAddressPolicyEnabled:$FTrue

For EmailAddresses you will need to list all addresses that are required 
separating each by a comma however if you decide to enable email policy it will 
add/overwrite addresses as policy dictates.

Be cautioned if you decide to abandon email address policy for a user or set of 
users; this may come back to haunt you later should you need to update the 
policy for all users.

If you wish to you can get a list of names and aliases of all mailboxes that 
don't have an email policy enabled.

Get-Mailbox -Filter {EmailAddressPolicyEnabled -eq $False} -ResultSize 
Unlimited | Select-Object Name, Alias | Export-csv 
MailboxesWithoutEmailPolicy.csv

These commands apply to Exchange 2007 and I am pretty sure will be the same in 
2010

Steven Alfano
Sr. Systems Administrator
The Rockefeller University
1230 York Avenue
New York, NY 10065-6399
Voice 212.327.8937
Mobile 646.438.5160
fax 212.327.8712
salf...@rockefeller.edumailto:salf...@rockefeller.edu
www.rockefeller.eduhttp://www.rockefeller.edu

From: Alice Goodman [mailto:ali...@mckinstry.com]
Sent: Monday, July 25, 2011 8:43 PM
To: MS-Exchange Admin Issues
Subject: Change Primary SMTP Address in Exchange 2010

Sometimes I need to change primary SMTP addresses when employees change their 
names, or when my default Policies don't seem to be working quite rights. And 
since we are still on both 2003 and 2010 I am not going to mess with policies 
at the moment.

In 2003 ADUC I can simply set another SMTP address as Primary.

I have not been able to find out how or where to do this in either 2010 RSAT or 
Exchange 2010.  What do I need to do?  For the one user today, I did change his 
SMTP in the 2003 ADUC but I know that messing with 2010 objects in 2003 can be 
a problem so I don't want to be doing that very often.

Thanks,
Alice

Alice Goodman, MCSE, LEED AP
P 206.832.8295 | C 206.427.7760 | F 206.658.1797
Sr. Exchange Administrator

McKINSTRY FOR THE LIFE OF YOUR BUILDING
Consulting | Construction | Energy | Facility Services

www.mckinstry.comhttp://www.mckinstry.com/




---
To manage subscriptions click here: 
http://lyris.sunbelt-software.com/read/my_forums/
or send an email to 
listmana...@lyris.sunbeltsoftware.commailto:listmana...@lyris.sunbeltsoftware.com
with the body: unsubscribe exchangelist

---
To manage subscriptions click here: 
http://lyris.sunbelt-software.com/read/my_forums/
or send an email to 
listmana...@lyris.sunbeltsoftware.commailto:listmana...@lyris.sunbeltsoftware.com
with the body: unsubscribe exchangelist

---
To manage subscriptions click here: 
http://lyris.sunbelt-software.com/read/my_forums/
or send an email to 
listmana...@lyris.sunbeltsoftware.commailto:listmana...@lyris.sunbeltsoftware.com
with the body: unsubscribe exchangelist
**
Note: 
The information contained in this message may be privileged and confidential 
and 
protected from disclosure.  If the reader of this message is not the intended  
recipient, or an employee or agent responsible for delivering 

Re: Change Primary SMTP Address in Exchange 2010

2011-07-26 Thread Cameron
Exchange 2010
EMC
Recipient Configuration
Mailbox
Select the mailbox
Properties
Email Addresses
Add
and you can also turn off the Automatically update email addresses based on
email address policy for that user as well as Set as reply until you want
to delete the old one.

Or am I missing something? (it feels like a Monday today!)

On Tue, Jul 26, 2011 at 4:38 PM, Campbell, Rob 
rob_campb...@centraltechnology.net wrote:

   Set-Mailbox –Identity *Alias_Name* -EmailAddressPolicyEnabled:$False**
 **

 Set-Mailbox –Identity *Alias_Name* -PrimaryEmailAddresses “
 s...@company.com”

 ** **

 The current primaryemailaddress will automatically be retained as a
 secondary address.

 ** **

 ** **

 ** **

 ** **

 *From:* Alice Goodman [mailto:ali...@mckinstry.com]
 *Sent:* Tuesday, July 26, 2011 3:27 PM

 *To:* MS-Exchange Admin Issues
  *Subject:* RE: Change Primary SMTP Address in Exchange 2010

   ** **

 Great info on Policies but I am not doing something that requires policies,
 or so I think.. 

 ** **

 For example:  Sue Young gets married (or divorced) and changes her name to
 Sue UsedtobeYoung.  I have her original email of s...@company.com and now
 I want to create a 2nd SMTP of s...@company.com and make the new email her
 primary SMTP address. 

 ** **

 How do I make the new email her primary SMTP address? 

 ** **

 Thanks,

 Alice

 ** **

 *From:* Steven Alfano [mailto:salf...@mail.rockefeller.edu]
 *Sent:* Tuesday, July 26, 2011 7:42 AM
 *To:* MS-Exchange Admin Issues
 *Subject:* RE: Change Primary SMTP Address in Exchange 2010

 ** **

 If an address policy is set up correctly then changes to last name should
 reflect in SMTP addresses automatically, possibly only requiring a refresh
 of a policy.  

 ** **

 Changes to Primary SMTP are done from within Exchange Management Console
 (or shell). In the console it is done by selecting a mailbox from
 recipients; selecting E-Mail Addresses tab and making appropriate changes.
 If you wish to change a primary SMTP and this goes against policy; remember
 to uncheck box for an automatic update on e-mail policy.  From the shell it
 is necessary to turn off policy make changes and turn policy back on (if
 desired)

 ** **

 Set-Mailbox –Identity *Alias_Name* -EmailAddressPolicyEnabled:$False

 Set-Mailbox –Identity *Alias_Name*-EmailAddresses *Primary*, *
 Secondary*,*Secondary*

 Set-Mailbox –Identity *Alias_Name*-EmailAddressPolicyEnabled:$FTrue

 ** **

 For EmailAddresses you will need to list all addresses that are required
 separating each by a comma however if you decide to enable email policy it
 will add/overwrite addresses as policy dictates. 

 ** **

 Be cautioned if you decide to abandon email address policy for a user or
 set of users; this may come back to haunt you later should you need to
 update the policy for all users. 

 ** **

 If you wish to you can get a list of names and aliases of all mailboxes
 that don’t have an email policy enabled.

 ** **

 Get-Mailbox –Filter {EmailAddressPolicyEnabled –eq $False} –ResultSize
 Unlimited | Select-Object Name, Alias | Export-csv
 MailboxesWithoutEmailPolicy.csv

 ** **

 These commands apply to Exchange 2007 and I am pretty sure will be the same
 in 2010

 ** **

 *Steven Alfano*

 *Sr. Systems Administrator*

 *The Rockefeller University*

 1230 York Avenue

 New York, NY 10065-6399

 Voice 212.327.8937

 Mobile 646.438.5160

 fax 212.327.8712

 salf...@rockefeller.edu

 www.rockefeller.edu

 ** **

 *From:* Alice Goodman [mailto:ali...@mckinstry.com]
 *Sent:* Monday, July 25, 2011 8:43 PM
 *To:* MS-Exchange Admin Issues
 *Subject:* Change Primary SMTP Address in Exchange 2010

 ** **

 Sometimes I need to change primary SMTP addresses when employees change
 their names, or when my default Policies don’t seem to be working quite
 rights. And since we are still on both 2003 and 2010 I am not going to mess
 with policies at the moment. 

  

 In 2003 ADUC I can simply set another SMTP address as Primary. 

  

 I have not been able to find out how or where to do this in either 2010
 RSAT or Exchange 2010.  What do I need to do?  For the one user today, I did
 change his SMTP in the 2003 ADUC but I know that messing with 2010 objects
 in 2003 can be a problem so I don’t want to be doing that very often. 

  

 Thanks,

 Alice

  

 Alice Goodman, MCSE, LEED AP 

 P 206.832.8295 | C 206.427.7760 | F 206.658.1797

 Sr. Exchange Administrator

  

 *McKINSTRY** FOR THE LIFE OF YOUR BUILDING* 

 Consulting | Construction | Energy | Facility Services

  

 www.mckinstry.com

  

  

  

 ---
 To manage subscriptions click here:
 http://lyris.sunbelt-software.com/read/my_forums/
 or send an email to listmana...@lyris.sunbeltsoftware.com
 with the body: unsubscribe exchangelist

 ---
 To manage subscriptions 

OT: Fwd: : Change Primary SMTP Address in Exchange 2010

2011-07-26 Thread Cameron
ROFL!! Love this OOO!!

-- Forwarded message --
From: Greg Sweers gswe...@acts360.com
Date: Tue, Jul 26, 2011 at 4:45 PM
Subject: Automatic reply: Change Primary SMTP Address in Exchange 2010
To: Cameron cameron.orl...@gmail.com


 While it is my sincere desire to respond to you, I leave behind my awesome
staff and our newest employee Kale to assist you in any questions or issues
that you may have.  I would love to tell you that I will be close to my
phone and will respond to your email or phone call in short order, but lets
be honest.  I rarely take vacation and I am going to spend much needed time
with my family.  This truly benefits you as I will recharge my batteries and
will be much less likely to desire to destroy any technology I come in
contact with.  If there is an emergency that I must be made aware of, please
contact my staff at 813-657-0849 and they have the highly classified, will
be terminated if they gave it out access to reach my family during our
sabatical.  I look forward to serving you when I return on August 1st at 8am
EST.

** **

Thank you and have a blessed day!

** **

---
To manage subscriptions click here: 
http://lyris.sunbelt-software.com/read/my_forums/
or send an email to listmana...@lyris.sunbeltsoftware.com
with the body: unsubscribe exchangelist

RE: Exchange 2010 Receive Connector Permission

2011-07-26 Thread Young, Darren
I'm guessing that the Exchange users Permission Group should not be checked 
via the console.

From: Michael B. Smith [mailto:mich...@smithcons.com]
Sent: Tuesday, July 26, 2011 2:46 PM
To: MS-Exchange Admin Issues
Subject: RE: Exchange 2010 Receive Connector Permission

This is the short version.

Remove the anonymous submit from the connector, and for the user you want to 
be able to use it, add the following extended rights to the connector:

ms-Exch-SMTP-Accept-Any-Recipient
ms-Exch-SMTP-Accept-Any-Sender
ms-Exch-SMTP-Accept-Authentication-Flag
ms-Exch-SMTP-Accept-Authoritative-Domain-Sender
ms-Exch-SMTP-Submit
Regards,

Michael B. Smith
Consultant and Exchange MVP
http://TheEssentialExchange.com

From: Young, Darren 
[mailto:darren.yo...@chicagobooth.edu]mailto:[mailto:darren.yo...@chicagobooth.edu]
Sent: Tuesday, July 26, 2011 3:38 PM
To: MS-Exchange Admin Issues
Subject: Exchange 2010 Receive Connector Permission

I have a separate receive connector for our Crestron devices to send A/V help 
requests. I would like to only allow the service account they use for SMTP auth 
to send through that connector. What permissions would I need to assign to that 
connector to enforce that?

Darren Young
Systems  Security Architect
Computing Services
University of Chicago
Booth School of Business
5807 South Woodlawn Avenue
Chicago, IL 60637
Voice 773.702.0331 | Fax 773.702.0233


---
To manage subscriptions click here: 
http://lyris.sunbelt-software.com/read/my_forums/
or send an email to 
listmana...@lyris.sunbeltsoftware.commailto:listmana...@lyris.sunbeltsoftware.com
with the body: unsubscribe exchangelist

---
To manage subscriptions click here: 
http://lyris.sunbelt-software.com/read/my_forums/
or send an email to 
listmana...@lyris.sunbeltsoftware.commailto:listmana...@lyris.sunbeltsoftware.com
with the body: unsubscribe exchangelist

---
To manage subscriptions click here: 
http://lyris.sunbelt-software.com/read/my_forums/
or send an email to listmana...@lyris.sunbeltsoftware.com
with the body: unsubscribe exchangelist

RE: Exchange 2010 Receive Connector Permission

2011-07-26 Thread Michael B. Smith
ayup

Regards,

Michael B. Smith
Consultant and Exchange MVP
http://TheEssentialExchange.com

From: Young, Darren [mailto:darren.yo...@chicagobooth.edu]
Sent: Tuesday, July 26, 2011 5:32 PM
To: MS-Exchange Admin Issues
Subject: RE: Exchange 2010 Receive Connector Permission

I'm guessing that the Exchange users Permission Group should not be checked 
via the console.

From: Michael B. Smith 
[mailto:mich...@smithcons.com]mailto:[mailto:mich...@smithcons.com]
Sent: Tuesday, July 26, 2011 2:46 PM
To: MS-Exchange Admin Issues
Subject: RE: Exchange 2010 Receive Connector Permission

This is the short version.

Remove the anonymous submit from the connector, and for the user you want to 
be able to use it, add the following extended rights to the connector:

ms-Exch-SMTP-Accept-Any-Recipient
ms-Exch-SMTP-Accept-Any-Sender
ms-Exch-SMTP-Accept-Authentication-Flag
ms-Exch-SMTP-Accept-Authoritative-Domain-Sender
ms-Exch-SMTP-Submit
Regards,

Michael B. Smith
Consultant and Exchange MVP
http://TheEssentialExchange.com

From: Young, Darren 
[mailto:darren.yo...@chicagobooth.edu]mailto:[mailto:darren.yo...@chicagobooth.edu]
Sent: Tuesday, July 26, 2011 3:38 PM
To: MS-Exchange Admin Issues
Subject: Exchange 2010 Receive Connector Permission

I have a separate receive connector for our Crestron devices to send A/V help 
requests. I would like to only allow the service account they use for SMTP auth 
to send through that connector. What permissions would I need to assign to that 
connector to enforce that?

Darren Young
Systems  Security Architect
Computing Services
University of Chicago
Booth School of Business
5807 South Woodlawn Avenue
Chicago, IL 60637
Voice 773.702.0331 | Fax 773.702.0233


---
To manage subscriptions click here: 
http://lyris.sunbelt-software.com/read/my_forums/
or send an email to 
listmana...@lyris.sunbeltsoftware.commailto:listmana...@lyris.sunbeltsoftware.com
with the body: unsubscribe exchangelist

---
To manage subscriptions click here: 
http://lyris.sunbelt-software.com/read/my_forums/
or send an email to 
listmana...@lyris.sunbeltsoftware.commailto:listmana...@lyris.sunbeltsoftware.com
with the body: unsubscribe exchangelist

---
To manage subscriptions click here: 
http://lyris.sunbelt-software.com/read/my_forums/
or send an email to 
listmana...@lyris.sunbeltsoftware.commailto:listmana...@lyris.sunbeltsoftware.com
with the body: unsubscribe exchangelist

---
To manage subscriptions click here: 
http://lyris.sunbelt-software.com/read/my_forums/
or send an email to listmana...@lyris.sunbeltsoftware.com
with the body: unsubscribe exchangelist

RE: Change Primary SMTP Address in Exchange 2010

2011-07-26 Thread Alice Goodman
Ah. So Set as Reply is the same as Set Primary SMTP Address.

That is what I was missing.  By unchecking the checkbox next to Automatically 
update email addresses based on email address policy, I can now change the 
Set as reply.

As usual, semantics.. and not the AV vendor.. :)

Thanks!

Alice

From: Cameron [mailto:cameron.orl...@gmail.com]
Sent: Tuesday, July 26, 2011 1:45 PM
To: MS-Exchange Admin Issues
Subject: Re: Change Primary SMTP Address in Exchange 2010

Exchange 2010
EMC
Recipient Configuration
Mailbox
Select the mailbox
Properties
Email Addresses
Add
and you can also turn off the Automatically update email addresses based on 
email address policy for that user as well as Set as reply until you want to 
delete the old one.

Or am I missing something? (it feels like a Monday today!)

On Tue, Jul 26, 2011 at 4:38 PM, Campbell, Rob 
rob_campb...@centraltechnology.netmailto:rob_campb...@centraltechnology.net 
wrote:
Set-Mailbox -Identity Alias_Name -EmailAddressPolicyEnabled:$False
Set-Mailbox -Identity Alias_Name -PrimaryEmailAddresses 
s...@company.commailto:s...@company.com

The current primaryemailaddress will automatically be retained as a secondary 
address.




From: Alice Goodman [mailto:ali...@mckinstry.commailto:ali...@mckinstry.com]
Sent: Tuesday, July 26, 2011 3:27 PM

To: MS-Exchange Admin Issues
Subject: RE: Change Primary SMTP Address in Exchange 2010

Great info on Policies but I am not doing something that requires policies, or 
so I think..

For example:  Sue Young gets married (or divorced) and changes her name to Sue 
UsedtobeYoung.  I have her original email of 
s...@company.commailto:s...@company.com and now I want to create a 2nd SMTP 
of s...@company.commailto:s...@company.com and make the new email her primary 
SMTP address.

How do I make the new email her primary SMTP address?

Thanks,
Alice

From: Steven Alfano 
[mailto:salf...@mail.rockefeller.edumailto:salf...@mail.rockefeller.edu]
Sent: Tuesday, July 26, 2011 7:42 AM
To: MS-Exchange Admin Issues
Subject: RE: Change Primary SMTP Address in Exchange 2010

If an address policy is set up correctly then changes to last name should 
reflect in SMTP addresses automatically, possibly only requiring a refresh of a 
policy.

Changes to Primary SMTP are done from within Exchange Management Console (or 
shell). In the console it is done by selecting a mailbox from recipients; 
selecting E-Mail Addresses tab and making appropriate changes.  If you wish to 
change a primary SMTP and this goes against policy; remember to uncheck box for 
an automatic update on e-mail policy.  From the shell it is necessary to turn 
off policy make changes and turn policy back on (if desired)

Set-Mailbox -Identity Alias_Name -EmailAddressPolicyEnabled:$False
Set-Mailbox -Identity Alias_Name-EmailAddresses Primary, 
Secondary,Secondary
Set-Mailbox -Identity Alias_Name-EmailAddressPolicyEnabled:$FTrue

For EmailAddresses you will need to list all addresses that are required 
separating each by a comma however if you decide to enable email policy it will 
add/overwrite addresses as policy dictates.

Be cautioned if you decide to abandon email address policy for a user or set of 
users; this may come back to haunt you later should you need to update the 
policy for all users.

If you wish to you can get a list of names and aliases of all mailboxes that 
don't have an email policy enabled.

Get-Mailbox -Filter {EmailAddressPolicyEnabled -eq $False} -ResultSize 
Unlimited | Select-Object Name, Alias | Export-csv 
MailboxesWithoutEmailPolicy.csv

These commands apply to Exchange 2007 and I am pretty sure will be the same in 
2010

Steven Alfano
Sr. Systems Administrator
The Rockefeller University
1230 York Avenue
New York, NY 10065-6399
Voice 212.327.8937tel:212.327.8937
Mobile 646.438.5160tel:646.438.5160
fax 212.327.8712tel:212.327.8712
salf...@rockefeller.edumailto:salf...@rockefeller.edu
www.rockefeller.eduhttp://www.rockefeller.edu/

From: Alice Goodman [mailto:ali...@mckinstry.commailto:ali...@mckinstry.com]
Sent: Monday, July 25, 2011 8:43 PM
To: MS-Exchange Admin Issues
Subject: Change Primary SMTP Address in Exchange 2010

Sometimes I need to change primary SMTP addresses when employees change their 
names, or when my default Policies don't seem to be working quite rights. And 
since we are still on both 2003 and 2010 I am not going to mess with policies 
at the moment.

In 2003 ADUC I can simply set another SMTP address as Primary.

I have not been able to find out how or where to do this in either 2010 RSAT or 
Exchange 2010.  What do I need to do?  For the one user today, I did change his 
SMTP in the 2003 ADUC but I know that messing with 2010 objects in 2003 can be 
a problem so I don't want to be doing that very often.

Thanks,
Alice

Alice Goodman, MCSE, LEED AP
P 206.832.8295tel:206.832.8295 | C 206.427.7760tel:206.427.7760 | F 
206.658.1797tel:206.658.1797
Sr. Exchange Administrator

McKINSTRY FOR THE LIFE OF YOUR BUILDING
Consulting | 

RE: Disable OWA on Exchange 2003

2011-07-26 Thread daemonR00t
What if you tinker with the protocolSettings attribute instead?

 

~d

 

From: Chris Boller [mailto:ch...@mahoola.com] 
Sent: Tuesday, July 26, 2011 10:53 AM
To: MS-Exchange Admin Issues
Subject: RE: Disable OWA on Exchange 2003

 

Hi Bao,

 

If you disable http on all your exchange servers then be aware you might
cause problems during co-existince if/when you upgrade to 2010.  The
availability service will attempt to do http lookups for free/busy
information.  I found that out the hard way where the IUSR.. account had
been removed from the virtual server so non admins couldn't use OWA.  

 

Cheers

 

Chris

 

  _  

From: Bao, Gang [b...@exchange.tc.columbia.edu]
Sent: 25 July 2011 20:31
To: MS-Exchange Admin Issues
Subject: Disable OWA on Exchange 2003

Hello,

I'd like to disable OWA on Exchange 2003.   I was suggested to simply
disable the HTTP virtual server of front end server.   The question is:
will this action affect other exchange services?
Thanks in advance, 
Bao



---
To manage subscriptions click here:
http://lyris.sunbelt-software.com/read/my_forums/
or send an email to listmana...@lyris.sunbeltsoftware.com
with the body: unsubscribe exchangelist

---
To manage subscriptions click here:
http://lyris.sunbelt-software.com/read/my_forums/
or send an email to listmana...@lyris.sunbeltsoftware.com
with the body: unsubscribe exchangelist


---
To manage subscriptions click here: 
http://lyris.sunbelt-software.com/read/my_forums/
or send an email to listmana...@lyris.sunbeltsoftware.com
with the body: unsubscribe exchangelist