[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[debian-users:04270] [Q] Can't post mail and how to set hostname and domain name for Dial up host.
- From: Yutaka Takeuchi <yutakatk@xxxxxxxxxxxx>
- Subject: [debian-users:04270] [Q] Can't post mail and how to set hostname and domain name for Dial up host.
- Date: Thu, 12 Feb 1998 17:19:40 +0900
- X-ml-info: If you have a question, send a mail with the body "# help" (without quotes) to the address debian-users-ctl@debian.or.jp
- X-ml-name: debian-users
- X-mlserver: fml [fml 2.1A#41]; post only from members
- X-priority: 3 (Normal)
- Message-id: <34E2B034.E8383DB6@xxxxxxxxxxxx>
- X-mail-count: 04270
- X-mailer: Mozilla 4.01 [ja] (Win95; I)
こんにちは。
武内@JALです。(長文で済みません。)
ようやく、ISPに契約し、自宅からダイアルアップPPPが出来るようにな
ったのですが、Linuxからメールが出すことが出来ません。
過去メール(debian、Linux、MewのML)およびHow-Toを参考にTryしたの
ですが、うまく行きません。
メーラーの設定、host名・domain名の設定のどちらが拙いの分かりません。
Linuxでのログイン名とISPでのMail User名が異なる(同じものが取れな
かった :-( )場合に、皆さんはどうしているのでしょうか?
また、host名、domain名はどうしているのでしょうか?
(当然、動的IPアドレスが与えられるので’公式名’は無いわけですし...)
宜しくお願いいたします。
# 情けないことに、Win95で書いています。
[症状]
echo 'hoge hoge' | mail someone@xxxxxxxxxxxxxxxxxxxxx
等とやると正常に送信されます。
Mewから送信しようとすると、以下のようなエラーが出て、送信されません。
[エラーログ]
imput: setting debug level all=1
imput:DEBUG: mail alias file /home/yutaka/.im/Aliases with handle
/home/yutaka/.im/Aliases
imput: can't open host-aliases file: /home/yutaka/.hostaliases
imput: ERROR: Can not open: /home/yutaka/Mail/draft/impath: setting
debug level yes=1
imput: opening smtp session to cc.mbn.or.jp(25).
imput:DEBUG: handle tcp00 allocated.
imput: >>> 220-cc.mbn.or.jp Sendmail 8.6.12+2.4W/ga.mbn.or.jp-1.0+u
ready at Sun, 8 Feb 1998 12:36:17 +0900
imput: >>> 220 ESMTP spoken here
imput: <<< EHLO localhost
imput: >>> 250-cc.mbn.or.jp Hello yutaka@xxxxxxxxxxxxxxxxxxxxxxxxx
[210.144.130.134], pleased to meet you
imput: >>> 250-SIZE
imput: >>> 250 HELP
imput: <<< MAIL FROM:<>
imput: >>> 250 <>... Sender ok
imput: <<< RCPT TO:<>
imput: >>> 550 <>... User unknown
imput: closing SMTP session.
imput: <<< QUIT
imput: >>> 221 cc.mbn.or.jp closing connection
imput: Draft file impath: setting debug level yes=1 preserved.
imput:DEBUG: closing mail alias file /home/yutaka/.im/Aliases
又、sendmail起動時に以下のエラーが出て、起動に時間が掛かっています。
[mail.error]
Feb 12 14:07:17 nirvana sendmail[119]: My unqualified host name
(nirvana) unknown; sleeping for retry
Feb 12 14:09:32 nirvana sendmail[119]: unable to qualify my own domain
name (nirvana) -- using short name
[環境]
・ Debian 1.3.1 Kernel 2.0.32
・ mule 上で im-76、mew-1.92を使用
(im、mewは/usr/local以下にインストール)
・ BINDをキャッシュモードで動かしている。
・ sendmailをnomxで動かしている。ローカルドメイン以外をISPのメール
サーバーにリレイしている。
sendmail -bt したところうまく動いているようです。
[設定]
・ login nameとmail account nameは異なります。
・ /etc/hosts
127.0.0.1 localhost
0.0.0.0 nirvana <- 勝手に付けているホスト名
xx.xx.xx.xx cc.mbn.or.jp <-ISPのメールサーバー
・ /etc/resolve.conf
nameserver localhost
・ ~/.emacs の設定(関連ありそうな部分のみ)
;; (7) Mew
(setq mew-from '"yutakatk@xxxxxxxxxxxx")
(setq mew-mail-domain-list ' ("cc.mbn.or.jp"))
・ ~/.im/Config の設定(Default以外)
Address=yutakatk@xxxxxxxxxxxx
FromDomain=mbn.or.jp
# ToDomain=cc.mbn.or.jp
Name=Yutaka Takeuchi # commentary name for my mail address
User=yutaka
MailDir=Mail
Smtpservers=localhost # default server for SMTP
EmgSmtpSvrs=localhost # SMTP server just for error return
FccDir=$MailDir # directory for FCC folders
ObeyMTAdomain=yes # do not append domainpart to addresses by imput
NameInComment=no # yes: (Full Name) Addr, no: Full Name <Addr>