public inbox for nncp-devel@lists.stargrave.org
Atom feed
* nncpnet tools usage
@ 2025-10-17  7:06 Jonathan Lane
  2025-10-18 13:05 ` John Goerzen
  0 siblings, 1 reply; 3+ messages in thread
From: Jonathan Lane @ 2025-10-17  7:06 UTC (permalink / raw)
  To: nncp-devel

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

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

end of thread, other threads:[~2025-10-24 20:56 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-10-17  7:06 nncpnet tools usage Jonathan Lane
2025-10-18 13:05 ` John Goerzen
2025-10-24 20:55   ` Jonathan Lane