all repos — mdawh @ fb6b30893ce75b80509c9e36165436e0e0a8e898

An MDA that creates a webhook on recieval of mail

Add readme
Anirudh Oppiliappan x@icyphox.sh
Wed, 31 Mar 2021 20:23:02 +0530
commit

fb6b30893ce75b80509c9e36165436e0e0a8e898

parent

6aebc28a1238708ffda9d2c6a01e9e20e217c394

1 files changed, 12 insertions(+), 0 deletions(-)

jump to
A readme

@@ -0,0 +1,12 @@

+mdawh +----- + +The MDA webhook tool. + +Read mail from stdin, send a webhook with the mail body, from, date and +content-type headers to a specified URL. + +Configure OpenSMTPD like so: + + action webhook mda "path/to/mdawh" + match from any for domain "mydoma.in" action webhook