ACE20 Module with Exchange 2010 Configuration

Hello all,
I have deployed the following configuration for Exchange 2010, if all services are up on the two servers it functions good but if a service goes down on one server (especially outlook) some clients are disconnected (stickiness) ...
Stickiness is needed for all services by ip source sticky and by coockies for OWA.
Because all services are on the same server (ip address) the configured sticky causes problems !!! when a service is down the ACE usually forwards  requests to it !!!! Any help please.
Configuration :
XXXXX-ACE1/CTXT-EXCHANGE(config)# do sh run
Generating configuration....
access-list BPDU-Allow ethertype permit bpdu
access-list EXCH-LB line 10 extended permit ip any any
probe http HTTP-GET
  interval 10
  passdetect interval 10
  request method get url /iisstart.htm
  expect status 200 202
probe icmp PING
  interval 3
probe tcp abport
  port 7575
  interval 2
  faildetect 2
  passdetect interval 10
  passdetect count 1
  connection term forced
probe tcp epmap
  port 135
  interval 2
  faildetect 2
  passdetect interval 10
  passdetect count 1
  connection term forced
probe tcp http
  interval 2
  passdetect interval 2
  passdetect count 1
  connection term forced
probe http http-probe
  interval 60
  passdetect interval 60
  passdetect count 2
  request method get url /exchweb/bin/auth/owalogon.asp
  expect status 400 404
probe tcp https
  port 443
  interval 2
  passdetect interval 2
  passdetect count 1
  connection term forced
probe http https-probe
  interval 60
  passdetect interval 60
  passdetect count 2
  request method get url /owa/auth/login.aspx
  expect status 400 404
probe tcp imap
  port 143
  interval 2
  passdetect interval 2
  passdetect count 1
  connection term forced
probe tcp imaps
  port 993
  interval 2
  passdetect interval 2
  passdetect count 1
  connection term forced
probe udp ipsec
  port 500
  interval 2
  passdetect interval 2
  passdetect count 1
probe icmp ping
  interval 2
  passdetect interval 2
  passdetect count 1
probe tcp pop3
  port 110
  interval 2
  passdetect interval 2
  passdetect count 1
  connection term forced
probe tcp pop3s
  port 995
  interval 2
  passdetect interval 2
  passdetect count 1
  connection term forced
probe tcp rpcport
  port 7576
  interval 2
  faildetect 2
  passdetect interval 10
  passdetect count 5
  connection term forced
probe tcp smtp
  port 25
  interval 2
  passdetect interval 2
  passdetect count 1
  connection term forced
rserver host CAS1
  ip address 172.22.101.74
  inservice
rserver host CAS2
  ip address 172.22.101.76
  inservice
rserver host HUB1
  ip address 172.22.101.75
  inservice
rserver host HUB2
  ip address 172.22.101.77
  inservice
rserver redirect RPC-REDIRECT
rserver redirect SSLREDIRECT
  webhost-redirection https://mail.tunisiana.com/owa 302
  inservice
serverfarm host CAS-Outlook
  probe PING
  probe abport
  probe epmap
  probe rpcport
  fail-on-all
  rserver CAS1 135
    inservice
  rserver CAS1 7575
    inservice
  rserver CAS1 7576
    inservice
  rserver CAS2 135
    inservice
  rserver CAS2 7575
    inservice
  rserver CAS2 7576
    inservice
serverfarm host CAS-http
  probe HTTP-GET
  probe PING
  rserver CAS1 80
    inservice
  rserver CAS2 80
    inservice
serverfarm host CAS-https
  probe https
  probe ping
  rserver CAS1 443
    inservice
  rserver CAS2 443
    inservice
serverfarm host CAS-imap
  probe PING
  probe imap
  rserver CAS1 143
    inservice
  rserver CAS2 143
    inservice
serverfarm host CAS-imaps
  probe imaps
  probe ping
  rserver CAS1 993
    inservice
  rserver CAS2 993
    inservice
serverfarm host CAS-ipsec
  probe ipsec
  probe ping
  rserver CAS1
    inservice
  rserver CAS2
    inservice
serverfarm host CAS-pop3
  probe ping
  probe pop3
  rserver CAS1 110
    inservice
  rserver CAS2 110
    inservice
serverfarm host CAS-pop3s
  probe ping
  probe pop3s
  rserver CAS1 995
    inservice
  rserver CAS2 995
    inservice
