Added unexpected SMTP plugin

This commit is contained in:
Daniele Zulberti 2020-10-09 16:30:02 +02:00
parent cff77b49cf
commit d74caa9d2b
5 changed files with 141 additions and 0 deletions

View file

@ -0,0 +1,14 @@
--
-- (C) 2019-20 - ntop.org
--
return {
--[[ i18n function is currently not available in manifest.lua
title = i18n("unexpected_smtp.unexpected_smtp_title"),
description = i18n("unexpected_smtp.unexpected_smtp_description"), --]]
title = "Unexpected SMTP server",
description = "Trigger an alert when not allowed SMTP server is detected",
author = "Daniele Zulberti, Luca Argentieri",
dependencies = {},
}