松木 康倫
ymats****@sigma*****
2018年 8月 11日 (土) 16:47:01 JST
沖本様 いつもお世話になっております。 以前教えていただきました、SASL認証時のテスト方法とローカルネットワークでのテスト方法について 以下のように設定して確認しておりますが正しいでしょうか? ■SASL認証時もmilterを使う設定 # vi /etc/milter-manager/applicable-conditions/authentication.conf define_applicable_condition("Unauthenticated") do |condition| # condition.description = "Apply a milter only when sender is not authorized" ← この4行をコメントアウト # condition.define_envelope_from_stopper do |context, from| ← この4行をコメントアウト # context.authenticated? ← この4行をコメントアウト # end ← この4行をコメントアウト end ■ローカルネットワーク上からでもmilterを使う設定 vi /etc/milter-manager/defaults/redhat.conf ["clamav-milter", []], [ "enma", [ #"Remote Network", ← このようにコメントアウト "Unauthenticated", "No Stress", ], ], [ "spamass-milter", [ #"Remote Network", ← このようにコメントアウト "Unauthenticated", "No Stress", ], ], 間違いがございましたらご指摘頂ければ幸いです。 よろしくお願いいたします。 松木