Files
OneForAll-mirror/data/rules/whatweb/ipswitch-imail.json
T
2020-07-29 00:02:06 +08:00

19 lines
674 B
JSON

{
"name": "Ipswitch-IMail",
"author": "Brendan Coles <bcoles@gmail.com>, Andrew Horton",
"version": "0.2",
"description": "IMail Server matches the capabilities of Exchange without the maintenance headache or hefty price tag. From install assistance to unlimited tech support, IMail delivers your complete messaging solution.",
"website": "http://www.imailserver.com/",
"matches": [
{
"regexp": "(?-mix:^Ipswitch-IMail)",
"search": "headers[server]"
},
{
"search": "headers[server]",
"regexp": "(?-mix:^Ipswitch-IMail\\/([\\d\\.]+)$)",
"offset": 1
}
]
}