[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[plamo:14406] Re: Plamo3.0 openSSH



川俣です。間違えてました。

From: kaw@on.rim.or.jp
Subject: [plamo:14403] Re: Plamo3.0 openSSH
Date: Thu, 27 Jun 2002 16:28:32 +0900
Message-ID: <20020627162832I.kaw@teny.co.jp>

>   ということは、なんらかの原因で queue に溜っちゃったメールは、いつま
> で経っても処理されないですよね、それも何ですから、-bdオプションを抜い
> て、
> 
> # Start the sendmail daemon (Queue Flash only):
> if [ -x /usr/sbin/sendmail ]; then
>   echo "Starting sendmail daemon (/usr/sbin/sendmail -q1h)..."
>   /usr/sbin/sendmail -bd -q1h
> fi
> 
> くらいでどうですかね? 
> (BSDからのパクリですが‥ :-)

これ、

# Start the sendmail daemon (Queue Flash only):
if [ -x /usr/sbin/sendmail ]; then
  echo "Starting sendmail daemon (/usr/sbin/sendmail -q1h)..."
  /usr/sbin/sendmail -q1h
fi

が正解です。
(先のメールでは、実行部分にまだ -bd が入ってました)
----
川俣 吉広

References
[plamo:14350] Re: Plamo3.0 openSSH, SAWAMI Hiroaki
[plamo:14357] Re: Plamo3.0 openSSH, MOUE Kiyoshi
[plamo:14403] Re: Plamo3.0 openSSH, kaw

[検索ページ] [メール一覧]
Plamo ML 公開システム