serverfarm host CAS-smtp
  probe ping
  probe smtp
  fail-on-all
  rserver CAS1 25
    inservice
  rserver CAS2 25
    inservice
serverfarm host HUB
  probe ping
  probe smtp
  rserver HUB1
    inservice
  rserver HUB2
    inservice
serverfarm redirect RPC-REDIRECT
serverfarm redirect SSLREDIRECT
  rserver SSLREDIRECT
    inservice
parameter-map type http STICKY
  persistence-rebalance
parameter-map type connection TCP_IDLE_30min
  set timeout inactivity 1800
sticky ip-netmask 255.255.255.255 address source HUB-ST
  timeout 30
  replicate sticky
  serverfarm HUB
sticky ip-netmask 255.255.255.255 address source CAS-http-ST
  timeout 30
  replicate sticky
  serverfarm CAS-http
sticky ip-netmask 255.255.255.255 address source CAS-https-ST
  timeout 30
  replicate sticky
  serverfarm CAS-https
sticky ip-netmask 255.255.255.255 address source CAS-imap-ST
  timeout 30
  replicate sticky
  serverfarm CAS-imap
sticky ip-netmask 255.255.255.255 address source CAS-imaps-ST
  timeout 30
  replicate sticky
  serverfarm CAS-imaps
sticky ip-netmask 255.255.255.255 address source CAS-smtp-ST
  timeout 30
  replicate sticky
  serverfarm CAS-smtp
sticky ip-netmask 255.255.255.255 address source CAS-pop3-ST
  timeout 30
  replicate sticky
  serverfarm CAS-pop3
sticky ip-netmask 255.255.255.255 address source CAS-pop3s-ST
  timeout 30
  replicate sticky
  serverfarm CAS-pop3s
sticky ip-netmask 255.255.255.255 address source CAS-ipsec-ST
  timeout 30
  replicate sticky
  serverfarm CAS-ipsec
sticky ip-netmask 255.255.255.255 address source CAS-Outlook-ST
  timeout 30
  replicate sticky
  serverfarm CAS-Outlook
sticky http-cookie sessionid exchange-sticky-sessionid-grp
  timeout 20
  serverfarm CAS-http
sticky http-cookie cookie OWA-STICKY
  cookie insert browser-expire
  timeout 60
  replicate sticky
  serverfarm CAS-http
sticky http-header Authorization CAS-RPC-HTTP
  serverfarm CAS-http
class-map match-any CAS-OUTL-MAPI-VIP
  2 match virtual-address 172.22.101.69 tcp any
class-map match-any CAS-Outlook-VIP
  2 match virtual-address 172.22.101.69 tcp eq 135
  3 match virtual-address 172.22.101.69 tcp eq 7575
  4 match virtual-address 172.22.101.69 tcp eq 7576
class-map match-any CAS-http-VIP
  2 match virtual-address 172.22.101.69 tcp eq www
class-map match-any CAS-https-VIP
  2 match virtual-address 172.22.101.69 tcp eq https
class-map match-any CAS-imap-VIP
  2 match virtual-address 172.22.101.69 tcp eq 143
class-map match-any CAS-imaps-VIP
  2 match virtual-address 172.22.101.69 tcp eq 993
class-map match-any CAS-ipsec-VIP
  2 match virtual-address 172.22.101.69 udp eq 500
class-map match-any CAS-pop3-VIP
  2 match virtual-address 172.22.101.69 tcp eq pop3
class-map match-any CAS-pop3s-VIP
  2 match virtual-address 172.22.101.69 tcp eq 995
class-map match-any CAS-smtp-VIP
  2 match virtual-address 172.22.101.69 tcp eq smtp
class-map match-all CAS_SERVERS
  2 match source-address 172.22.101.64 255.255.255.192
class-map match-any HUB-VIP
  2 match virtual-address 172.22.101.80 any
class-map match-all HUB_SERVERS
  2 match source-address 172.22.101.64 255.255.255.192
class-map match-all OWA-OUTLOOKANYWHERE-SSL
  2 match virtual-address 172.22.101.69 tcp eq https
class-map match-all OWA-SSL-CM
  2 match virtual-address 172.22.101.69 tcp eq https
class-map match-all OWAREDIRECT
  2 match virtual-address 172.22.101.69 tcp eq www
