nullmail

command module
v0.0.0-...-bb9686f Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 28, 2019 License: MIT Imports: 6 Imported by: 0

README

nullmail - A Null Router for SMTP

nullmail This is a very small, standalone binary that listens on a given port, speaks unencrypted SMTP, and dumps all the mail it receives to ... nowhere. You do get logs though!

Usage is simple:

$ nullmail
listening for inbound SMTP on :2525
>> received mail from from@foo for to@bar with subject: xyzzy

If you want a different port:

$ PORT=5587 nullmail
listening for inbound SMTP on :5587

If you want to save the logs:

$ nullmail | tee /var/log/nullmail.log

If you don't want the logs:

$ nullmail >/dev/null

etc.

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL