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

[debian-users:10957] im woth qmail



たはら@会津大です.

qmail(Maildir 形式) で運用しているホストで,Mew をインストールして,
Mew の FAQ にあったように ~/.im/Config を編集して使おうとしたので
すが,inc するたびに同じメールが何回も表示されて,おかしいなと思っ
たので,imget をシェルから実行すると

Insecure dependency in unlink while running with -T switch at /usr/lib/IM/LocalMbox.pm line 142.

というエラーメッセージが表示されます.imget の 142 行は以下のよう
なコードです.

   141                      if ($how eq 'get' && $main::opt_keep == 0) {
   142                          unlink("$mbox/$f");
   143                      }

imget が suid されているのが原因のようなので,とりあえずの処置で 
suid ビットを外して使っていますが,他に対処の方法はあるのでしょう
か? 関係しそうなソフトウェアは,以下の通りです.

ii  im              100-1          Internet Message
ii  mew             1.93-1         Messaging in the Emacs World
ii  perl            5.004.04-6     Larry Wall's Practical Extracting and Report
ii  perl-suid       5.004.04-6     Runs setuid Perl scripts.
ii  qmail           1.02-1         Secure, reliable, efficient, simple mail tra

######################################################################
##     The University of Aizu / Department of Computer Systems      ##
##    Tahara Yuusuke / e-mail: m5021212@xxxxxxxxxxxx (ICQ:14439176) ##
##                       URL : http://www.u-aizu.ac.jp/%7Em5021212/ ##
## the pleasure on my right hand, and the sadness on another hand.. ##
######################################################################