[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[debian-users:40635] Re: 特定のIPアドレスからのメールを拒否したい
- From: Hiroshi Fujishima <pooh@xxxxxxxxxxxxxxxxxxxx>
- Subject: [debian-users:40635] Re: 特定のIPアドレスからのメールを拒否したい
- Date: Mon, 31 May 2004 15:43:34 +0900
- List-help: <mailto:debian-users-ctl@debian.or.jp?body=help>
- List-id: debian-users.debian.or.jp
- List-owner: <mailto:debian-users-admin@debian.or.jp>
- List-post: <mailto:debian-users@debian.or.jp>
- List-software: fml [fml 4.0.3 release (20011202/4.0.3)]
- List-unsubscribe: <mailto:debian-users-ctl@debian.or.jp?body=unsubscribe>
- X-ml-info: If you have a question, send e-mail with the body "help" (without quotes) to the address debian-users-ctl@debian.or.jp; help=<mailto:debian-users-ctl@debian.or.jp?body=help>
- X-ml-name: debian-users
- X-mlserver: fml [fml 4.0.3 release (20011202/4.0.3)]; post only (only members can post)
- X-original-to: debian-users@debian.or.jp
- X-spam-level:
- X-spam-status: No, hits=-4.1 required=10.0 tests=IN_REP_TO,ISO2022JP_BODY,ISO2022JP_CHARSET, MAILTO_TO_SPAM_ADDR,PLING_QUERY,REFERENCES, SIGNATURE_SHORT_DENSE,SPAM_PHRASE_00_01,USER_AGENT, USER_AGENT_GNUS_UA version=2.44
- References: <7cllj92kl9.fsf@xxxxxxxxxxxxxxxxxxxx> <20040531063058619.NROP.115400.t-mta8.odn.ne.jp@xxxxxxxxxxxxxx>
- Message-id: <7coeo59jvv.fsf@xxxxxxxxxxxxxxxxxxxx>
- X-mail-count: 40635
- User-agent: Gnus/5.110003 (No Gnus v0.3) Emacs/21.3.50 (usg-unix-v)
>>>>> In [debian-users : No.40633]
>>>>> suzuki <aap93800@xxxxxxxxxxxxx> wrote:
> > のようにして、rblsmtpd を経由して、qmail-smtpd を起動するようにしましょ
> > う。その後、/etc/tcp.smtp.cdb の元となるファイルに次のように記述して、
> > /etc/tcp.smtp.cdb を作成します。
> >
> > 130.158.2.201:allow,RBLSMTPD="-"
> > :allow,RBLSMTPD=""
> RELAYCLIENT とRBLSMTPD との関係
> :allow と:allow,RBLSMTPD=""
RELAYCLIENT と RBLSMTPD は両方とも環境変数(environment variable) の名前
です。RELAYCLIENT については、qmail-smtpd(8) を参照していただくとして、
RBLSMTPD について説明します。
http://cr.yp.to/ucspi-tcp/rblsmtpd.html に以下のようにかかれています。
If $RBLSMTPD is set and is empty, rblsmtpd does not block mail.
However, if $RBLSMTPD begins with a hyphen, rblsmtpd removes the hyphen and
uses a 553 error code. This tells legitimate clients to bounce the message
immediately.
要約すると環境変数 RBLSMTPD が空の場合 rblsmtpd はメールを拒否しない。
環境変数 RBLSMTPD が `-' で始まる場合は、553 つまり、パーマネントエラー
を返します。
tcprules でコンパイルするルールについては、
http://cr.yp.to/ucspi-tcp/tcprules.html
を参照してください。
--
Hiroshi Fujishima