[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: ssmtp po-debconf訳
かもです。
From: Hideki Yamane <henrich@xxxxxxxxxxx>
Date: Sat, 17 Jul 2004 01:22:15 +0900
Subject: Re: ssmtp po-debconf訳
>> やまね です。
原文:
A \"positive\" response will permit local users to enter any
From: line in their messages without it being mangled, and cause
ssmtp to rewrite the envelope header with that address.
>> > 一文目は「\"肯定\" で答えると、ローカルユーザがメッセージ中の From:
>> >行を自由に書くことを許可し、ssmtp はエンベロープをそのアドレスに書き替
>> >えるようになります。」でどうでしょう。
>>
>> \"肯定\" で答えると、ローカルユーザがメッセージに関わり無く、自由に
>> From: 行でも記述するのを許可するようになります。そして ssmtp が指定
>> したアドレスで envelope を上書きします。
>>
>> としたいと思います。
これだと意味が逆になってしまいませんか?
ssmtp が envelope を上書きする、ではなく、ユーザが envelope を上書き
するのを許可する、のはずです。
apt-get source ssmtp して debian/postinst を見ると、この問いの答えは
ssmtp.conf の FromLineOverride に使われています。
ssmtp.conf のサンプルには下記の記述があります。
# Set this to never rewrite the "From:" line (unless not given) and to
# use that address in the "from line" of the envelope.
#FromLineOverride=YES
===
加茂智之 ◇ kamo@xxxxxxxxxxxxxx