Exchange Server Forums
Forums |
Register |
Login |
My Profile |
Inbox |
RSS
|
My Subscription |
My Forums |
Address Book |
Member List |
Search |
FAQ |
Ticket List |
Log Out
RE: Disclaimer
|
Users viewing this topic:
none
|
Logged in as: Guest
|
Login | |
|
Limited time MSExchange.org offer! -- 1.Sep.2008 1:00:00 PM
|
|
TechGenix and SolarWinds have partnered to provide free copies of SolarWinds Exchange Monitor to all visitors who join the MSExchange.org Forums. SolarWinds Exchange Monitor is a handy desktop dashboard that continuously monitors Microsoft Exchange to deliver real-time insight into Exchange services, mail queue sizes, and host server health. Learn more about Exchange Monitor and the free offer!
|
RE: Disclaimer - 22.Nov.2006 4:17:06 PM
|
|
|
brody181
Posts: 39
Joined: 13.Nov.2006
Status: offline
|
The BE will Relay to the FE ok. In the Queues for the BE there is nothing, but when I look at the Queues for the FE, the "messages queued for deferred delivery" has all the test messages I sent. they are getting stuck on the FE for some reason. yes, I did restart both servers.
|
|
|
|
RE: Disclaimer - 22.Nov.2006 4:22:43 PM
|
|
|
jchong
Posts: 2516
Joined: 1.Dec.2005
From: Centreville, Virginia
Status: offline
|
From your FE, perform a telnet test to another domains mail server such as hotmail if you have an account with them. See how far you get. Also what was your FE used for in the first place just OWA? See if smtp service is running and that you have a mailbox store mounted. 1. Go to start run, type cmd ok 2. nslookup -type=mx theirdomain.com note the fqdn of their mail server telnet fqdnoftheirmailserver 25 (hit enter) mail from:you@yourdomain.com (hit enter) rcpt to:them@theirdomain.com (hit enter) data (hit enter) . (hit enter) . (hit enter) Should say message was queued.
_____________________________
James Chong MCSE | M+, S+, MCTS, Security+ msexchangetips.blogspot.com
|
|
|
|
RE: Disclaimer - 22.Nov.2006 4:34:08 PM
|
|
|
brody181
Posts: 39
Joined: 13.Nov.2006
Status: offline
|
That worked ok but shouldn't it be the other way around?
|
|
|
|
RE: Disclaimer - 22.Nov.2006 4:36:28 PM
|
|
|
brody181
Posts: 39
Joined: 13.Nov.2006
Status: offline
|
when i do it the other way around (log into my FE) and try to send outside the domain it gives me a "550 5.7.1 Unable to relay for email@domain.com". -- One finally made it through and after looking at the internet headers it looks like the message bounces around 3 or 4 times between the FE and BE before it gets sent out. Header: (replaced server name with FrontEnd and BackEnd) Microsoft Mail Internet Headers Version 2.0 Received: from mse6fe3.MSE6.EXCHANGE.MS ([10.0.25.193]) by ms11.MSE6.EXCHANGE.MS with Microsoft SMTPSVC(6.0.3790.1830); Wed, 22 Nov 2006 16:48:46 -0500 Received: from mail54.messagelabs.com ([216.82.244.35]) by mse6fe3.MSE6.EXCHANGE.MS with Microsoft SMTPSVC(6.0.3790.1830); Wed, 22 Nov 2006 16:48:46 -0500 X-VirusChecked: Checked X-Env-Sender: X-Msg-Ref: server-4.tower-54.messagelabs.com!1164232122!64466121!1 X-StarScan-Version: 5.5.10.7; banners=-,-,- X-Originating-IP: [63.118.84.123] X-SpamReason: No, hits=0.6 required=7.0 tests=HTML_90_100,HTML_MESSAGE Received: (qmail 27522 invoked from network); 22 Nov 2006 21:48:44 -0000 Received: from unknown (HELO FrontEnd Server) (Ip) by server-4.tower-54.messagelabs.com with SMTP; 22 Nov 2006 21:48:44 -0000 Received: from BackEnd Server ([10.10.13.15]) by FrontEnd Server with Microsoft SMTPSVC(6.0.3790.1830); Wed, 22 Nov 2006 16:36:24 -0500 Received: from FrontEnd Server ([10.10.13.10]) by BackEnd Server with Microsoft SMTPSVC(6.0.3790.1830); Wed, 22 Nov 2006 16:36:24 -0500 Received: from BackEnd Server ([10.10.13.15]) by FrontEnd Server with Microsoft SMTPSVC(6.0.3790.1830); Wed, 22 Nov 2006 16:36:24 -0500 Received: from FrontEnd Server ([10.10.13.10]) by BackEnd Server with Microsoft SMTPSVC(6.0.3790.1830); Wed, 22 Nov 2006 16:36:24 -0500 Received: from BackEndServer([10.10.13.15]) by FrontEnd Server with Microsoft SMTPSVC(6.0.3790.1830); Wed, 22 Nov 2006 16:36:23 -0500 Subject: test Date: Wed, 22 Nov 2006 16:36:24 -0500 Message-ID: <C7B6C3DC30A9F44787E4D68C1D5AF1102901@BackendServer> X-MS-Has-Attach: MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----_=_NextPart_001_01C70E7E.420AD685" X-MS-TNEF-Correlator: Thread-Topic: test Thread-Index: AccOfkIIYO7wjXAORNqsU9ymDEDOaw== From: "user" <Email1.domain.com> Content-class: urn:content-classes:message X-MimeOLE: Produced By Microsoft Exchange V6.5 To: user Return-Path: user X-OriginalArrivalTime: 22 Nov 2006 21:36:24.0149 (UTC) FILETIME=[42213850:01C70E7E] ------_=_NextPart_001_01C70E7E.420AD685 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable ------_=_NextPart_001_01C70E7E.420AD685 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable ------_=_NextPart_001_01C70E7E.420AD685--
< Message edited by brody181 -- 22.Nov.2006 5:03:10 PM >
|
|
|
|
RE: Disclaimer - 22.Nov.2006 5:51:11 PM
|
|
|
jchong
Posts: 2516
Joined: 1.Dec.2005
From: Centreville, Virginia
Status: offline
|
When you log into the FE and perform a telnet session to say hotmail, it's giving you unable to relay? If that is the case, it's usually configuration issues within your smtp vs on your FE. One finally made it through and after looking at the internet headers it looks like the message bounces around 3 or 4 times between the FE and BE before it gets sent out. How?
_____________________________
James Chong MCSE | M+, S+, MCTS, Security+ msexchangetips.blogspot.com
|
|
|
|
RE: Disclaimer - 22.Nov.2006 6:37:41 PM
|
|
|
brody181
Posts: 39
Joined: 13.Nov.2006
Status: offline
|
I have no idea why it bounces around like that! I have the one connector saying to go to 10.10.13.10 which is the front end exactly like you described. Do you think RPC has something to do with it?
< Message edited by brody181 -- 22.Nov.2006 6:39:38 PM >
|
|
|
|
RE: Disclaimer - 22.Nov.2006 10:22:07 PM
|
|
|
jchong
Posts: 2516
Joined: 1.Dec.2005
From: Centreville, Virginia
Status: offline
|
Can you check your SMTP virtual server on both your BE and FE to see if a smarthost is configured? Right click your smtp vs, properties go to On the Delivery tab, click Advanced to open the Advanced Delivery smarthost field.
_____________________________
James Chong MCSE | M+, S+, MCTS, Security+ msexchangetips.blogspot.com
|
|
|
|
RE: Disclaimer - 28.Nov.2006 4:20:47 PM
|
|
|
brody181
Posts: 39
Joined: 13.Nov.2006
Status: offline
|
Everything seems to be working ok now. That was the problem, I didn't have my BackEnd's smart host set correctly so the email's were just bouncing back and forth. The sync is working as well. Thank you for all your help!!
|
|
|
|
New Messages |
No New Messages |
Hot Topic w/ New Messages |
Hot Topic w/o New Messages |
Locked w/ New Messages |
Locked w/o New Messages |
|
Post New Thread
Reply to Message
Post New Poll
Submit Vote
Delete My Own Post
Delete My Own Thread
Rate Posts |
|