haraka-plugin-avg

1.1.0 • Public • Published

CI Test Status Code Climate

NPM

haraka-plugin-avg

avg - Anti-Virus scanner

Implement virus scanning with AVG's TCPD daemon, available for Linux/FreeBSD. AVG linux is free for personal or commercial use and can be downloaded from free.avg.com.

Messages that AVG detects as infected are rejected. Errors will cause the plugin to return temporary failures unless the defer options are changed (see below).

Configuration

The following options can be set in avg.ini:

  • port (default: 54322)

    TCP port to communicate with the AVG TCPD on.

  • tmpdir (default: /tmp)

    AVG TCPD requires that the message be written to disk and scanned. This setting configures where any temporary files are written to. After scanning, the temporary files are automatically removed.

  • connect_timeout (default: 10)

    Maximum seconds to wait for the socket to connect. Connections taking longer will cause a temporary failure to be sent to the remote MTA.

  • session_timeout

    Maximum number of seconds to wait for a reply to a command before failing. A timeout will cause a temporary failure to be sent to the remote MTA.

  • [defer]

By default, this plugin defers when errors or timeouts are encountered. To fail open (let messages pass when errors are enounctered), set the error and/or timeout values to false.

[defer]
error=true
timeout=true

cp node_modules/haraka-plugin-avg/config/avg.ini config/avg.ini $EDITOR config/avg.ini

USAGE

Readme

Keywords

Package Sidebar

Install

npm i haraka-plugin-avg

Weekly Downloads

41

Version

1.1.0

License

MIT

Unpacked Size

9.45 kB

Total Files

6

Last publish

Collaborators

  • msimerson