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

[postfix-jp: 1018] 特定のsmtpd経由の場合、header_checksを無効にするには



佐藤です。

Postfix 2.1.5 でメールサーバを構築中です。

(INTERNET)---[中継 host-A]---[内部 host-B]---(LAN)
             Postfix 2.1.5   Postfix 2.1.5

 host-B で、LAN からメール送信時に不正なヘッダ(From:) を
 排除するため、main.cf に header_checks を設定しています。

 host-B の smtpd は LAN と中継サーバとで別ポートを設定し、
 中継側は header_checks が不要なので、
   smtpd -o header_checks= 
 としましたが、 header_checks が有効になりメールが reject 
 されます。

 特定の smtpd 経由の場合、header_checks を無効にする方法は
 ないのでしょうか?

# cleanup デーモンの設定パラメータだから無理なのかな...


■host-B の設定

  /etc/postfix/main.cf
-----
header_checks = regexp:/etc/postfix/header_check
-----

  /etc/postfix/header_check
-----
if /^From:.*/
!/^From:.*<.*@.*example\.co\.jp>/  REJECT Bad from domain.
endif
-----

  /etc/postfix/master.cf
-----
# smtpd from host-A
192.168.1.1:20025   inet  n       -       n       -       -       smtpd
  -o content_filter=
  -o header_checks=
  -o smtpd_helo_restrictions=

# smtpd form LAN
192.168.1.1:25      inet  n       -       n       -       -       smtpd
  -o content_filter=smtp-amavis:[127.0.0.1]:10024
-----

----------
佐藤 充男
satou_ml@xxxxxxxxxxxxxxxxx
_______________________________________________
Postfix-jp-list mailing list
Postfix-jp-list@xxxxxxxxxxxxxxxxxxxx
http://lists.sourceforge.jp/mailman/listinfo/postfix-jp-list

Follow-Ups
[postfix-jp: 1019] Re: 特定のsmtpd経由の場合、header_checksを無効にするには, YOSHIMURA Keitaro
[postfix-jp: 1021] Re: 特定のsmtpd経由の場合、header_checksを無効にするには, IWAMOTO Kouichi

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