class-map type management match-any REMOTE-MGT
  201 match protocol snmp any
  202 match protocol http any
  203 match protocol https any
  204 match protocol icmp any
  205 match protocol ssh any
  206 match protocol telnet any
policy-map type management first-match REMOTE-MGT
  class REMOTE-MGT
    permit
policy-map type loadbalance first-match CAS-Outlook-policy
  class class-default
    sticky-serverfarm CAS-Outlook-ST
policy-map type loadbalance first-match CAS-http-policy
  class class-default
    sticky-serverfarm CAS-http-ST
policy-map type loadbalance first-match CAS-https-policy
  class class-default
    sticky-serverfarm CAS-https-ST
policy-map type loadbalance first-match CAS-imap-policy
  class class-default
    sticky-serverfarm CAS-imap-ST
policy-map type loadbalance first-match CAS-imaps-policy
  class class-default
    sticky-serverfarm CAS-imaps-ST
policy-map type loadbalance first-match CAS-ipsec-policy
  class class-default
    serverfarm CAS-ipsec
policy-map type loadbalance first-match CAS-pop3-policy
  class class-default
    sticky-serverfarm CAS-pop3-ST
policy-map type loadbalance first-match CAS-pop3s-policy
  class class-default
    sticky-serverfarm CAS-pop3s-ST
policy-map type loadbalance first-match CAS-smtp-policy
  class class-default
    serverfarm CAS-smtp
policy-map type loadbalance first-match HUB-policy
  class class-default
    serverfarm HUB
policy-map type loadbalance first-match OWA-OUTLOOKANYWHERE
  match OUTLOOK_ANYWHERE http header User-Agent header-value "MSRPC"
policy-map type loadbalance first-match OWA-SSL-PM
  class class-default
    sticky-serverfarm OWA-STICKY
policy-map type loadbalance http first-match SSLREDIRECT
  class class-default
    serverfarm SSLREDIRECT
policy-map multi-match CAS-Outlook-POLICY-MAP
  class CAS-Outlook-VIP
    loadbalance vip inservice
    loadbalance policy CAS-Outlook-policy
    loadbalance vip icmp-reply
    connection advanced-options TCP_IDLE_30min
policy-map multi-match CAS-http-POLICY-MAP
  class CAS-http-VIP
    loadbalance vip inservice
    loadbalance policy CAS-http-policy
    loadbalance vip icmp-reply
    connection advanced-options TCP_IDLE_30min
policy-map multi-match CAS-https-POLICY-MAP
  class CAS-https-VIP
    loadbalance vip inservice
    loadbalance policy CAS-https-policy
    loadbalance vip icmp-reply
    connection advanced-options TCP_IDLE_30min
policy-map multi-match CAS-imap-POLICY-MAP
  class CAS-imap-VIP
    loadbalance vip inservice
    loadbalance policy CAS-imap-policy
    loadbalance vip icmp-reply
    connection advanced-options TCP_IDLE_30min
policy-map multi-match CAS-imaps-POLICY-MAP
  class CAS-imaps-VIP
    loadbalance vip inservice
    loadbalance policy CAS-imaps-policy
    loadbalance vip icmp-reply
    connection advanced-options TCP_IDLE_30min
policy-map multi-match CAS-ipsec-POLICY-MAP
  class CAS-ipsec-VIP
    loadbalance vip inservice
    loadbalance policy CAS-ipsec-policy
    loadbalance vip icmp-reply
policy-map multi-match CAS-pop3-POLICY-MAP
  class CAS-pop3-VIP
    loadbalance vip inservice
    loadbalance policy CAS-pop3-policy
    loadbalance vip icmp-reply
    connection advanced-options TCP_IDLE_30min
policy-map multi-match CAS-pop3s-POLICY-MAP
  class CAS-pop3s-VIP
    loadbalance vip inservice
    loadbalance policy CAS-pop3s-policy
    loadbalance vip icmp-reply
    connection advanced-options TCP_IDLE_30min
policy-map multi-match CAS-smtp-POLICY-MAP
  class CAS-smtp-VIP
    loadbalance vip inservice
    loadbalance policy CAS-smtp-policy
    loadbalance vip icmp-reply
    connection advanced-options TCP_IDLE_30min
