[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[postfix-jp: 806] エイリアスを利用したメール転送について



初歩的な質問であったなら大変申し訳ありません。
時間が限られている状況でpostfixサーバを構築しなくてはならず、
お知恵をお借りしたく投稿しました。

何卒よろしくお願いします。

「やりたい事」
エイリアスを利用して、システムに存在しないユーザ宛てのメールを
同一システム内に実在するユーザのメールボックスに転送したい。

「現状」
本やHPを見ながら、main.cfの設定を終え、
外部からtestユーザに向かってメールを送信すると、
/var/spool/mail/test で受信できることを確認。

次に、エイリアスの設定をした。
(testユーザ宛てのメールをpostfix宛てに転送)

エイリアスの設定手順は以下の通りに行った。
[1]main.cfのalias_*部分を追加
[2]/etc/postfix/aliasesを編集
[3]newalias 
[4]postfixの再起動

上記設定後、
testユーザ宛てのメールを送るが、転送されない。
メールの送信元にはエラーが返ってしまう。


「main.cfの設定」
>postconf -n
alias_database = hash:/etc/postfix/aliases
alias_maps = hash:/etc/postfix/aliases
allow_mail_to_commands = alias,forward,include
allow_mail_to_files = alias,forward
command_directory = /usr/sbin
config_directory = /etc/postfix
daemon_directory = /usr/libexec/postfix
debug_peer_level = 2
inet_interfaces = all
local_recipient_maps = $alias_maps unix:passwd.byname
mail_owner = postfix
mail_spool_directory = /var/spool/mail
mailq_path = /usr/bin/mailq
mydestination = example.com, localhost.$mydomain, localhost, $mydomain
mydomain = example.com
myhostname = example
mynetworks = 192.168.0.0/24, 127.0.0.0/8
myorigin = $myhostname
newaliases_path = /usr/bin/newaliases
queue_directory = /var/spool/postfix
relay_domains = $mydestination
sendmail_path = /usr/sbin/sendmail
unknown_local_recipient_reject_code = 550

[/etc/postfix/aliases に加えた設定]
test:		postfix


[メール送信元に返ったエラーメール内容]
This is the Postfix program at host example.

I'm sorry to have to inform you that your message could not be
be delivered to one or more recipients. It's attached below.

For further assistance, please send mail to <postmaster>

If you do so, please include this problem report. You can
delete your own text from the attached returned message.

			The Postfix program

<postfix@example.example.com> (expanded from <test@example.com>):
    Host or domain name not found. Name service error for
    name=example.example.com type=A: Host not found



[/var/log/maillog のログ]
ec  2 09:26:10 example postfix/qmgr[1560]: A8C8F62471: from=<myhome@nifty.
com>, size=715, nrcpt=1 (queue active)
Dec  2 09:26:10 example postfix/smtpd[1562]: disconnect from myhome.nifty.com
[202.248.37.213]
Dec  2 09:26:10 example postfix/local[1565]: A8C8F62471: to=<test@example.com>,
 relay=local, delay=0, status=sent (delivered to mailbox)
Dec  2 09:26:10 example postfix/qmgr[1560]: A8C8F62471: removed



以上ですが、一連の設定や作業で的外れなことをやっているのでしょうか?
よろしくお願いします。



_______________________________________________
Postfix-jp-list mailing list
Postfix-jp-list@xxxxxxxxxxxxxxxxxxxx
http://lists.sourceforge.jp/mailman/listinfo/postfix-jp-list

Follow-Ups
[postfix-jp: 807] Re: エイリアスを利用したメール転送について, YOSHIMURA Keitaro
[postfix-jp: 808] Re: エイリアスを利用したメール転送について, SHIBUTANI MASASHI
[postfix-jp: 809] Re: エイリアスを利用したメール転送について, Katsushi Sakurane

[検索ページ] [Postfix-JP ML Home]