[Mew-dist 03757] Queing doesn't act.
yutakatk at example.com
yutakatk at example.com
1998年 2月 15日 (日) 08:09:55 JST
武内です。
PPPでISPにダイアルアップ接続をしています。
今までは、送信のたびに接続していましたが、Queingを使えば「接続されて
いればSMTPで送信し、されていなければQueに溜る。」ことができることを
発見し(^^;)トライしていますが、旨くいきません。
「Too Many Errors...」となっているので全く手の打ちようがありません。
対諸方法、何を調べれば良いかなど御教示をお願い致します。
----------
Yutaka Takeuchi <yutakatk at example.com>
----------
-- error message ----
imput: can't open host-aliases file: /home/yutaka/.hostaliases
imput: message accepted.
imput: NNTP disabled (header format is not fit).
imput: creating file: /home/yutaka/Mail/outbox/12
imput: opening smtp session to cc.mbn.or.jp(25).
imput: smtp server cc.mbn.or.jp(25) did not respond.
imput: smtp connection was not established.
imput: Network is unreachable
imput: QUEUE creating /home/yutaka/.im/queue/1
imput: ERROR: too many failures creating QUEUE
imput: ERROR: delivery failed.
imput: opening smtp session to cc.mbn.or.jp(25).
imput: smtp server cc.mbn.or.jp(25) did not respond.
imput: opening smtp session to localhost(25).
imput: >>> 220 nirvana.eterna.liuxworld.com ESMTP Sendmail 8.8.5+2.7Wbeta5/3.5Wpl71.0; Sun, 15 Feb 1998 07:54:12 +0900
imput: <<< EHLO localhost
imput: >>> 250-nirvana.eterna.liuxworld.com Hello yutaka at example.com [127.0.0.1], pleased to meet you
imput: >>> 250-EXPN
imput: >>> 250-VERB
imput: >>> 250-8BITMIME
imput: >>> 250-SIZE
imput: >>> 250-DSN
imput: >>> 250-ONEX
imput: >>> 250-ETRN
imput: >>> 250-XUSR
imput: >>> 250 HELP
imput: <<< MAIL FROM:<>
imput: >>> 250 <>... Sender ok
imput: <<< RCPT TO:<yutaka>
imput: >>> 250 <yutaka>... Recipient ok
imput: <<< DATA
imput: >>> 354 Enter mail, end with "." on a line by itself
imput: <<< .
imput: >>> 250 HAA07331 Message accepted for delivery
imput: closing SMTP session.
imput: <<< QUIT
imput: >>> 221 nirvana.eterna.liuxworld.com closing connection
------- ~/.im/Config -----
################################################################
###
### 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.
###
##
## Individual information
##
Address=yutakatk at example.com
#Address=yutaka at example.com
FromDomain=cc.mbn.or.jp
# ToDomain=cc.mbn.or.jp
Name=Yutaka Takeuchi # commentary name for my mail address
#User=yutaka
#AddrRegex=
#Org=The Mew Organization # for news posting
##
## Default global parameters
##
### Directories (relative to ~/)
MailDir=Mail
NewsDir=News # for saved news
### Folders in $MailDir
#InboxFolder=+inbox # default destination of imget
#DraftFolder=+draft
#TrashFolder=+trash # default destination of message removal in Mew
### Folder style in $NewsDir (saved news articles)
#PreserveDot=off # off: /news/group/, on: /news.group/
### Mode for creation
#FolderMode=0700
#MsgMode=0600
### To keep state of IM commands (CurrentFolder, etc.)
#ContextFile=Context # relative to ~/.im/
##
## Default settings
##
## Mail address aliases
#AliasesFile=Aliases # relative to ~/.im/
## PetName: mail address aliases for displaying
#PetnameFile=Petnames # relative to ~/.im/
## Message-ID database
#MsgDBFile=msgiddb # location (relative to ~/.im/)
#MsgDBType=DB # type of database (DB, NDBM, SDBM)
## To call user defined subroutines (relative to ~/.im/)
#GetSbr=get.sbr # hooks for imget
#ScanSbr=scan.sbr # hooks for imget/imls
## Working folders
#Src=$InboxFolder # default source of most commands
#Imrm.Src=$TrashFolder # default source for message cleanups
## imget/imls specific
#ScanSbr=scan.sbr # hook for special processing (rel. to ~/.im/)
#Form=%5n %m%d %-14A %-18S %b # default format for scanning
#AllowCRLF=no # saved messages may contain CRLF (DOS style)
#Width=80 # default width for scanning
#JisSafe=on # escape seq. of JIS char. should be managed
#Indent=2 # indent step for threading
## Servers
#Smtpservers=localhost # default server for SMTP
Smtpservers=cc.mbn.or.jp
EmgSmtpSvrs=localhost # SMTP server just for error return
#NntpServers=news.tokyo.mbn.or.jp # default server for NNTP
## imget specific
#GetSbr=get.sbr # hook for special processing (rel. to ~/.im/)
#Imget.Src=local # default source of imget (local mailbox)
#lock=flock # locking style of local mailbox
#rpath=append # conversion of UNIX From into Return-Path:
#PopHistory=pophist # to save last state (relative to ~/.im/)
#NntpHistory=newshist # to save last state (relative to ~/.im/)
#MBoxStyle=qmail # if folder style mbox of qmail is used
#Imget.Src=local:${HOME}/MailDir# in case of qmail
#PopAccount=/APOP at example.com # account info for POP access
#PopAccount=yutakatk/APOP at example.com # account info with user name
#PopAccount=user/APOP at example.com/110 # account info with user name and port number
#Keep=7 # preserve read messages on server
#ProtoKeep=UIDL # how to know which message is unread
# (UIDL, LAST, STATUS, MSGID)
#ImapAccount=@localhost/AUTH # account info for IMAP access
#ImapAccount=user at example.com/AUTH # account info with user name
#HttpProxy=proxy-server:8080 # proxy server for HTTP access
#NoProxy=http://.*my.domain/ # URL regex not to use Proxy server
#UsePwAgent=yes # use password agent
#PwAgentPort=6543 # Port to connect pwagent with TCP/IP
# (Insecure for multi-user system!)
# 0 to use UNIX domain socket (more secure)
# be careful on security if you wish to use PwFiles!
#UsePwFiles=yes # use password files
#PwFiles=password # password files (relative to ~/.im/)
## imput specific
FccDir=$MailDir # directory for FCC folders
#MsgIdDomain=${HOST} # if you want to use FQDN of dispatching host
ObeyMTAdomain=yes # do not append domainpart to addresses by imput
#NoMsgIdForNews=yes # do not insert Message-Id: when posting as news
#NewsGMTdate=yes # use GMT for Date: when posting as news
#noJPheader # do not encode ISO-2022-JP with RFC2047
#Defcode=EUC # default code in case no way to judge SJIS/EUCj
#JPconv=yes # convert SJIS/EUCj to ISO-2022-JP
#NoHdrFolding=yes # do not fold long header line when encoding
#HdrQEncoding=yes # use Q-encoding to encode ISO-2022-JP
NameInComment=no # yes: (Full Name) Addr, no: Full Name <Addr>
#Lines=3000 # unit to split a message to partial
#Annotate=yes # annotate on parent messages (MsgDB required)
# Common operational settings
#Help=no
#Quiet=no
#Noharm=no
Verbose=yes
#Debug=
#case mew
#FromDomain=mew.org
#case queue
#JustQueuing=yes
Queuing=yes
#case news
#Assoc= +inbox=nntp:fj.mail.system.sendmail;\
# +inbox=nntp:fj.mail
#Count=10
#case default
# -- global setting again --
--------- ここまで ---------
Mew-dist メーリングリストの案内