[Mew-dist 09699] RE: How to port forwarding with Mew (IM)

KOIE Hidetaka ( 鯉江英隆 ) hide at example.com
1999年 7月 16日 (金) 01:05:59 JST


From: "Takashi P.KATOH" <p-katoh at example.com>
Subject: [Mew-dist 09684] How to port forwarding with Mew (IM)
Date: Thu, 15 Jul 1999 20:29:33 +0900

  | Mew+IM で SSH を使った port forwarding を利用して (A)POP で 
  | mail を取ってくる

わたしはこんなスクリプトをつかっています。
sleep 6の秒数は環境によって変える必要があるかと思います。

#!/bin/sh
remote=YOUR.MAIL.SERVER
port=11001:${remote}:110
(sleep 6; imget --verbose=on --debug=on --config=YOUR_CONFIG 1>&2) | \
ssh -t -a -x -v -c none -C -L ${port} ${remote} 'cat>/dev/null'

# -tオプションはsetsockopt(TCP_NODELAY)をねらって入れてますが。
# あんまり効果はないようです。

--
KOIE Hidetaka 鯉江英隆 <hide at example.com>



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