Web Hosting Talk







View Full Version : hotmail & exim


faculty
09-09-2002, 03:00 AM
This message was created automatically by mail delivery software (Exim).

A message that you sent could not be delivered to one or more of its
recipients. This is a permanent error. The following address(es) failed:

someaddress@yahoo.com
unknown local-part "someaddress" in domain "yahoo.com"

---------------------------------------------

It has been like that for ages. I changed exim's port yet it still shows that.. What in the hell could be wrong?!

net-trend
09-09-2002, 03:50 AM
The topic shows hotmail. But in the error log, the email is to a yahoo.com domain?!

Also are you sure the receiving address is correct?

faculty
09-09-2002, 04:01 AM
lol.. sorry.. What I meant to say in the post is that it also does it for @hotmail.com

That what I showed is the most recent :)

2host.com
09-09-2002, 05:28 AM
What does the maillog, eximlog or panic log (for exim) show? Are you having trouble with any other addresses? Finally, what are the complete headers or routing information? Did you try again ahd have it work and can you telnet into Yahoo's mail server on poer 25 and get a HELO?

faculty
09-09-2002, 06:02 AM
Return-path: <>
Envelope-to: nobody@server1.1337host.com
Delivery-date: Mon, 09 Sep 2002 10:05:43 +0000
Received: from root by server1.1337host.com with local (Exim 3.36 #1)
id 17oLQN-00084t-00
for nobody@server1.1337host.com; Mon, 09 Sep 2002 10:05:43 +0000
X-Failed-Recipients: someone@yahoo.com
From: Mail Delivery System <Mailer-Daemon@server1.1337host.com>
To: nobody@server1.1337host.com
Subject: Mail delivery failed: returning message to sender
Message-Id: <E17oLQN-00084t-00@server1.1337host.com>
Date: Mon, 09 Sep 2002 10:05:43 +0000

This message was created automatically by mail delivery software (Exim).

A message that you sent could not be delivered to one or more of its
recipients. This is a permanent error. The following address(es) failed:

someone@yahoo.com
unknown local-part "halflife852002" in domain "yahoo.com"

------ This is a copy of the message, including all the headers. ------

Return-path: <nobody@server1.1337host.com>
Received: from nobody by server1.1337host.com with local (Exim 3.36 #1)
id 17oLQN-00084r-00
for someone@yahoo.com; Mon, 09 Sep 2002 10:05:43 +0000
To: someone@yahoo.com
Subject: User Password for rezprophet
From: webmaster@fatal-instinct.com
X-Mailer: PHP/4.2.2
Message-Id: <E17oLQN-00084r-00@server1.1337host.com>
Date: Mon, 09 Sep 2002 10:05:43 +0000

Welcome to Fatal-Instinct!

You or someone else has used your email account (someone@yahoo.com) to register an account at Fatal-Instinct. Following is the member information:

-Nickname: umn.. consored
-Password: consored



---------------------------------------



Any idea?

2host.com
09-09-2002, 06:06 AM
It almost looks like it's trying to resolve Yahoo.com locally. What IP do you get when you ping yahoo.com from within a local shell session on that system? Check your /etc/resolv.conf file to see what name servers you're using. Are you running a name server on the system? If so, add the first 'nameserver' like with your local IP or 127.0.0.1, restart named if you have to and try pinging yahoo.com again.

faculty
09-09-2002, 06:09 AM
domain 1337host.com
search 1337host.com
nameserver 127.0.0.1
nameserver 216.180.225.11
nameserver 216.180.225.12


My main server IP is, however, 216.180.225.10

So what should I add to it to make it correct?

faculty
09-09-2002, 06:10 AM
Oh and when I ping yahoo, it resolves to a remote IP (64.58.79.230)

2host.com
09-09-2002, 06:15 AM
Originally posted by faculty
domain 1337host.com
search 1337host.com
nameserver 127.0.0.1
nameserver 216.180.225.11
nameserver 216.180.225.12


My main server IP is, however, 216.180.225.10

So what should I add to it to make it correct?

.10 is probably your NIC's Eth0 IP. The name servers aren't using the first eth0 IP, which is good. That all looks fine.

2host.com
09-09-2002, 06:17 AM
Originally posted by faculty
Oh and when I ping yahoo, it resolves to a remote IP (64.58.79.230)

That all seems fine too. Odd.

faculty
09-09-2002, 06:19 AM
Yeah.. and I am running exim on port 35.

2host.com
09-09-2002, 06:20 AM
Well, going back to my original questions;

What does the maillog, eximlog or panic log (for exim) show? Are you having trouble with any other addresses? Did you try again and have it work or fail again? Have you made any changes to any files recently? Have you confirmed that "to" address is legitimate and alive?

2host.com
09-09-2002, 06:20 AM
Originally posted by faculty
Yeah.. and I am running exim on port 35.

You mean 25, (typo)?

faculty
09-09-2002, 06:31 AM
For some reason @hotmail.com emails are now working.. just the yahoo one that wont.


Heh.. :dunce: where are those logs?

faculty
09-09-2002, 06:32 AM
NO I mean 35.. was running 25.. we also run 35

2host.com
09-09-2002, 06:41 AM
35? I'm not familair with what would be running on port 35? Why did you move it? Maybe yahoo is trying to ELHO you and can't contact port 25? Hey, anything's possible. :-)

The logs you can see (the different one's) listed in the /var/log directory. They will be large (likely), so use grep/egrep, more, etc. wisely.

faculty
09-09-2002, 06:44 AM
Nah we had problems on port 25. Once we moved it to port 35 hotmail started working but yahoo continued to be a bitch.