public inbox for nncp-devel@lists.cypherpunks.ru
Atom feed
* ANN: nmail - sending and receiving mail over NNCP
@ 2021-10-27  7:00 Koushik Roy
  2021-11-11  2:40 ` John Goerzen
  0 siblings, 1 reply; 2+ messages in thread
From: Koushik Roy @ 2021-10-27  7:00 UTC (permalink / raw)
  To: nncp-devel

Hey all,

I've been hacking on https://github.com/Koshroy/nmail recently, which is
a really simple program that helps send and receive mail via NNCP. I'm
running Postfix as my MTA, so I have an NNCP transport defined and have
mails meant for NNCP go over a Postfix pipe service to nmail. Headers
are munged on the receiving side to make it easy to reply to mails and
have these replys go over NNCP as well.

If you're interested in using the software, please let me know what you
think!

Thanks,
Koushik

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-11-11  2:41 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-10-27  7:00 ANN: nmail - sending and receiving mail over NNCP Koushik Roy
2021-11-11  2:40 ` John Goerzen