Crates.io | smtp-dump |
lib.rs | smtp-dump |
version | 0.1.0 |
source | src |
created_at | 2021-10-27 19:19:54.215434 |
updated_at | 2021-10-27 19:19:54.215434 |
description | Receive-only SMTP server which saves every email that is sent to it |
homepage | |
repository | https://github.com/platy/smtp-dump |
max_upload_size | |
id | 473211 |
size | 40,554 |
Listens for SMTP connections, accepts them, and writes any emails that come through them into an inbox on the filesystem.
There are 3 uses that I know of for this:
cargo install smtp-dump
date >> logs; bash -c 'setsid smtp-dump </dev/null &>>logs & jobs -p %1'
lsof logs
lsof -i tcp:25
killall smtp-dump
killall smtp-dump; date >> logs; bash -c 'setsid smtp-dump </dev/null &>>logs & jobs -p %1'