[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[postfix-jp:187] “どのユーザがサイト外にメールを送信できるかを制限したい”について
- Subject: [postfix-jp:187] “どのユーザがサイト外にメールを送信できるかを制限したい”について
- From: tatsuo harada <t1-harada@xxxxxxxxx>
- Date: Thu, 19 Oct 2000 11:06:35 +0900
原田です。お世話になります。
FAQの“どのユーザがサイト外にメールを送信できるかを制限したい”の設定で悩んでいます。
http://www.chem.nagoya-u.ac.jp/~ike/postfix/jman/faq-jp.html#relay_restrict
環境
OS:FreeBSD 4.1-RELEASE
postfix:postfix-19991231-pl09とSnapshot-20001005
--(1)--
main.cfに追加した設定
# Other configurable parameters.
mynetworks = 0.0.0.0/1, 128.0.0.0/1
transport_maps = hash:/etc/postfix/transport
relayhost = $mydomain
smtpd_recipient_restrictions =
hash:/etc/postfix/restricted_senders
permit_mynetworks
check_relay_domains
restriction_classes = local_only
local_only = check_sender_access hash:/etc/postfix/local_domains, reject
--(2)--
/etc/postfix/restricted_senders:
tatsuo@xxxxxxxxxxxxxxx local_only
--(3)--
/etc/postfix/local_domains:
nri.co.jp OK
#postmap restricted_senders
#postmap local_only
#postfix reload
現象
tatsuo@xxxxxxxxxxxxxxxから外部に送信出来てしまいます。
Oct 19 10:55:45 ataru postfix/qmgr[1994]: A5B41E2B01: from=<tatsuo@xxxxxxxxxxxxx
jp>, size=588, nrcpt=1 (queue active)
Oct 19 10:55:46 ataru postfix/smtp[1999]: A5B41E2B01: to=<tatsuo@xxxxxxxxx>, rel
ay=nrims0.nri.co.jp[192.50.134.32], delay=1, status=sent (250 KAA05287 Message a
ccepted for delivery)
いろいろテスト送信してみると自分宛のメールを送る時だけ以下のwarningメッセージが
出ました。
Oct 19 10:59:42 ataru postfix/smtpd[2001]: warning: unknown smtpd restriction: "
local_only"
Oct 19 10:59:42 ataru postfix/qmgr[1994]: C29BDE2B01: from=<tatsuo@xxxxxxxxxxxxx
jp>, size=600, nrcpt=1 (queue active)
Oct 19 10:59:43 ataru postfix/local[2004]: C29BDE2B01: to=<tatsuo@xxxxxxxxxxxxxx
p>, relay=local, delay=1, status=sent (mailbox)
どこかで初歩的なミスをしていると思います。お知恵をお貸しください。
よろしくお願い致します。
はらだ たつお
(・"-) tatsuo@xxxxxxxxx (-"・)
- Follow-Ups
-
- [postfix-jp:188] Re: “どのユーザがサイト外にメールを送信できるかを制限したい”について, Ikeda Nozomu
[検索ページ]
[Postfix-JP ML Home]