strange message in the email

adamp

Verified User
Joined
Jan 11, 2007
Messages
137
when someone sent me email I get this meesage, and not get the email:

This is an automatically generated Delivery Status Notification

Delivery to the following recipient failed permanently:

[email protected]

Technical details of permanent failure:
PERM_FAILURE: SMTP Error (state 12): 554 delivery error: dd This user doesn't have a timeserv.biz account ([email protected]) [0] - mta124.biz.mail.mud.yahoo.com

----- Original message -----

Received: by 10.35.58.8 with SMTP id l8mr5833350pyk.1172837975980;
Fri, 02 Mar 2007 04:19:35 -0800 (PST)
Received: by 10.35.42.12 with HTTP; Fri, 2 Mar 2007 04:19:35 -0800 (PST)
Message-ID: <[email protected] mail.com>
Date: Fri, 2 Mar 2007 14:19:35 +0200
From: "tomer sidon" <[email protected]>
To: [email protected]
Subject:
MIME-Version: 1.0
Content-Type: multipart/alternative;
boundary="----=_Part_26724_14754052.1172837975949"

------=_Part_26724_14754052.1172837975949
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

[email protected]

------=_Part_26724_14754052.1172837975949
Content-Type: text/html; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit

----- Message truncated -----

what i need to do, I want to get email?
 
no the domain email is not served by Yahoo.

the account is in directadmin
and domain setup on the DA server
 
I don't have access to your server and I believe you when you say the account is set up on your server.

However, the world at large thinks the email is being served by Yahoo:
Code:
$ dig timeserv.biz mx

; <<>> DiG 9.3.1 <<>> timeserv.biz mx
;; global options:  printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 61141
;; flags: qr rd ra; QUERY: 1, ANSWER: 2, AUTHORITY: 4, ADDITIONAL: 9

;; QUESTION SECTION:
;timeserv.biz.                  IN      MX

;; ANSWER SECTION:
timeserv.biz.           600     IN      MX      20 mx1.biz.mail.yahoo.com.
timeserv.biz.           600     IN      MX      30 mx5.biz.mail.yahoo.com.

;; AUTHORITY SECTION:
timeserv.biz.           86400   IN      NS      ns8.san.yahoo.com.
timeserv.biz.           86400   IN      NS      ns9.san.yahoo.com.
timeserv.biz.           86400   IN      NS      yns1.yahoo.com.
timeserv.biz.           86400   IN      NS      yns2.yahoo.com.

;; ADDITIONAL SECTION:
mx1.biz.mail.yahoo.com. 1180    IN      A       4.79.181.18
mx1.biz.mail.yahoo.com. 1180    IN      A       67.28.113.136
mx1.biz.mail.yahoo.com. 1180    IN      A       209.191.89.172
mx5.biz.mail.yahoo.com. 136     IN      A       68.142.224.244
mx5.biz.mail.yahoo.com. 136     IN      A       66.196.126.37
ns8.san.yahoo.com.      148912  IN      A       66.218.71.205
ns9.san.yahoo.com.      148912  IN      A       216.109.116.20
yns1.yahoo.com.         149045  IN      A       66.218.71.205
yns2.yahoo.com.         149045  IN      A       216.109.116.20

;; Query time: 33 msec
;; SERVER: 206.13.29.12#53(206.13.29.12)
;; WHEN: Sun Mar  4 09:02:53 2007
;; MSG SIZE  rcvd: 310

$
The whois record for the account shows the domain's DNS is being served by Yahoo nameservers:
Code:
Name Server:                                 YNS1.YAHOO.COM
Name Server:                                 YNS2.YAHOO.COM
If the account is going to be served on your server then the site owner needs to change the nameservers at the account registrar.

Jeff
 
Back
Top