Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

haraka-content-scanning-server

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

haraka-content-scanning-server

A content scanning server for email servers

  • 0.1.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
2
decreased by-50%
Maintainers
1
Weekly downloads
 
Created
Source

Build Status Coverage Status Code Climate

Haraka Content Scanning Server

An email scanning service for MTAs, exposed via a HTTP API.

How it works

  1. accepts a HTTP request (params in HTTP headers, email message in HTTP body)
  2. runs that message past as many content scanners as are requested (default: all) or as many are configured.
  3. Returns a JSON result with the scan results from each scanner

Pros

  • Haraka would need only a very simple data_post plugin
  • Scan the message against many scanners concurrently (default: 1 per CPU). This would be faster than Haraka plugins which execute serially, or SMTP pipelines.
  • Other MTAs could use this
  • Faster and more efficient: rather than streaming the message via TCP to each content scanner (once for SA, once for ClamAV, once for ....), this would stream the content once via TCP, and then this little server would use the file system or Unix Domain Sockets to pass the message to each content scanner.
  • Haraka could load balance requests to a pool of these scanning hosts.

Planned Initial Content Scanner Support

  • ClamAV
  • AVG
  • ESET
  • Kaspersky
  • SpamAssassin

Potential Future Additions

  • dcc
  • messagesniffer
  • dspam
  • VirusTotal (see also #1124)

Keywords

FAQs

Package last updated on 24 Sep 2015

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc