email 請問遇到這種狀況該怎麼辦 - BBS

Franklin avatar
By Franklin
at 2008-06-19T22:48

Table of Contents

最近裝了 postfix . mailscanner 後垃圾信減少很多
但是有一位 user 遇到一個情況 就是有很多的
Mail Delivery Subsystem 退回信
大多是 ru (俄羅斯) 的 我將退回信件表頭貼過來

寄件人 From MAILER-DAEMON Thu Jun 19 22:01:12 2008
Return-Path: <>
X-Original-To: [email protected]
Delivered-To: [email protected]
Received: from ns1.synterra.ru (ns1.synterra.ru [80.253.0.2])by
mail.chiuoho.com.tw (Postfix) with ESMTP id D590F8446Bfor
<[email protected]>; Thu, 19 Jun 2008 21:59:57 +0800 (CST)
Received: from localhost (localhost)by ns1.synterra.ru (8.13.8/8.13.4) id
m5JDkZIK013812;Thu, 19 Jun 2008 17:46:35 +0400(envelope-from MAILER-DAEMON)
Date: Thu, 19 Jun 2008 17:46:35 +0400
From: Mail Delivery Subsystem <[email protected]>
Message-Id: <[email protected]>
To: <[email protected]>
MIME-Version: 1.0
Content-Type: multipart/report;
report-type=delivery-status;boundary="m5JDkZIK013812.1213883195/ns1.synterra.ru"
Subject: Returned mail: see transcript for details
Auto-Submitted: auto-generated (failure)
X-Ccc-MailScanner-Information: Please contact the ISP for more
information
X-Spam-Status: No


The original message was received at Thu, 19 Jun 2008 17:46:35 +0400
from relay1.rusmedia.net [213.243.68.30]

----- The following addresses had permanent fatal errors -----
<[email protected]>
(reason: 550 5.1.1 User unknown)

----- Transcript of session follows -----
... while talking to [83.222.201.21]:
>>> DATA
<<< 550 5.1.1 User unknown
550 5.1.1 <[email protected]>... User unknown
<<< 503 5.5.2 Need Rcpt command.

不知是否有何方法可解決這個問題



--
Tags: BBS

All Comments

shell script寫法上的一些問題

Quintina avatar
By Quintina
at 2008-06-17T23:07
※ 引述《gilofer.bbsatbbs.badcow.com.tw (我當黑手的日子)》之銘言: : ※ 引述《hikaruh.bbsatptt.cc (新生活)》之銘言: : : 小弟是新手,最近開始學著撰寫shell script(csh)請教一下大家。 : : 問題一 : : 在某個log檔中如果有 ...

在FreeBSD 7.0 Release下安裝ns2 2.33

Agnes avatar
By Agnes
at 2008-06-17T02:11
※ 引述《CMChou (請響應不看中華職棒運動)》之銘言: : %make : and#34;Makefileand#34;, line 391: Missing dependency operator : and#34;Makefileand#34;, line 410: Need an operator ...

在FreeBSD 7.0 Release下安裝ns2 2.33

Edith avatar
By Edith
at 2008-06-17T01:23
請問有先進在BSD下面安裝過ns2 2.33嗎? 或者其他版本都可以, 我下在ns2的all-in-one版本後, 使用其內建的install script檔, 可以安裝完成,也可以執行, 但是當更動檔案,進行make時, 就會出現下列訊息: %make and#34;Makefileand#34;, lin ...

shell script寫法上的一些問題

Daph Bay avatar
By Daph Bay
at 2008-06-17T00:42
小弟是新手,最近開始學著撰寫shell script(csh)請教一下大家。 問題一 在某個log檔中如果有出現abc的字,那代表運算執行完畢。x 參考了網上找到的資料 if (grep abc ./path/a.log andgt; /dev/null )then ....... endif 在執行的時候 ...

sasl問題

Agnes avatar
By Agnes
at 2008-06-14T09:37
經過我們系計中總管的指點終於成功了,原來只要在smtpd.conf下設定 pwcheck_method: saslauthd mech_list: PLAIN LOGIN 只要有run saslauthd預設的database就是用本機的使用者和密碼,感謝總管^^ - ...