Search Docker Hub
smtp-sink
By liske
268
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.
version: '3' services: sink: image: liske/smtp-sink read_only: true ports: - 25:8025
Content type
Image
Digest
Size
20.3 MB
Last updated
almost 6 years ago
docker pull liske/smtp-sink