public inbox for nncp-devel@lists.stargrave.org
Atom feed
From: "Jonathan Lane" <jon@borg•moe>
To: <nncp-devel@lists.cypherpunks.su>
Subject: nncpnet tools usage
Date: Fri, 17 Oct 2025 00:06:05 -0700 [thread overview]
Message-ID: <DDKENQUEG378.3B6WW17L726NG@borg.moe> (raw)
Hello,
I'm working on wiring up the NNCPNet tools to Postfix and I don't
understand how nncpnet-transmit is reading the HOST and RECIPIENT
environment variables in the docker container. Is Exim just injecting
those when it invokes nncpnet-transmit? Are all MTAs with a "pipe
transport" expected to behave the same way?
On a related note the absolute filepaths in nncpnet-transmit.rs are
gross, mixing /opt and /usr/local. The required use of the exploded
config format is also fragile. I'm probably going to end up rewriting
this tool regardless of how the RECIPIENT magic works.
--
Jonathan Lane
next reply other threads:[~2025-10-17 7:26 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-10-17 7:06 Jonathan Lane [this message]
2025-10-18 13:05 ` nncpnet tools usage John Goerzen
2025-10-24 20:55 ` Jonathan Lane