[Mew-Win32 02037] Don`t send mail from Mew1.94 on Meadow1.06b3
take at example.com
take at example.com
1999年 9月 28日 (火) 09:50:25 JST
わたなべ@新潟大 です。
#お久しぶりです。
#最近、Mew-win32から遠ざかっていました。
Mew1.94/IM130がリリースされたのを機会に、
Meadow1.06b3の上で使おうとおもったのですが、
以下のような問題が起きてしまいます。
○受信できるが、送信できない。
C-c C-c は受け付ける。
プルダウンメニューは、Send Messageの部分のみが選べない。
そして、受け付けたものについても、
次のようにエラーとなってしまう。
Reason:
imput: can't open mail-aliases file: c:/home/.im/Aliases, ignored.
imput: can't open host-aliases file: c:/home/.hostaliases, ignored.
imput: message accepted.
imput: NNTP disabled (header format is not fit).
imput: opening smtp session to sanmon.nisoc.or.jp(25).
imput: >>> 220 sanmon.nisoc.or.jp ESMTP Sendmail 8.9.3+3.2W/3.7W; Mon, 27 Sep 1999 19:12:02 +0900 (JST)
imput: <<< EHLO localhost
imput: >>> 250-sanmon.nisoc.or.jp Hello ppp82-Niigata1.mtci.ne.jp [210.172.7.92], pleased to meet you
imput: >>> 250-8BITMIME
imput: >>> 250-SIZE
imput: >>> 250-DSN
imput: >>> 250-ONEX
imput: >>> 250-XUSR
imput: >>> 250 HELP
imput: <<< MAIL FROM:<take at example.com> SIZE=476
imput: >>> 250 <take at example.com>... Sender ok
imput: <<< RCPT TO:<take at example.com>
imput: >>> 553 <take at example.com>... Relay operation rejected
imput: (while talking to sanmon.nisoc.or.jp with smtp)
553 <take at example.com>... Relay operation rejected
imput: ERROR: delivery failed.
imput: resetting SMTP session.
imput: <<< RSET
imput: >>> 250 Reset state
imput: <<< MAIL FROM:<>
imput: >>> 250 <>... Sender ok
imput: <<< RCPT TO:<take at example.com>
imput: >>> 250 <take at example.com>... Recipient ok
imput: <<< DATA
imput: >>> 354 Enter mail, end with "." on a line by itself
わたしの.emacsの次のとおりです(抜粋)。
;; 日本語環境
(set-language-environment "Japanese")
(set-w32-system-coding-system 'sjis)
(set-clipboard-coding-system 'sjis-dos)
(set-keyboard-coding-system 'sjis)
;;IME の初期化
(mw32-ime-initialize)
(setq default-input-method "MW32-IME")
;;; Mew Easy Settings (generated automatically)
(setq load-path ; Meadow
(cons (expand-file-name (concat exec-directory "../../site-lisp/mew"))
load-path))
(setq mew-mail-address "take at example.com")
(setq mew-mail-domain-list '("nisoc.or.jp"))
(autoload 'mew "mew" nil t)
(autoload 'mew-send "mew" nil t)
(autoload 'mew-user-agent-compose "mew" nil t)
(if (boundp 'mail-user-agent)
(setq mail-user-agent 'mew-user-agent))
(if (fboundp 'define-mail-user-agent)
(define-mail-user-agent
'mew-user-agent
'mew-user-agent-compose
'mew-draft-send-letter
'mew-draft-kill
'mew-send-hook))
わたしの/.im/Config は、デフォルトのままです。
対処方法など、ご存じのかたがいらっしゃいましたら、
どうかご教示ください。
お手数おかけしますが、よろしくお願いします。
---
Niigata Univ. / Niigata Internet Society
WATANABE,Takeo : JJ0FMT
Mew-win32 メーリングリストの案内