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

[postfix-jp: 4374] Re: ããããéèããééããã



 こんにちは。山田です。
 お返事ありがとうございます。


> エイリアスはどこに設定していますか?

 エイリアスの設定は、参照されるデータベース内で行っています。

#/etc/postfix/mysql_virtual_alias_maps.cf
user = postfix
password = ********
hosts = localhost
dbname = postfix
table = alias
select_field = goto
where_field = address

#/etc/postfix/mysql_virtual_domains_maps.cf
user = postfix
password = ********
hosts = localhost
dbname = postfix
table = domain
select_field = domain
where_field = domain
additional_conditions = and active = '1'

#/etc/postfix/mysql_virtual_mailbox_maps.cf
user = postfix
password = ********
hosts = localhost
dbname = postfix
table = mailbox
select_field = maildir
where_field = username

#/etc/postfix/mysql_virtual_mailbox_limit_maps.cf
user = postfix
password = ********
hosts = localhost
dbname = postfix
query = SELECT quota FROM mailbox WHERE username='%s' AND active = '1'

  また、webminでPostfixの設定を確認すると、「仮想ドメイン」の項目で
 hoge@xxxxxxxx : fuga@xxxxxxxx, hoge@xxxxxxxx
 と表示されているので、データベースの参照も正しく行えているように見えます。

> postconf -q hoge@xxxxxxxx

  申し訳ありません。-q オプションが使えませんでした。

 お返事お待ちしております。

_______________________________________________
Postfix-jp-list mailing list
Postfix-jp-list@xxxxxxxxxxxxx
http://lists.osdn.me/mailman/listinfo/postfix-jp-list

References
[postfix-jp: 4372] ããããéèããééããã, HMUP
[postfix-jp: 4373] Re: ããããéèããééããã, Nakane Ryuji

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