[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[postfix-jp:03881] Re: Greylisting - check_policy_service
- Subject: [postfix-jp:03881] Re: Greylisting - check_policy_service
- From: Tomoyuki Sakurai <ml-postfix-jp@xxxxxxxxxxxxxxx>
- Date: Mon, 26 Jan 2004 22:45:25 +0900
間違ってました。
On Mon, 26 Jan 2004 22:34:39 +0900
Tomoyuki Sakurai <ml-postfix-jp@xxxxxxxxxxxxxxx> wrote:
| main.cfには次のような感じで。
|
| | db_dir = /path/to/database/dir
| | smtpd_recipient_restrictions =
| | ...
| | reject_unauth_destination,
次の行は間違い。
| | check_client_access hash:$db_dir/local.whitelist.by.client.hash,
これが正解。
check_recipient_access hash:$db_dir/local.whitelist.by.recipient.hash,
^^^^^^^^^ ^^^^^^^^^
| | chech_sender_access hash:$db_dir/local.whitelist.by.recipient.hash,
| | check_client_access hash:$| idiot@example.org OK
| ceo@example.org OK
sbl.example.org,
| | ...
| | warn_if_reject,
| | check_client_access pcre:$db_dir/warn.pcre,
| | permit
次も間違い。
| local.whitelist.by.client.hashには、
これが正解。
local.whitelist.by.recipient.hashには
^^^^^^^^^
| postmasster@example.org OK
| abuse@example.org OK
| idiot@example.org OK
| ceo@example.org OK
--
Tomoyuki Sakurai - Tomi -
mailto:ml-postfix-jp@xxxxxxxxxxxxxxx
local dnsbl files updated daily at
rsync://trombik.mine.nu/spf/
- Follow-Ups
-
- [postfix-jp:03959] postfixの 設定について (Re: Re: Greylisting - check_policy_service), Yasuhiro Enomoto
- References
-
- [postfix-jp:03879] Re: おなじ みさん方式の実装, Tamachan
- [postfix-jp:03880] Greylisting - check_policy_service, Tomoyuki Sakurai
[検索ページ]
[Postfix-JP ML Home]