liske / smtp-sink

small smtp sink based on [aiosmtpd](https://github.com/aio-libs/aiosmtpd)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SMTP Sink

This is a small smtp sink based on aiosmtpd. It accepts any mail, although it rejects messages larger than a single byte. This is enough for broken smtp servers requiring sender verification.

Usage

version: '3'
services:
  sink:
    image: liske/smtp-sink
    read_only: true
    ports:
      - 25:8025

About

small smtp sink based on [aiosmtpd](https://github.com/aio-libs/aiosmtpd)

License:GNU General Public License v3.0


Languages

Language:Dockerfile 100.0%