]> source.dussan.org Git - rspamd.git/commitdiff
[Minor] lua_scanners - Fix ICAP default port 3367/head
authorCarsten Rosenberg <c.rosenberg@heinlein-support.de>
Tue, 12 May 2020 18:19:42 +0000 (20:19 +0200)
committerCarsten Rosenberg <c.rosenberg@heinlein-support.de>
Tue, 12 May 2020 18:19:42 +0000 (20:19 +0200)
lualib/lua_scanners/icap.lua

index 42c32134b8c87e721afc9657176a3d1ce673c883..5b03347caf7763379e3dc485052f6295ece91639 100644 (file)
@@ -44,7 +44,7 @@ local function icap_config(opts)
     scan_text_mime = false,
     scan_image_mime = false,
     scheme = "scan",
-    default_port = 4020,
+    default_port = 1344,
     timeout = 10.0,
     log_clean = false,
     retransmits = 2,