[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[postfix-jp:02038] 特定のアドレスの受付拒否設定
- Subject: [postfix-jp:02038] 特定のアドレスの受付拒否設定
- From: Shigeo Honda <shige@xxxxxxxxxxx>
- Date: Fri, 13 Sep 2002 18:59:07 +0900
本多です。
Mandrake Linux 7.2 + Postfix という環境でメールサーバーを運用しており、特定の
差出人からのメールを拒否したいのですが、正規表現の書き方が悪いのかうまくいきま
せん。
■設定内容
main.cf に
header_checks = regexp:/etc/postfix/header_checks
を記述し、header_checksのファイルに、
/^Return-Path: <abc@example.com>/ REJECT
と記述、
# postmap /etc/postfix/header_checks とすると、
postmap: warning: /etc/postfix/header_checks, line 1: record is in "key:
value" format; is this an alias file?
とエラーとなります。
どう記述するとよいものでしょうか。
■main.cf
alias_maps = hash:/etc/postfix/aliases
allow_mail_to_commands = alias, include, forward
command_directory = /usr/sbin
daemon_directory = /usr/lib/postfix
debug_peer_level = 2
default_destination_concurrency_limit = 10
default_privs = nobody
header_checks = regexp:/etc/postfix/header_checks
local_destination_concurrency_limit = 2
mail_owner = postfix
mail_spool_directory = /var/spool/mail
mailbox_command = /usr/sbin/amavis "$SENDER" "$RECIPIENT"
message_size_limit = 4096000
mydestination = $myhostname, localhost.$mydomain $mydomain
mydomain = xxxxxxxx.net
myhostname = xxxxxx.xxxxxx.net
mynetworks = /etc/postfix/mynetworks
myorigin = $mydomain
queue_directory = /var/spool/postfix
smtpd_banner = $myhostname ESMTP $mail_name ($mail_version) (Linux-Mandrake)
smtpd_recipient_limit = 100
virtual_maps = hash:/etc/postfix/virtual
-- Shigeo Honda
-- shige@xxxxxxxxxxx
- Follow-Ups
-
- [postfix-jp:02039] Re: 特定のアドレスの受付拒否設定, YOSHIMURA Keitaro
- [postfix-jp:02040] Re: 特定のアドレスの受付拒否設定, Seiya Nishizawa
[検索ページ]
[Postfix-JP ML Home]