Kenji Okimoto
null+****@clear*****
Tue Jun 27 15:10:26 JST 2017
Kenji Okimoto 2017-06-27 15:10:26 +0900 (Tue, 27 Jun 2017) New Revision: e19f5f97a96995cc744b84c7ad7e4ba73fae3add https://github.com/milter-manager/milter-manager/commit/e19f5f97a96995cc744b84c7ad7e4ba73fae3add Message: data: Support rspamd_proxy Modified files: data/defaults/debian.conf data/defaults/freebsd.conf data/defaults/redhat.conf Modified: data/defaults/debian.conf (+17 -1) =================================================================== --- data/defaults/debian.conf 2017-06-27 15:09:41 +0900 (3d8dc63) +++ data/defaults/debian.conf 2017-06-27 15:10:26 +0900 (ba8826f) @@ -34,9 +34,25 @@ candidates = [ ], ], ["amavisd-new-milter", []], + [ + "rmilter", + [ + "Remote Network", + "Unauthenticated", + "No Stress", + ], + ], + [ + "rspamd_proxy", + [ + "Remote Network", + "Unauthenticated", + "No Stress", + ], + ] ] candidates.each do |candidate, conditions| - detector = DebianInitDetector.new(configuration, candidate) + detector = DebianDetector.new(configuration, candidate) detector.detect detector.apply(self) do |milter| milter.applicable_conditions = conditions Modified: data/defaults/freebsd.conf (+8 -0) =================================================================== --- data/defaults/freebsd.conf 2017-06-27 15:09:41 +0900 (dfb21c7) +++ data/defaults/freebsd.conf 2017-06-27 15:10:26 +0900 (14304a2) @@ -50,6 +50,14 @@ candidates = [ "No Stress", ], ], + [ + "rspamd_proxy", + [ + "Remote Network", + "Unauthenticated", + "No Stress", + ], + ], ] candidates.each do |candidate, conditions| detector = FreeBSDRCDetector.new(configuration, candidate) Modified: data/defaults/redhat.conf (+8 -0) =================================================================== --- data/defaults/redhat.conf 2017-06-27 15:09:41 +0900 (cfd3736) +++ data/defaults/redhat.conf 2017-06-27 15:10:26 +0900 (92528d2) @@ -41,6 +41,14 @@ candidates = [ "No Stress", ], ], + [ + "rspamd_proxy", + [ + "Remote Network", + "Unauthenticated", + "No Stress", + ], + ], ] candidates.each do |candidate, conditions, spec_detector| detector = RedHatDetector.new(configuration, candidate, &spec_detector) -------------- next part -------------- An HTML attachment was scrubbed... Télécharger