1.0.14 • Published 5 months ago

haraka-plugin-log-reader v1.0.14

Weekly downloads
3
License
MIT
Repository
github
Last release
5 months ago

Build Status Code Climate

haraka-plugin-log-reader

extracts matching log entries from the haraka log file

Install

cd /my/haraka/config/dir
npm install haraka-plugin-log-reader

Enable

Add log-reader to haraka/config/plugins file.

Usage

When enabled, this plugin registers two URL routes in Haraka's http server:

  • karma/rules
  • /logs/:uuid

The former rule simply returns a list of the Haraka rules in use. The http client uses those rules (the ID, reason, and value) to display the Policy Rules and Steps to Resolve sections in the web page.

Example

Sorry we blocked your message:

Our filters mistook your server for a malicious computer attempting to send spam. To improve your mail servers reputation, please contact your IT helpdesk or Systems Administrator and ask them for help.


Policy Rules

  • -7, DNS Blacklist (b.barracudacentral.org)
  • -5, DNS Blacklist (zen.spamhaus.org)
  • -3, DNS Blacklist (dnsbl-1.uceprotect.net)
  • -3, DNS Blacklist (bl.spamcop.net)
  • -3, ASN reputation is spam-only (asn_all_bad)
  • -1, Geographic distance is unusual for ham (4000)
  • -1, Geographic distance is unusual for ham (8000)
  • -1, ASN reputation is bad (karma)

Steps to Resolve

  • Disinfect your host/network

Raw Logs

4D0B74C5-6D41-4074-9E43-5EE9CC1B4973

1.0.14

5 months ago

1.0.13

2 years ago

1.0.12

2 years ago

1.0.11

2 years ago

1.0.10

5 years ago

1.0.9

7 years ago

1.0.8

7 years ago

1.0.7

7 years ago

1.0.6

7 years ago

1.0.5

8 years ago

1.0.4

8 years ago

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago