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

[postfix-jp:03414] バーチャ ルドメインでfqdn 宛てのメールを転送したい



初めて投稿させて頂きます。宜しくお願いします。
OSは RedHatLinux9 で使用バージョンは postfix2.0.11 です。
UNIXユーザを作らずに、バーチャルドメイン機能を使用して
MySQLを使用してメールユーザの情報を全て管理しています。
設定は以下です。

# postconf -n
alias_database = hash:/etc/postfix/aliases
alias_maps = hash:/etc/postfix/aliases
broken_sasl_auth_clients = yes
command_directory = /usr/sbin
config_directory = /etc/postfix
daemon_directory = /usr/libexec/postfix
debug_peer_level = 2
home_mailbox = Maildir/
inet_interfaces = all
mail_owner = postfix
mailq_path = /usr/bin/mailq.postfix
mydestination =
mydomain = hogehoge.com
myhostname = test.hogehoge.com
mynetworks = 192.168.1.0/24, 127.0.0.0/8
myorigin = $mydomain
newaliases_path = /usr/bin/newaliases.postfix
queue_directory = /var/spool/postfix
relay_domains = $myhostname, localhost.$mydomain, $mydomain
sendmail_path = /usr/sbin/sendmail.postfix
setgid_group = postdrop
smtpd_recipient_restrictions = permit_sasl_authenticated, reject_unauth_destination
smtpd_sasl_auth_enable = yes
smtpd_sasl_local_domain = $myhostname localhost.$mydomain $mydomain
smtpd_sasl_security_options = noanonymous
unknown_local_recipient_reject_code = 450
virtual_gid_maps = static:55555
virtual_mailbox_base = /var/spool/postfix/mail
virtual_mailbox_domains = $mydomain
virtual_mailbox_maps = mysql:/etc/postfix/mysql-maps.cf
virtual_minimum_uid = 100
virtual_transport = virtual
virtual_uid_maps = static:55555

/etc/postfix/mysql-maps.cf:
user = postfix
password = pass
dbname = mail
table = users
select_field = maildir
where_field = address
hosts = localhost

mysql> select * from users;
username   password   address             maildir
----------------------------------------------
test       pass       test@xxxxxxxxxxxx   /test/Maildir/

以上の設定で、test@xxxxxxxxxxxx 宛のメールは 
/var/spool/postfix/test/Maildir に保存できています。
しかし、fqdnを指定した test@xxxxxxxxxxxxxxxxx 宛のメールは
当然ですが、(unknown user: "test@xxxxxxxxxxxxxxxxx") とバウンスされます。
/etc/postfix/virtual で
test@xxxxxxxxxxxxxxxxx  test@xxxxxxxxxxxx
等と設定すればよさそうだとは思うのですが、
メールユーザが増えるたびにいちいち記述するのは面倒です。
ユーザを問わず、test.hogehoge.com 宛を一括して hogehoge.com ドメイン宛に
転送する方法はありますでしょうか?

postfix2 では virtual_alias_domains virtual_alias_maps の設定で
なんとかできそうな気がするのですが、どうでしょうか?
どなたか御教示ください。

Follow-Ups
[postfix-jp:03415] Re: バーチ ャルドメインでfqdn 宛てのメールを転送したい, TSUMAI Yasuyuki
[postfix-jp:03419] Re: バーチ ャルドメインでfqdn 宛てのメールを転送したい, Yu Ooasa

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