[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[postfix-jp:397] Default Relay
- Subject: [postfix-jp:397] Default Relay
- From: Kenji MATSUOKA <pine@xxxxxxxxxx>
- Date: Wed, 21 Feb 2001 22:02:11 +0900
(財)鉄道総合技術研究所の松岡です。
ファイアウォール内部のマシンでPostfixを運用することを
考えています。
(1) 自分で、配送できるメールは自分で配送(と言っても自ドメ
インから自ドメイン宛てのみですが...)可能なように
DNS MX Recordを定義しました。
(2) 自分で配送出来ないメール(と言うのは自ドメインから他ドメイン
宛てのことですが...)は、ファイアウォールに転送すると言う事で
以下の設定を行ないました。
mydestination = $myhostname localhost.$mydomain $mydomain
relayhost = FireWALL.rtri.or.jp
部外から来たhoge@xxxxxxxxxx宛てのメールが来た場合、メール
はpostfix/localが受け取ります。しかしhogeと言うアカウント
がpostfixマシンに作成してありません。替わりに/etc/aliasesに
hoge:hoge@xxxxxxxxxxxxxx
に定義しているのですが、アカウントhogeがありませんのメッセージが
出ます。
> Feb 21 20:07:40 XXXXXXXX postfix/local[18097]: 94740350EE:
> to=<hoge@xxxxxxxxxx>, relay=local, delay=0,
> status=bounced (unknown user: "hoge")
/etc/aliasesの記述を有効にするには、どのように設定したら
良いのでしょうか?
#transportテーブルの利用で解決できるような気もしますが
#良く設定がわからないです
環境は、
Sun/Sparc OS 5.7
Postfix(postfix-19991231-pl14)
ファイアウォール外部および内部でDNSサーバを運用しています。
どちらもドメイン名は rtri.or.jpです。
----- nslookup --------
XXXXXXXX % nslookup -type=mx foo
Server: dns.rtri.or.jp
Address: xxx.xxx.xxx.xxx
foo.rtri.or.jp preference = 10, mail exchanger = foo.rtri.or.jp
rtri.or.jp nameserver = dns.rtri.or.jp
foo.rtri.or.jp internet address = xxx.xxx.xxx.xxx
dns.rtri.or.jp internet address = xxx.xxx.xxx.xxx
-----------------------
----- postconf -m -----
XXXXXXXX % postconf -m
nis
dbm
regexp
environ
btree
unix
hash
------------------------
----- postconf -n -----
alias_maps = dbm:/etc/aliases
command_directory = /usr/sbin
daemon_directory = /usr/libexec/postfix
debug_peer_level = 2
default_destination_concurrency_limit = 10
inet_interfaces = all
local_destination_concurrency_limit = 2
mail_owner = postfix
mail_spool_directory = /var/mail
mydestination = $myhostname localhost.$mydomain $mydomain
mydomain = rtri.or.jp
myhostname = XXXXXXXX.rtri.or.jp
mynetworks = XXX.XXX.XXX.0/24,127.0.0.0/8
myorigin = $myhostname
notify_classes = resource, software
queue_directory = /var/spool/postfix
relayhost = FireWALL.rtri.or.jp
smtpd_banner = $myhostname ESMTP $mail_name ($mail_version)
------------------------
---
mailto:pine@xxxxxxxxxx
- Follow-Ups
-
- [postfix-jp:398] Re: Default Relay, UCHIKAWA Michihiro
[検索ページ]
[Postfix-JP ML Home]