[Mew-dist 1558] imput of IM62

EGUCHI Satoshi eguchi at example.com
1997年 8月 21日 (木) 06:27:02 JST



どうもIM62のimputがうまく動いていないような気がします。
本文が送られません。これは私だけの問題でしょうか?
Solaris 2.4、 perl5 (5.0 patchlevel 3 subversion 0) です。
rootになれないのでreadmeの指示どおりインストールしたわけでは
ありません。

[eguchi at example.com]~% imput --verbose eguchi at example.com
test         (←"test"の1行を入力)
(^D)

imput: message accepted.
imput: NNTP disabled (header format is not fit).
imput: opening smtp session to localhost(25).
imput: >>> 220 socio.kyoto-u.ac.jp Sendmail SMI-8.6/3.4W; Thu, 21 Aug 1997 06:17:36 +0900
imput: <<< HELO localhost
imput: >>> 250 socio.kyoto-u.ac.jp Hello localhost [127.0.0.1], pleased to meet you
imput: <<< MAIL FROM:<eguchi at example.com>
imput: >>> 250 <eguchi at example.com>... Sender ok
imput: <<< RCPT TO:<eguchi at example.com>
imput: >>> 250 <eguchi at example.com>... Recipient ok
imput: <<< DATA
imput: >>> 354 Enter mail, end with "." on a line by itself
imput: <<< .
imput: >>> 250 GAA08347 Message accepted for delivery
imput: delivery succeeded.

Delivery successful for the following recipient(s):
	<eguchi at example.com>

Transcription of smtp session follows:
>>> 220 socio.kyoto-u.ac.jp Sendmail SMI-8.6/3.4W; Thu, 21 Aug 1997 06:17:36 +0900
<<< HELO localhost
>>> 250 socio.kyoto-u.ac.jp Hello localhost [127.0.0.1], pleased to meet you
<<< MAIL FROM:<eguchi at example.com>
>>> 250 <eguchi at example.com>... Sender ok
<<< RCPT TO:<eguchi at example.com>
>>> 250 <eguchi at example.com>... Recipient ok
<<< DATA
>>> 354 Enter mail, end with "." on a line by itself
<<< .
>>> 250 GAA08347 Message accepted for delivery
imput: closing SMTP session.
imput: <<< QUIT
imput: >>> 221 socio.kyoto-u.ac.jp closing connection
[eguchi at example.com]~% 


以下に使用しているConfigをつけます。

-------------- next part --------------
################################################################
###
### Sample .im/Config
###
### Syntax::
###	key=value
###
###  * "key=value" is equivalent to "--key=value" style command option.
###  * "key" must start at the beginning of the line.
###  * "=" must follow after "key" without white spaces.
###  * White spaces are allowed between "=" and "value".
###  * ":" can be used instead of "=".
###  * Characters after "#" are ignored.
###
### The following examples are all the same:
###	key=value
###	key=  value
###	key:value
###     key:  value
###
### $variable will be expanded.
### '~' will be expanded.
###
##
## Global
##
MailDir=Mail
NewsDir=News
Address=eguchi at example.com
#AddrRegex=
InboxFolder=+inbox
DraftFolder=+drafts
TrashFolder=+trash
#PreserveDot=off
AliasesFile=~/Mail/aliases
ContextFile=~/.im/Context
PetnameFile=~/.im/Petname
FolderMode=0700
MsgMode=0600
##
## Commom
##
#Help=off
#Quiet=off
#Noharm=off
#Src=$InboxFolder
#Imrm.Src=$TrashFolder
#Imget.Src=local
##
## Command depend
##
#Form=%5n %m%d %-14A %-18S %b			# --form
#Width=80					# --width            
#JisSafe=on					# --jissafe
#Thread=off					# --thread
#Indent=2					# --indent
FromDomain=socio.kyoto-u.ac.jp
ToDomain=socio.kyoto-u.ac.jp
#Smtpservers=_must_set_if_Win95_		# --smtpservers
NntpServers=news.kuis.kyoto-u.ac.jp
FccDir=+Backup
ScanSbr=scan.sbr
#MsgDBFile=msgdb
#MsgDBType=DB					# DB/NDBM
#PopHistory=pophist
#NewsHistory=newshist
#
case so-net
FromDomain=ca2.so-net.or.jp
Address=eguchi-s at example.com


#case queue
#JustQueuing=yes


Mew-dist メーリングリストの案内