policy-map multi-match EXCH-POLICY
  class CAS-imap-VIP
    loadbalance vip inservice
    loadbalance policy CAS-imap-policy
    loadbalance vip icmp-reply
    connection advanced-options TCP_IDLE_30min
  class CAS-imaps-VIP
    loadbalance vip inservice
    loadbalance policy CAS-imaps-policy
    loadbalance vip icmp-reply
    connection advanced-options TCP_IDLE_30min
  class CAS-pop3-VIP
    loadbalance vip inservice
    loadbalance policy CAS-pop3-policy
    loadbalance vip icmp-reply
    connection advanced-options TCP_IDLE_30min
  class CAS-pop3s-VIP
    loadbalance vip inservice
    loadbalance policy CAS-pop3s-policy
    loadbalance vip icmp-reply
    connection advanced-options TCP_IDLE_30min
  class CAS-smtp-VIP
    loadbalance vip inservice
    loadbalance policy CAS-smtp-policy
    loadbalance vip icmp-reply
    connection advanced-options TCP_IDLE_30min
  class CAS-http-VIP
    loadbalance vip inservice
    loadbalance policy CAS-http-policy
    loadbalance vip icmp-reply
    connection advanced-options TCP_IDLE_30min
  class CAS-https-VIP
    loadbalance vip inservice
    loadbalance policy CAS-https-policy
    loadbalance vip icmp-reply
    connection advanced-options TCP_IDLE_30min
  class CAS-OUTL-MAPI-VIP
    loadbalance vip inservice
    loadbalance policy CAS-Outlook-policy
    loadbalance vip icmp-reply
    connection advanced-options TCP_IDLE_30min
policy-map multi-match HUB-POLICY-MAP
  class HUB-VIP
    loadbalance vip inservice
    loadbalance policy HUB-policy
    loadbalance vip icmp-reply
    connection advanced-options TCP_IDLE_30min
interface vlan 52
  description #### vlan client side EXCHANGE ####
  bridge-group 1
  access-group input BPDU-Allow
  access-group input EXCH-LB
  service-policy input REMOTE-MGT
  service-policy input HUB-POLICY-MAP
  service-policy input EXCH-POLICY
  no shutdown
interface vlan 54
  description #### vlan client side ACE_EXCHANGE ####
  bridge-group 1
  access-group input BPDU-Allow
  access-group input EXCH-LB
  service-policy input REMOTE-MGT
  service-policy input HUB-POLICY-MAP
  service-policy input EXCH-POLICY
  no shutdown
interface bvi 1
  ip address 172.22.101.123 255.255.255.192
  peer ip address 172.22.101.122 255.255.255.192
  description EXCHANGE-Bridged-vlans
  no shutdown
ip route 0.0.0.0 0.0.0.0 172.22.101.126
Best Regards

Thank you for your email. I am out of the office until March 25th, I will have limited access to my e-mail during this period.
In my absence, please feel free to contact Mr Akram Allani : [email protected]
Thank you for your understanding.
Best regards,
Youssef Boukari

