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

[postfix-jp: 424] Re: SMTP認証が効かない



本山といいます。

> smtp認証の設定をしていないメーラーからも送信できてしまうという事と

試験の際、自分宛にしませんでしたか?
それとも中継でのお話でしょうか?

postconf -n が完全ではないようですが、とりあえず、

> mydestination = $myhostname, localhost.$mydomain $mydomain
> mynetworks = 127.0.0.0/8
> mynetwork_style = subnet
> myorigin = $mydomain
> unknown_local_recipient_reject_code = 450

mydestination = $myhostname, localhost.$mydomain
mynetworks = 127.0.0.0/32 当該 IP アドレス/32
mynetwork_sytle = host
myorign = $myhostname
unknown_local_recipeint_reject_code = 550

として、smtpd_{client,helo,sender,recipient}_restriction は、

smtpd_client_restrictions =
  check_client_access hash:/etc/postfix/reject_list,
  reject_rbl_client,
  permit
smtpd_helo_restrictions =
  reject_invalid_hostname,
  permit
smtpd_sender_restrictions =
  check_sender_access hash:/etc/postfix/reject_sender,
  reject_unknown_sender_domian,
  reject_sender_login_mismatch,
  permit
smtpd_recipeint_restrictions =
  permit_auth_destination,
  permit_mynetworks,
  permit_sasl_authenticated,
  reject

あたりになるのではないかと。けれど Sakurai さんが指摘されたように、
まずは

smtpd_clint_restrictions =
smtpd_helo_restrictions =
smtpd_sender_restrictions =
smtpd_recipient_restrictions =
 permit_mynetworks, reject_unauth_destination

から始めた方がよろしいかと思います。 中継(SMTP AUTH)はそれからです。
何故 smtpd_recipient_restrictions に制限を入れた方が良いのかも分か
るでしょう。

> localhost:smtp-backdoor inet n - n - - smtpd -o content_filter=

こういうものも後から入れた方がよろしいかと。

# ちょっと呆けているので、おかしな所があれば指摘して下さい > ALL

-- 
----------------------
Motoyama, Mashio <moto@xxxxxxxxxxxxx>


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

Follow-Ups
[postfix-jp: 425] Virtual環境での .forward が有効になりません, s-takeuchi@xxxxxxxxxx
References
[postfix-jp: 417] SMTP認証が効かない, 黒部雅之

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