# haraka-plugin-graveyard

> Forward messages to another server for continued send attempts.

Latest version **1.0.0** (published 2016-08-10) · MIT license · 0 weekly downloads

## Install

```sh
npm install haraka-plugin-graveyard
pnpm add haraka-plugin-graveyard
yarn add haraka-plugin-graveyard
bun add haraka-plugin-graveyard
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.0.0 |
| Published | 2016-08-10 |
| First published | 2016-08-10 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 1 |
| Author | Joel Kleier |
| Maintainers | zombified |
| Keywords | haraka, plugin, graveyard, fallback, relay |

## Links

- npm: https://www.npmjs.com/package/haraka-plugin-graveyard
- Repository: https://github.com/wildcardcorp/haraka-plugin-graveyard
- Homepage: https://github.com/wildcardcorp/haraka-plugin-graveyard#readme
- Issues: https://github.com/wildcardcorp/haraka-plugin-graveyard/issues
- npm.io page: https://npm.io/package/haraka-plugin-graveyard

## Alternatives

- [apollo-link-http-common](https://npm.io/package/apollo-link-http-common.md) — 879.0K weekly downloads
- [react-relay](https://npm.io/package/react-relay.md) — 336.8K weekly downloads
- [relay-test-utils](https://npm.io/package/relay-test-utils.md) — 181.6K weekly downloads
- [@vendure/core](https://npm.io/package/@vendure/core.md) — 14.8K weekly downloads
- [@pnpm/deps.graph-sequencer](https://npm.io/package/@pnpm/deps.graph-sequencer.md) — 13.4K weekly downloads

## Recent versions

- 1.0.0 (latest) — 2016-08-10

## README

haraka-plugin-graveyard
=======================

Forward messages to another server for continued retry attempts after a
configured amount of DENYSOFT values are returned.


Configuration
-------------

  * `config/graveyard.ini` - configure max soft bounces before queued for graveyard

### Example

    ; config/graveyard.ini
    [graveyard]
    max_failures_before_graveyard = 2
    next_hop = 127.0.0.1:9025


Caveats
-------

You'll want the configured `max_failures_before_graveyard` value to be lower than the
`maxTempFailures` value in the `outbound.ini` file. Possibly much less -- if
the process is restarted, then the count of failures before sending to the
graveyard is reset, so a hard bounce may occur sooner than you expect in such
a situation.

Really, this plugin is intended to forward a message to a server that's dedicated
to retrying soft denies much longer than a machine with good standing should,
so setting the `maxTempFailures` to 13 (the default) and then setting
`max_failures_before_graveyard` to something like 1 or 2 would be perfectly
appropriate.

---
_Source: https://npm.io/package/haraka-plugin-graveyard · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
