Addresses exist in local AD/Exchange environment; possible to send to those addresses internally and have them route out to the internet?

Short story; Company A acquires Company B.  B is still using their external mail system for a period of time before transititioning to A's email.  After B moves to A's mail server, they will continue to receive mail to their legacy addresses/domains
(companyb.com) for a period of time.  B already has objects defined in A with a companya.com SMTP address.  Is it possible to prestage B's objects with their legacy SMTP addresses, while at the same time allowing users from A to send messages
to B's legacy SMTP addresses and have it route out to the internet and not to B's local mailbox? 
I realize that Exchange is first going to determine if the address is local, and if so deliver it, which is what is happening.  But is there a rule/exception that can bypass that such that @companyb.com will go out a send connector even if the address
exists locally?

I realize that Exchange is first going to determine if the address is local, and if so deliver it, which is what is happening.  But is there a rule/exception that can bypass that such that @companyb.com will go out a send connector even if the address
exists locally?
No. If the exact SMTP address exists in the org, it will never leave the Exchange org when sent from an authenticated user.
Twitter!: Please Note: My Posts are provided “AS IS” without warranty of any kind, either expressed or implied.

Similar Messages

  • I used to give my photo's keywords. Most of the time I have several photo's for the same keyword and it was possible to select all those photo's and give them the keyword in one move. Since of few weeks I can't do that anymore and I find it very annoying.

    I used to give my photo's keywords. Most of the time I have several photo's for the same keyword and it was possible to select all those photo's and give them the keyword in one move. Since of few weeks I can't do that anymore and it's very annoying. What can I do to get back to the former situation?

    . Since of few weeks I can't do that anymore and it's very annoying. What can I do to get back to the former situation?
    Check, if you have the "Primary Only" option enabled. Then keywords will only be applied to the "Primary Image":
    See:                  Keywords or ratings are applied only to one of the selected images - why?
    Uncheck the little square button with the "1".

  • I am unable to open press enter in the address bar and have to click return with the mouse

    So when i open a new session of firefox/new window/new tab and click to type in the address bar, firefox will not allow me to hit return/enter to load the page. I have to manually click on the return icon to get the page to load. I have tried using a different keyboard but this does not help. This only occurs within the address bar not within any other part of the page or within any other program. please help

    the it was the avg safe search that was causing the issue. Thanks for the help.

  • Self-assigned IP address which is not able to connect to the internet.

    Okay, so my whole issue started around six or more months ago. I have a white MacBook which I have never particularly had any connectivity problems with, at least that where caused by my laptop. I constantly am on the internet at home and have never had issues with wireless connection here. I am a full time student which means I am also constantly on campus with my laptop and needing access to the internet. Even so, there I have never had any issues with connectivity.
    My issue is when I go to another university campus I am unable to connect to the internet. My airport finds the network I want and connects to it but usually within a few seconds the radial bars go a light gray and have an exclamation point through them . When looking under the Airport drop down list it simply says, "Airport has a self-assigned IP address and may not be able to connect to the internet." This particular IP that is not allowing me to access the internet starts off with 169.**.*.**. I would provide the entire IP but as I am not on that campus at the moment, I can't and don't remember it fully.
    I have tried SO many different things in order to find a solution but have come up empty handed every time. I've tried turning off my firewall and all of the steps that resolution includes and have also tried to resolve the issue through the creation of a new location, new network, and the use of network assistant on Airport.
    I know it is not an issue of the universities wireless network because I can easily connect to the internet through my Ipod Touch without a password simply by finding the network, connecting, stating I'm a guest, and then agreeing to the terms of use. Same goes for my local campus wireless network on both my Ipod Touch and MacBook.
    I am in extreme need of a resolution and would GREATLY appreciate any kind of feedback anyone can give me. If there is any other information you may need to help me out a little more accurately just let me know, I'll be happy to give you whatever I can so that I may figure this annoyance out!

    By the way, totally didn't mean to categorize this under Airport for Windows. This is my first post and OBVIOUSLY a figured out a way to mess it up. My bad. :S
    But again I'd appreciate any help! :]

  • Dmvpn + local break out to the internet

    Hi, 
    I have a dmvpn network, with multiple spokes.
    One of them, needs to have a local break out to the internet.
    Wasn't able to find a configuration example, so maybe if someone could show how to config it.
    Basically what I need is a split tunnel configuration, to redirect the internet traffic outside of the vpn-tunnel.
    here's the config of my router,
    hostname testrouter
    boot-start-marker
    boot-end-marker
    aaa new-model
    aaa group server radius testradius
     server name PRO007
    no ip domain lookup
    ip domain name test-domain
    ip inspect WAAS flush-timeout 10
    ip cef
    no ipv6 cef
    track 1 list threshold percentage
     object 101
     object 102
     delay down 180 up 5
    track 101 ip sla 1 reachability
    track 102 ip sla 2 reachability
    crypto isakmp policy 10
     encr aes 256
     group 5
    crypto isakmp profile ISAKMP-DMVPN-CA
       self-identity fqdn
       ca trust-point sec-ca
       match identity host domain alert.local
       keepalive 60 retry 10
    crypto ipsec transform-set ESP-AES256-SHA-TRANSP esp-aes 256 esp-sha-hmac 
     mode transport
    crypto ipsec profile ESP-AES256-SHA-CA
     set transform-set ESP-AES256-SHA-TRANSP 
     set isakmp-profile ISAKMP-DMVPN-CA
    interface Loopback0
     ip address 10.168.244.134 255.255.255.255
    interface Tunnel0
     bandwidth 5000
     ip address 10.168.246.134 255.255.254.0
     no ip redirects
     no ip proxy-arp
     ip mtu 1400
     ip nhrp authentication DMVPN_05
     ip nhrp map 10.168.246.1 xxx.xxx.xxx.xxx
     ip nhrp map 10.168.246.2 xxx.xxx.xxx.xxy
     ip nhrp map multicast xxx.xxx.xxx.xxx
     ip nhrp map multicast xxx.xxx.xxx.xxy
     ip nhrp network-id 121
     ip nhrp holdtime 600
     ip nhrp nhs 10.168.246.1
     ip nhrp nhs 10.168.246.2
     ip nhrp registration no-unique
     tunnel source FastEthernet4
     tunnel mode gre multipoint
     tunnel key 121
     tunnel path-mtu-discovery
     tunnel protection ipsec profile ESP-AES256-SHA-CA shared
    interface FastEthernet0
     no ip address
     spanning-tree portfast
    interface FastEthernet1
     no ip address
     spanning-tree portfast
    interface FastEthernet2
     no ip address
     spanning-tree portfast
    interface FastEthernet3
     no ip address
     spanning-tree portfast
    interface FastEthernet4
     ip address dhcp client-id FastEthernet4
     ip access-group INET-INBOUND in
     no ip proxy-arp
     duplex auto
     speed auto
    interface Vlan1
     ip address 10.169.6.177 255.255.255.248
     no ip proxy-arp
    router eigrp 1
     distribute-list EIGRP-PERMIT-OUT out Tunnel0
     network 10.0.0.0
     passive-interface default
     no passive-interface Tunnel0
    ip forward-protocol nd
    no ip http server
    no ip http secure-server
    ip route xxx.xxx.xxx.xxy 255.255.255.255 FastEthernet4 dhcp
    ip route xxx.xxx.xxx.xxx 255.255.255.255 FastEthernet4 dhcp
    ip route xxx.xxx.xxx.xxw 255.255.255.255 FastEthernet4 dhcp
    ip access-list standard EIGRP-PERMIT-OUT
     permit 10.169.0.0 0.0.31.255
     permit 10.168.244.0 0.0.1.255
    ip access-list extended INET-INBOUND
     permit udp any any eq bootpc
     permit esp host xxx.xxx.xxx.xxy4 any
     permit gre host xxx.xxx.xxx.xxy4 any
     permit udp host xxx.xxx.xxx.xxy4 eq 2000 any
     permit udp host xxx.xxx.xxx.xxy4 any eq isakmp
     permit udp host xxx.xxx.xxx.xxy4 any eq non500-isakmp
     permit esp host xxx.xxx.xxx.xxy5 any
     permit gre host xxx.xxx.xxx.xxy5 any
     permit udp host xxx.xxx.xxx.xxy5 eq 2000 any
     permit udp host xxx.xxx.xxx.xxy5 any eq isakmp
     permit udp host xxx.xxx.xxx.xxy5 any eq non500-isakmp
     permit tcp host 193.164.88.196 eq www any
     permit udp host 193.164.88.196 eq 123 any
     permit icmp any any unreachable
     permit icmp any any echo-reply
     permit icmp any any time-exceeded
     deny   ip 10.0.0.0 0.0.0.255 any
     deny   ip 172.16.0.0 0.0.16.255 any
     deny   ip 192.168.0.0 0.0.255.255 any
     deny   ip 127.0.0.0 0.255.255.255 any
     deny   ip host 255.255.255.255 any
     deny   ip any any
    ip radius source-interface Tunnel0
    ip sla 1
     udp-echo 10.168.246.1 2000 control disable
     threshold 3000
     timeout 3500
     frequency 4
    ip sla schedule 1 life forever start-time now
    ip sla 2
     udp-echo 10.168.246.1 2000 control disable
     threshold 3000
     timeout 3500
     frequency 4
    ip sla schedule 2 life forever start-time now
    snmp-server community rvssnmp RO
    snmp-server location BX
    snmp-server contact Securitas RVS team
    radius server SECEUAD001
     address ipv4 193.164.88.2 auth-port 1645 acct-port 1646
     key 0 V8gUp9avUruprec
    line con 0
     exec-timeout 60 0
     privilege level 15
    line aux 0
    line vty 0 4
     exec-timeout 60 0
     transport input telnet ssh
     transport output telnet ssh
    ntp server 10.168.246.1
    ntp server 10.168.246.2
    ntp server 193.164.88.196
    ntp update-calendar
    end

    That's how it would work by default. 
    Only tunnel IPs and those defined by EIGRP will go through the Tunnel interface. 
    Please provide output of show ip route to see your gateway of last resort.. 

  • The on/off button on my 6th gen iPod nano recently got spoilt and I sent it back to the shop for a repair/exchange a week ago. Now I have just found out about the new 7th gen iPod nano and I am wondering, can I get the new one as a replacement?

    The on/off button on my 6th gen iPod nano recently got spoilt and I sent it back to the shop for a repair/exchange a week ago. Now I have just found out about the new 7th gen iPod nano and I am wondering, can I get the new one as a replacement?

    No.  You can turn your 6G Nano in to be recycled at your local Apple Store for a 10% discount towards the purchase of a new one. Otherwise, your only other option would be to sell the iPod on Craigslist or eBay and use the proceeds from the sale towards the purchase of the new 7G nano.
    B-rock

  • Is it possible to deactivate CS4 from a PC and transfer to a Mac without the original discs?

    Is it possible to deactivate CS4 from a PC and transfer to a Mac without the original discs? The original discs were thrown away in a house move, but I'd like to transfer my CS4 applications from a PC to a Mac; is there anything I can do? Where is the serial number located?

    Licenses are platform specific, so a Windows version will not install/activate on a Mac.  Platform swaps are only supported for the most recent release (CS6).  The only way you might be able to do that is to have a Windows emulator installed on the Mac so that you have the required environment. 

  • I was using my wifi last night when I got an error message stating my ip address had been taken over.  Then safari stopped working and i can no longer access the internet. I looked at my ip address and it states 000.000.000....can someone please help?

    I was using my wifi last night when I got an error message stating my ip address had been taken over.  Then safari stopped working and i can no longer access the internet. I looked at my ip address and it states 000.000.000....can someone please help?

    Sounds like a bogus pop up. In any case power down your Mac, your modem, your router. Then power back up in 1 minute sequence; modem, router, Mac.

  • I've bought 640 rubies pack and have used it. But the day after, my pack ran out. I'd appreciate if you could give me back my pack or help me in any way possible.

    I've bought 640 rubies pack and have used it.
    But the day after, my pack ran out.
    I'd appreciate if you could give me back my pack or
    help me in any way possible.
    The Glu Customer Care answer my question;
    Hello, and thank you for contacting Glu Mobile Customer Care
    The game you mentioned does not save online. If you have made a backup using "iCloud" or "iTunes backup" then you may be able to restore to that last save point on your device which will include whatever you had for currency at the time when the save was created.
    Unfortunately, we do not have a way to restore game progress, this is done by the user on the device itself using the backup and restore method for the entire device.
    If you have not performed a backup save for your device before this problem happened and you have lost currency from purchases, please contact the iTunes store customer service to inquire about your purchase and request help regarding this loss of currency issue.. Apple does not allow developers to handle billing issues.
    If you get an answer saying that In-App purchases are the responsibility of the developer, please insist that they assist you as we have no way of accessing their purchase records. We are the developer and do not have access to any account or billing information on the iTunes App Store.
    We hope this information assists you and we sincerely apologize for the inconvenience.
    Regards,
    Glu Mobile Customer Care

    We are fellow users here on these forums, you're not talking to iTunes Support. You say that you used the pack that you bought and that it then ran out - does that mean that you used it all up ? If you didn't use it all up but your game lost the purchase then you can try the 'report a problem' page to contact iTunes Support : http://reportaproblem.apple.com
    If the 'report a problem' link doesn't work then you can try contacting iTunes support via this page : http://www.apple.com/support/itunes/contact/- click on Contact iTunes Store Support on the right-hand side of the page, then Purchases, Billing & Redemption

  • It is possible to charge an iPad3 over USB and transmit data over USB at the same time?

    Hello,
    it is possible to charge an iPad3 over USB and transmit data over USB at the same time?
    If yes, how?
    Thanks
    Best regards

    OK!?
    That is right that the USB data oins are not connected to +5V pin.
    But i found a description for a self built power supply for iPad.
    http://timothyb.net/DIY_iPad_2_USB_Charger.html
    and
    https://www.mikrocontroller.net/topic/262610?goto=2726627#2726627
    The description say: data pin D- need a voltage level of 2V and D+ 2,857V
    when the data pins have this special voltage levels and VCC has +5V only then the iPad is charging.
    The voltage "D+/D- coding" is the key for the iPad to charge.
    OK now back to my problem.
    The regular USB data pin voltage level is 0,3 - 3.,0 voltage. When the iPad is charging the data pins have this special voltage level. Now i try to transmit data over the usb data pins with the. Normaly the USB port transmit the data with a voltage level of max. 3V.
    And here my problem. The higher voltage level at the data pins cares therefor that the iPad stop the charging.
    Is that correct?

  • Is it possible to insert a video and have it automatically play when the topic is opened?

    I am using Robohelp 10. Is it possible to insert a video and have it automatically play when the topic is opened?

    Hi Alchemex,
    What tool are you using to create the video.
    You can set preferences using the tool that you created the video with/
    For example, if you are using Adobe Captivate you can set videos to start automatically?
    Let me know if you need more detail.
    Kind Regards
    Craig

  • Hi, I have an iphone 5 and unfortunately got sat on and is now bent, it worked fine bent for 3 months as the glass did not break, today how ever the screen has stopped working. Is it possible to get hold of another casing and have the electronics changed

    Hi, I have an iphone 5 and unfortunately got sat on and is now bent, it worked fine bent for 3 months as the glass did not break, today how ever the screen has stopped working. Is it possible to get hold of another casing and have the electronics changed ?

    You didn't look hard enough:
    Out-of-Warranty Service
    If you own an iPhone that is ineligible for warranty service but is eligible for Out-of-Warranty (OOW) Service, Apple will service your iPhone for the Out-of-Warranty Service fee listed below.
    iPhone model
    Out-of-Warranty Service
    iPhone 5s, iPhone 5c,
    iPhone 5
    $269
    iPhone 4S
    $199
    iPhone 4, iPhone 3GS,
    iPhone 3G, Original iPhone
    $149

  • I just started using iCloud Photo Library (Beta) and am wondering if I can delete photos from my iPhone and have them remain on my iCloud Photo Library -- is this possible?

    I have iCloud Photo Library Beta on my iPhone 6.  Can I delete photos from my iPhone and have them remain in my Photo Library?

    Yes, that should be possible.
    Apple’s iCloud Photo Library- A Quick How-To Guide | Re-code
    iCloud Photo Library — Everything you need to know! | iMore
    iCloud Photo Library beta FAQ - Apple Support

  • Is it possible to download programmes from bbc iplayer and watch them offline on a MacBook Air?

    Is it possible to download programmes from BBC Iplayer and watch them offline on a MacBook Air,the same as can be done on a iPad?

    Take a look here:
    http://iplayerhelp.external.bbc.co.uk/help/using_bbc_iplayer/desktop_requirement s
    Ciao.

  • I want to make address labels and print them out. Does anybody know of a word processing program for Mac that would do this?

    I want to make address labels and print them out. Does anybody know of a word processing program for Mac to accomplish this?

    Have you looked at the previous discussions listed on the right side of this page under the heading "More Like This"?

Maybe you are looking for

  • Sales Customer Notes

    Dear fellows; I need your kind recommendations. We use JDE World version in AS400 environment. Normally in my previous company , I was able to enter sales customer notes (message in text) to the specific customers, so that our users who raise the sal

  • Hoe to read attachments of type MESSAGE/RFC822

    hi, How to read attachments in mails of type MESSAGE/RFC822 this occurs when somebody puts "Forwarded mails" directly as an attachment inside the mail body itself.. guyz ur help for this will be very much helpful.. thanks sriram.B

  • How to configure solman for Workflow BW Server.

    Dear Experts, How to configure Solution Manager workfolw for BW sever. We have done for R/3 systen . it working fine. Regards, Anand Mehrotra.

  • Disaster Recovery Soltuion

    Hi Everyone, In the case of Production system unavailable, by the destruction like due to fire or water floods, to avoid the system down-time for couple of days/weeks. We are planning to go for Disaster Recovery solution. We are planning to go with t

  • Any OMNIS subscribers had success with iWeb '08?

    I followed the instructions from iWeb and spoke to OMNIS and got instructions from them. I've successfully changed the DN to CNAME web.mac.com. I wasn't sure what information to put in the "Content" window. I've tried a few different things. I made t