Similar Messages

  • Real-world experience with Exchange 2010 SP3 RU5+ and Powershell 4?

    The support-ability matrix for Exchange (http://technet.microsoft.com/en-us/library/ff728623(v=exchg.150).aspx) says Exchange
    2010 SP3 RU5+ and Powershell 4 are compatible.  But, there is very little actual discussion about how well that works. 
    I use Powershell extensively for mission critical and somewhat complex processes, with Exchange 2010 on 2008 R2 and AD access/reads/updates. 
    Can I get a summary of the caveats and benefits from someone who has actually done this in a
    real-world/production scenario (more than one server, managing from a separate non-Exchange server), and who has scripting experience with this configuration?  
    Also, how has this affected EMC operations?  
    As always thank you in advance!  

    I believe the matrix states that its supported to install Exchange into an environment where __ version of WMF is present.  Exchange 2010, launched from a Win 2012 server, reports version 2.0 when you call $host.  For example, calling the ActiveDirectory
    module from EMS on an Win 2012 server (ps 3.0) fails.
    I'll double check the extent of this scenario and get back to you.
    Mike Crowley | MVP
    My Blog --
    Planet Technologies

  • Calendar fails to sync with Exchange 2010

    I frequently encounter issues with Calendar (iCal) not synchronizing with Exchange 2010.  I get the ! error triangle beside the account and it will attempt to "revert to server" or "try again" but ultimately failes.  After several attempts, I finally got this message:
    I am only assuming this is a persistent issue but not sure why all of a sudden my email address would return as invalid.  Anyone else see this and is there a work-around?
    Thanks

    Hi and Welcome to the Community!
    Can you expand on that please? As in, what exactly, tells you it doesn't sync anymore? Did you re-configure the Desktop Software? If so, what did that present? If not, well, you need to since you've changed your Desktop Organizer app...
    Let us know.
    Occam's Razor nearly always applies when troubleshooting technology issues!
    If anyone has been helpful to you, please show your appreciation by clicking the button inside of their post. Please click here and read, along with the threads to which it links, for helpful information to guide you as you proceed. I always recommend that you treat your BlackBerry like any other computing device, including using a regular backup schedule...click here for an article with instructions.
    Join our BBM Channels
    BSCF General Channel
    PIN: C0001B7B4   Display/Scan Bar Code
    Knowledge Base Updates
    PIN: C0005A9AA   Display/Scan Bar Code

  • Unity 5.0 compatibility with Exchange 2010 SP2?

    Has anyone out there tested Unity 5.0 (1) with Exchange 2010 SP2? Did you have any problems? I understand that Unity 5.x has gone end of maintenance, and it has not been officially been tested for compatibility with Exchange 2010 SP2 for unified messaging. I don't anticipate being able to upgrade Unity until next year, but the sytem admins want to upgrade from Exchange SP1 to SP2 sooner. Thanks.

    Has anyone out there tested Unity 5.0 (1) with Exchange 2010 SP2? Did you have any problems? I understand that Unity 5.x has gone end of maintenance, and it has not been officially been tested for compatibility with Exchange 2010 SP2 for unified messaging. I don't anticipate being able to upgrade Unity until next year, but the sytem admins want to upgrade from Exchange SP1 to SP2 sooner. Thanks.

  • Limitations of SharePoint 2013 integration with Exchange 2010?

    Customer using SharePoint 2013 and looking at whether its possible to integrate this with Exchange 2010 and which features would be available / limitations. Looking for a matrix similar to those found in the Good, Better, Best documents available for previous
    versions. Nothing available on Recently Published content for SharePoint 2013 yet http://technet.microsoft.com/en-us/library/cc262043.aspx

    I haven't seen a specific list, but the three features I've run into that only work with Exchange 2013 are eDiscovery in Exchange, Automatic Task Synchronization with Outlook and the Site Mailbox feature.  There is a Legacy Task Synchronization mode
    available that will work with Exchange 2010 if you turn off the Farm level feature controlling Exchange 2013 task synchronization.  It lets users manually sync specific task lists with Outlook.  But there is no task aggregation.  I found this
    whitepaper helpful for exploring the new features and how to turn them off when using Exchange 2010.
    http://www.microsoft.com/en-us/download/details.aspx?id=38799
    Paul Stork SharePoint Server MVP
    Principal Architect: Blue Chip Consulting Group
    Blog: http://dontpapanic.com/blog
    Twitter: Follow @pstork
    Please remember to mark your question as "answered" if this solves your problem.

  • Exchange 2013 DLP with Exchange 2010 mailboxes

    Ive got an Exchange 2007/2010 environment. I've been looking at Exchange 2013 and am interested in the DLP funtionality.
    There are no plans to move mailboxes to Exchange 2013 but would it be possible to install an Exchange 2013 CAS/Mailbox server in my environment and route email through it to make use of the DLP ?
    Current environment consists of Exchange 2010 DAG, Casarray and hub transport servers, and Exchange 2007 mailbox servers, CAS and hub transports. Mail to the internet is sent to a smarthost.
    Thank you.

    Hi Maria,
    DLP Policies are actually a specific transport rule. Since the transport rules with Exchange 2010 didn’t provide such feature to monitor and check the e-mail
    content, I am afraid, in theory, it’s not possible.
    Thanks,
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact
    [email protected]
    Simon Wu
    TechNet Community Support

  • Cisco Unity Connection Single inbox with Exchange 2010

    I have a new installation of Unity Connection 8.6.2 using single inbox with an Exchange 2010 cluster frontended by a Netscaler load balancer.Functionality that does not work is when a new message comes into outlook and the message is read or deleted it does not update the status on the phone- IE turn off the MWI or if the message is deleted it is still a new message in Unity. If you click reset in the user unified message account, the status gets updated.
    TAC says its a blocked port on Exchange TCP 7080 but that is open.

      I followed this document :
    http://www.cisco.com/en/US/docs/voice_ip_comm/connection/8x/unified_messaging/guide/85xcucumg020.html
    but when i try to integrate CUC with exchange 2010 , i didn't find is clear enough
    do you have Step by Step more clear than that link becouse my lab very close to your case.
    Regards

  • TS4532 Any idea on the timing of the software update to fix the IOS6.1 problems with Exchange 2010?

    Any idea on the timing of the SW update to fix the IOS 6.1 problem with Exchange 2010?
    victor

    In reply to Macca7275
    We moved from Blackberry to iPhone for 120 services in 2010.  We have just renewed the iPhone fleet.  Security was the issue for the business that employs me (lawyers).  When comparing the two, Blackberry performed without issue most of the time but we experienced a number of issues with the trackballs on individual phones. This was, however, the first of the Blackberry Bold models.  The expense behind the scenes was one of the major factors for the move. It was cheaper to run Exchange and iPhones than Blackberry services. Our lawyers on the whole adopted the iPhones and a number have become quite proficient at using them. We ensured that we had a means to securely wipe and lock business phones. We chose Mobile Iron for this purpose but you will find other products to do the same job. Cost is probably going to be the deciding factor here.  Our only negative factor was butterfingers resulting in smashed glass with the iPhones although I have had one user drown several phones.

  • Does SL Mail/iCal/Address Book work with Exchange 2010?

    Is anyone using Exchange 2010 with Mail/iCal/Address Book (via the Snow Leopard web services interface and not the IMAP interface)?
    My company is about to upgrade Exchange from 2003 to either 2007 or 2010 and since the boss and I both use Macs we want to make sure that SL's apps will work no matter what choice of Exchange server is made.

    SL has not been tested with Exchange 2010 as far as I am aware. 10.6.2 was only tested against the 2007 variant.

  • Problem with Exchange 2010, Q10 and attachment

    Q10 & Exchange 2010; unable to download and forward attachment
    Hi all,
    i have a problem with Q10 phone, sync with Exchange 2010 with activesync (not BES) all seem ok but unable to download attach.
    When press "download" didnt start. Unable also to forward same message but i think is a chainde problem.
    Same message from desktop (outlook) or OWA is ok and attach downloadable.
    This is the only Q10 present in company for test so i cannot compare to others BB.
    All other users connected to the exchaneg server have iphone & ipad no issue result. Email service seem ok also for desktop.
    Firmware was updateted about 10 day ago.
    Any idea for me?
    Thanks

    Hi marcottt,
    Could you provide more detail please so I can better assist?
    Do you have this issue with all attachment types? If not, what type of attachment are you having this issue with and what size is the attachment?
    What happens when you try to forward the message? Is any error received?
    Does removing and re-adding the email account make any difference?
    I look forward to your response.
    -FS
    Come follow your BlackBerry Technical Team on Twitter! @BlackBerryHelp
    Be sure to click Kudos! for those who have helped you.
    Click Solution? for posts that have solved your issue(s)!

  • Does Edge transport server for Exchange 2013 work with Exchange 2010?

    Hello everyone,
    I want to install Edge transport server for my Exchange servers,
    Could you tell me if Edge transport server 2013 works with Exchange 2010?
    Thank you in advance

    Hello
    tip:
    https://technet.microsoft.com/en-us/library/jj898583%28v=exchg.150%29.aspx
    2   If you want to create an EdgeSync
    Subscription between an Exchange 2010 Hub Transport server and an
    Exchange 2013 SP1 Edge Transport server, you need to install Exchange
    2010 SP3 Update Rollup 5 or later on the Exchange 2010 Hub Transport
    server.
    sorry my english

  • Edge 2013 sp1 with exchange 2010 organisation.

    Dear reader,
    I have an exchange 2010 sp3 organisation with 1 client access server with hub transport and a 2 node DAG. Can I install a stand alone exchange 2013sp1 Edge role on a seperate machine in DMZ and subscribe the exchange 2010 hub transport to it. This
    in preparation to move to exchange 2013sp1 later this year. The current exchange 2010 edge role is installed on a TMG 2010 machine. Since TMG 2010 is dropped and we also have issues with the current edge's mailflow, i'd like to have a dedicated Exchange edge.
    Best regards,
    Ruud Boersma
    MCITP Enterprise administrator

    Sure, You can install Edge of Exchange 2013 on a dedicated server in DMZ and subscribe with Exchange 2010 Transport server.
    Or you can allow the Existing Exchange 2010 Edge server to serve your internet mail flow till the time you implement Exchange 2013 in the environment. I would suggest Exchange 2013 CU5 as a lot of issues were fixed in that which were identified with Exchange
    2013 SP1.

  • Uploading photo from Lync client with Exchange 2010

    We are using Lync 2013 standard edition with Exchange 2010 in our environment.
    In the client, if we go to Tools -> Options -> My Picture, the option to "Edit or Remove Picture" is greyed out.
    I understand this is only available if we're on Exchange 2013, but someone somewhere must have figured out a workaround for this? Anyone know a reg-hack or 3rd party tool that would enable this feature?
    I realize there is a method to turn back on the "Show a picture from a website" via powershell. I have already done this in our environment. However it is quite unrealistic to expect general populace to know how to resize a picture to less than
    30kb (?!) and upload it "somewhere" on the web. Understandably this would be a nightmare for Help Desk having to help people resize their photos and find somewhere to upload it to.
    Any help/ideas would be appreciated!

    You could centrally upload profile photos for your users into the AD's thumbnailPhoto attribute using...
    powershell:
    http://blogs.technet.com/upload-picture
    3rd party software: 
    http://www.codetwo.com/freeware/active-directory-photos/
    http://www.cjwdev.co.uk/Software/ADPhotoEdit/Info.html
    Lync client side upload into Exchange 2010 will not be possible as Exchange 2013 introduced HD photo and storing photos in the mailbox. Take a look at: http://technet.microsoft.com/en-us/library/jj688150.aspx
    Please mark posts as answers/helpful if it answers your question.
    Blog
    Lync Validator - Used to assist in the validation and documentation of Lync Server 2013.

  • Mail for Exchange incompatible with Exchange 2010

    MfE is incompatible with Exchange 2010.
    There seems to be a difference in the EAS protocol used.
    This causes synchonisation to fail when syncing the calendar.
    If anyone has a workaround please let me know and Nokia please fix this issue?
    Solved!
    Go to Solution.

    Hi there,
    just installed Mail4Exchange (3.00.050) from the ovi store on my Nokia e71.
    Unfortunately it doesn't seem to sync anymore with my google apps account. Anybody else encountering this problem? I get a message every other second that there seems to be a sync problem and that i should contact my admin if this stays on.
    It worked perfectly with the older version though.
    Thanks for any advice.
    Regards,
    JohnnyT76

  • RightFax 9.4 Intergration with Exchange 2010

    We know Exchange 2010 is supported with Fax Server 9.4 FP1 and we need to install the FP1 patch.   We need to move the RightFax 9.4 integraton from Exchange 2003 to Exchange 2010.  Is there any white papers or support documents on how to do this?
    We need both inbound and outbound (faxing from Outlook) to work with Exchange 2010.   What steps need to be done to complete this task?  Thanks!

    I think it may make sense to contact the RightFax people (OpenText) regarding this, since RightFax is their product.

Maybe you are looking for

  • Oracle 9.0.1 on RH8.0

    hi all, i am having oracle 9.0.1 CDs for linux but i don't have runinstaller file in the cd. i have the following files on the ist CD Volume in drive E is Ora 9i DB-Linux1 Volume Serial Number is 47EC-7781 Directory of E:\ 01/25/2002 10:12p <DIR> Act

  • Alternative for BAPI_REQUISITION_CHANGE, to run this in update process.

    Hi,      I'm using BAPI_REQUISITION_CHANGE, to change a purchase requisition Qty related to a purchase order. This Bapi is used in a report program which inturn is triggered by an output type, on Purchase Order creation. Now, when this BAPI is execut

  • Clearing Forms

    Hi At the risk of sounding stupid.... I have several search screens I have built as well as record creation/edit screens, they all work perfectly. The problem I have is that if you perform a search, then move to another menu entry, then come back, th

  • How can I develop co-broswing on Windows platform with java language?

    How can I develop co-broswing on Windows platform with java language? The function will be realized Now I want to develop a co-broswing system with java language on Windows platform.That is to say I will develop a application run on client to track t

  • Ruler Tool Units

    Hello - I have been using CS6 for about a year. I have my rulers set to show inches, but when I use the ruler tool, it has always shown my measurements in pixels (which I actually prefer). This afternoon, however, for some unknown reason, the ruler t