제가 웹에서 메일을 보내는 기능을 구현하기 위해서 PHP로 프로그래밍하던중...
php4 가 설치된 서버에서는 잘되던 것이 php3가 설치된 서버로 옮기니까,
제대로 안되더군요...
처음엔 php 문젠가 싶었는데... 혹시나 해서 mail 로 테스트를 해보니
php3 가 설치되어 있던 서버에선 한메일로 아예 메일이 안보내지더군요...
네티앙과 다른 서버에는 메일이 보내지는데도 말이죠...
그 서버에서 한메일로 메일을 보내니, 아래와 같은 리턴메일이 오더군요...
이게 무슨 말인지요? -_-;;
--------------------------------------------------------------------
Mail version 8.1 6/6/93. Type ? for help.
"/var/spool/mail/dbuser": 1 message 1 new
>N 1 MAILER-DAEMON at ey.pub Thu Apr 26 15:21 61/1928 "Returned mail: Data f"
&
Message 1:
From dbuser Thu Apr 26 15:21:16 2001
Date: Thu, 26 Apr 2001 15:21:16 +0900
From: Mail Delivery Subsystem <MAILER-DAEMON at ey.pubnet.kr>
To: dbuser at ey.pubnet.kr MIME-Version:1.0
Content-Type: multipart/report; report-type=delivery-status;
boundary="PAA01510.988266076/ey.pubnet.kr"
Subject: Returned mail: Data format error
Auto-Submitted: auto-generated (failure)
This is a MIME-encapsulated message
--PAA01510.988266076/ey.pubnet.kr
The original message was received at Thu, 26 Apr 2001 15:20:45 +0900
from dbuser@localhost
----- The following addresses had permanent fatal errors -----
son at hanmail.net
----- Transcript of session follows -----
... while talking to mx8.hanmail.net.:
>>> MAIL From:<dbuser at ey.pubnet.kr> SIZE=68
<<< 501 5.1.8 <dbuser at ey.pubnet.kr>... Sender domain must exist
501 son at hanmail.net... Data format error
--PAA01510.988266076/ey.pubnet.kr
Content-Type: message/delivery-status
Reporting-MTA: dns; ey.pubnet.kr
Arrival-Date: Thu, 26 Apr 2001 15:20:45 +0900
Final-Recipient: RFC822; son at hanmail.net Action: failed
Status: 5.5.2
Remote-MTA: DNS; mx8.hanmail.net
Diagnostic-Code: SMTP; 501 5.1.8 <dbuser at ey.pubnet.kr>... Sender domain must
exist
Last-Attempt-Date: Thu, 26 Apr 2001 15:21:16 +0900
--PAA01510.988266076/ey.pubnet.kr
Content-Type: message/rfc822
Return-Path:<dbuser>
Received:(from dbuser@localhost)
by ey.pubnet.kr (8.9.3/8.9.3) id PAA01508
for son at hanmail.net; Thu, 26 Apr 2001 15:20:45 +0900
Date: Thu, 26 Apr 2001 15:20:45 +0900
From: dbuser
Message-Id:<200104260620.PAA01508 at ey.pubnet.kr>
To: son at hanmail.net Subject: test mail tw
test mail tw hanmail
--PAA01510.988266076/ey.pubnet.kr--
&
At EOF
&
--------------------------------------------------------------------