ssh + smtp

Katsumi Yamaoka yamaoka @ jpl.org
2002年 7月 25日 (木) 17:24:06 JST


>>>>> In [emacs-mime-ja : No.01068]
>>>>>	Katsumi Yamaoka <yamaoka @ jpl.org> wrote:

山岡> ところで、たぶん本題とは関係無いのですが、ssh + telnet で nntp
山岡> サーバーにつなぐ場合に、telnet の版によっては ssh に -t オプショ
山岡> ンを付けないと通信ができないことがあるので、現在の nntp.el はそ
山岡> ういうことができるようにしてあります。なぜか smtp では再現しませ
山岡> んが。

思い出しました。

% ssh remote_host telnet localhost smtp

では問題ありません。以下のような場合です。

% ssh remote_host telnet
(しーん)

% ssh -t remote_host telnet
telnet> open localhost smtp
Trying 127.0.0.1...
Connected to localhost.
Escape character is '^]'.
220 remote_host ESMTP Postfix
QUIT
221 Bye
Connection closed by foreign host.
% 

これは通信相手のホストとポートが ps コマンドで見えないようにする
対策を nntp.el で行なったときに見つけたのですが、そういうことを
行なう smtp-open-connection-function の例までは書かなくて良いで
すよね? ^^;;
-- 
Katsumi Yamaoka <yamaoka @ jpl.org>




More information about the Emacs-mime-ja mailing list