Skip to content
This repository was archived by the owner on Aug 11, 2023. It is now read-only.

stone/mail-sink

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

mail-sink

Build Status

mail-sink is a utility program that implements a "black hole" function. It listens on the named host (or address) and port. It accepts Simple Mail Transfer Protocol (SMTP) messages from the network and discards them.

Written in Go: http://www.golang.org/

Install with:

go get github.com/stone/mail-sink

Usage:

$ ./mail-sink -h
Usage of mail-sink:
-H="localhost": hostname to greet with
-i="localhost": listen on interface
-p=25: listen port
-v=false: log the mail body

About

Implements a "black hole" smtp-server

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages