에러메세지 554 5.6.0 DHFR2 202.68.229.225: Invalid 'From' header: =?euc-kr?B??= <>
※ 필수입력정보 ※
▷ 제품버젼 :
▷ 오류발생 메뉴/주소 :
▷ 에러메세지 :
[<00>] XMail bounce: Rcpt=[****@****];Error=[554 5.6.0 DHFR2 202.68.229.225: Invalid 'From' header: =?euc-kr?B??= <>]
<?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" />
[<01>] Error sending message [***-****-****98.3240.0.eml] from [humanbiz.net].
ID:<SDDF>
Mail From: <****@****>
Rcpt To:<****@****>
Server:<rmail-276.hanmail.net> [222.231.35.21]
[<02>] The reason of the delivery failure was:
554 5.6.0 DHFR2 202.68.229.225: Invalid 'From' header: =?euc-kr?B??= <>
[<04>] Here is listed the message log file:
[PeekTime] ***-****-**** : Mon, 25 Jan 2010 11:23:56 +0900 <<
ErrCode= -41
ErrString = Bad server response
ErrInfo= 554 5.6.0 DHFR2 202.68.229.225: Invalid 'From' header: =?euc-kr?B??= <>
SMAIL SMTP-Send MX = "mx4.hanmail.net." SMTP = "humanbiz.net" From = "****@****" To = "****@****" Failed !
SMTP-Error = "554 5.6.0 DHFR2 202.68.229.225: Invalid 'From' header: =?euc-kr?B??= <>"
SMTP-Server = "mx4.hanmail.net."
>>
[<05>] Here is listed the initial part of the message:
Received: from tantancom ([210.127.253.70]:2696)
by humanbiz.net with [XMail 1.22 PassKorea090507 ESMTP Server]
id <SDDF> for <****@****> from <****@****>;
Mon, 25 Jan 2010 11:23:55 +0900
Date: Mon, 25 Jan 2010 11:23:55 ?900
Subject: =?euc-kr?B?us676rTrx9CxsyDIo8HWIMPRtb+5rsi4IHd3dy5wbnVhdS5jb20gJ8CvuNMuwcHAurHbJyCw1L3Dxse/oSDA1LfCsdvAzCC/w7bzv9S9wLTPtNku?=
To: ****@****
Return-Path: <>
From: =?euc-kr?B??= <>
Reply-To: <>
MIME-Version: 1.0
X-Mailer: SIR Mailer 0.92 (sir.co.kr) : 210.127.253.70 : 203.247.149.151 : http://pnuau.com : /bbs/write_update.php : http://pnuau.com/bbs/write.php?bo_table=z5_3
Content-Type: TEXT/HTML; charset=euc-kr
Content-Transfer-Encoding: BASE64
PGh0bWw+DQo8aGVhZD4NCjxtZXRhIGh0dHAtZXF1aXY9ImNvbnRlbnQtdHlwZSIgY29udGVu
PGh0bWw+dD0i - 이하 생략 -
▷ 질문내용 :
아래 답변에서 알려주신 대로 웹서버 ip를 추가하였습니다.
테스트해보았더니 아래와 같은 에러가 나는데,
554 5.6.0 DHFR2 202.68.229.225: Invalid 'From' header: =?euc-kr?B??= <>
무얼 어떻게 해야할 지 안내해주시면 고맙겠습니다.
그리고, 이메일 보내는 웹페이지는 euc-kr 환경입니다.
아래에 이메일 보내는 소소를 올릴테니 같이 살펴주시면 고맙겠습니다.
소스는 그누보드 입니다.
<?
// 게시물 입력시 게시자, 관리자에게 드리는 메일을 수정하고 싶으시다면 이 파일을 수정하십시오.
if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가
?>
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=<?=$g4[charset]?>">
<title><?=$wr_subject?> 메일</title>
</head>
<style>
body, th, td, form, input, select, text, textarea, caption { font-size: 12px; font-family:Tahoma,Verdana,Osaka,MS PGothic,Gulim,sans-serif;}
.line {border: 1px solid #868F98;}
</style>
<body leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
<table width="600" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="25" height="25"></td>
<td height="25"></td>
<td width="25" height="25"></td>
</tr>
<tr>
<td width="25" valign="top"></td>
<td align="center" class="line" >
<br>
<table width="500" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td>
<table width="500" border="0" cellspacing="0" cellpadding="4">
<tr>
<td width="10%" height="25" bgcolor=#F7F1D8>제목</td>
<td width="90%" bgcolor=#FBF7E7><?=$wr_subject?></td>
</tr>
<tr bgcolor="#FFFFFF">
<td height="2" colspan="2"></td>
</tr>
<tr>
<td height="25" bgcolor=#F7F1D8>게시자</td>
<td bgcolor=#FBF7E7><?=$wr_name?></td>
</tr>
</table>
<p>
<table width="500" border="0" align="center" cellpadding="4" cellspacing="0">
<tr><td height="150" style="word-break:break-all;"><?=$wr_content?></td></tr>
</table>
<p>
<table width="500" border="0" cellpadding="0" cellspacing="0" style="table-layout:fixed">
<tr>
<td height="2" bgcolor="#E0E0E0" align="center"></td>
</tr>
<tr>
<td height="25" bgcolor="#EDEDED" align="center">홈페이지에서도 게시물을 확인하실 수 있습니다.[<a href='<?=$link_url?>'>바로가기</a>]</td>
</tr>
</table>
</td>
</tr>
</table>
<br>
</td>
<td width="25" valign="top"></td>
</tr>
</table>
</body>
</html>
이전 글 | 리부팅 후 도메인 접속시 에러 메세지가 나옵니다. 3 | 성*봉 | 2010.01.25 |
---|---|---|---|
다음 글 | hanmail.net 에서 차단되는데, 해결책이 없을런지요? 3 | 휴* | 2010.01.23 |