unable to send mail to a specific domain, pretty sure its exchange
we have a unique setup
all mail goes to our ISP
we use a pop3 downloader to download it from our ISP to our exchange
if i login to the isp webmail account, and send a email to @oursistercompany.com the mail goes through with no problems
if i use outlook or owa (going through exchange) to send a email to @oursistercompany.com they never receive the email, we never get a reply or any kind of notification
where can i check to find out more information and add our sister company to some sort of safe list
Exchange
Last Comment
Suraj
8/22/2022 - Mon
Suraj
Do you see any emails stuck in the queue? if yes.. on which queue are they stuck?
do you have a smart host configured ? ISP ? try to remove that and put DNS for troubleshooting point of view and then restart the smtp & routing engine service and see if that works..
do nslookup on the command prompt...what dns server does it show ?
it shoud be internal
do :
nslookup
set q=mx
remotedomain.com
does it show the MX ?
--> do telnet maila.microsoft.com 25
ehlo
what ip address do you get near ehlo command ??? let me know... i will check if you are black listed
-xsam
funnymanmike
ASKER
x-sam
i see 34 emails in the queu for @oursistercompany.com, i right clicked and said force connection, the numbers have not changed
ino idea about smart host configured? what is that
isp? what are you asking exactly here
"try to remove that and put DNS for troubleshooting point of view and then restart the smtp & routing engine service and see if that works.."
i have no clue what this statement even means
DNS request timed out.
timeout was 2 seconds.
*** Can't find server name for address 192.168.1.203: Timed out
Default Server: UnKnown
Address: 192.168.1.203
> set q=mx
> mcsen.com
Server: UnKnown
Address: 192.168.1.203
DNS request timed out.
timeout was 2 seconds.
*** Request to UnKnown timed-out
Does the email domain for the other company exist anywhere in your Exchange configuration? Ie would it make Exchange think the domain is local rather than remote?
If so then you need to make some changes to Exchange as you are sharing the SMTP address space. http://support.microsoft.com/kb/321721
go to your dns server... open dis console...
peroperties of your serve there... forwarders tab--> check if the ips mention there are ALIVE... it shoud be your ISPs dns server IPS. contact your isp and get the latest IPS.
also add 4.2.2.2 and 4.2.2.3 in there.--> ok
now right click on the server again.. and clear the cashe.. and restart the dns...
on the command prompt... do ipconfig /flushdns and register dns--> on exchange and also your dns server...
this seems to also be affecting @yahoo and @aol and a few other domains, but those queue sizes are not as large as our sister company's
funnymanmike
ASKER
also
the exchange server itself is setup for a static ip, but its primary dns server is pointing to the dns server on our network
Suraj
there should not be any external dns server on the NIC.. primary or secondary...
do you get the same time out whn you do the nsllookup on the dns server itslef?
configured dns server with public dns servers
created new forward
new queue is still building up queue.jpg forward.jpg
funnymanmike
ASKER
nic bindings are also set properly
funnymanmike
ASKER
Thanks x-sam
i think you were on the right track but our soulution was a little unique, instead of using the SMTP connector to the fortitude.concentric.com i added our mail server provided to us by our isp (see we use a pop3 downloader to get all of our mail in the first place) once i configured the SMTP connector to go there, everything started going through like gold.
do you have a smart host configured ? ISP ? try to remove that and put DNS for troubleshooting point of view and then restart the smtp & routing engine service and see if that works..
do nslookup on the command prompt...what dns server does it show ?
it shoud be internal
do :
nslookup
set q=mx
remotedomain.com
does it show the MX ?
--> do telnet maila.microsoft.com 25
ehlo
what ip address do you get near ehlo command ??? let me know... i will check if you are black listed
-xsam