Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/simonrupf/docker-targrey
S25R + tarpitting + greylisting - a tarpit + greylisting policy server
https://github.com/simonrupf/docker-targrey
Last synced: about 2 months ago
JSON representation
S25R + tarpitting + greylisting - a tarpit + greylisting policy server
- Host: GitHub
- URL: https://github.com/simonrupf/docker-targrey
- Owner: simonrupf
- Created: 2019-08-04T19:04:46.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-12-17T07:50:17.000Z (about 1 year ago)
- Last Synced: 2023-12-17T08:32:25.194Z (about 1 year ago)
- Language: Dockerfile
- Homepage: https://hub.docker.com/r/simonrupf/targrey
- Size: 12.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# taRgrey
S25R + tarpitting + greylisting - a tarpit + greylisting policy server.
> taRgrey is a patch that makes postgrey into a tarpitting policy server.
> Tarpitting means response delay for blocking spam.
> taRgrey is designed to decrease false positives.-- http://k2net.hakuba.jp/targrey/index.en.html
> The concept of the Selective SMTP Rejection (S25R) anti-spam system, [...] is
> so simple that a mail server accepts SMTP accesses from mail relay servers
> but rejects direct SMTP accesses from end-user's computers.-- http://www.gabacho-net.jp/en/anti-spam/anti-spam-system.html
## Software stack
Postgrey is written for Perl 5.
## Environment variables
- `TZ`: timezone used for logging, defaults to UTC
## Persistent volumes
- `/var/spool/postfix/postgrey`: greylist triplets - owner 100, group 101, mode 0770
## Network ports
- `10023/tcp`
## Usage
```shell
make run
```## Stop
```shell
make clean
```## Build
```shell
make build
```## Build & run
```shell
make
```## Debug image contents
```shell
make debug
```