public inbox for nncp-devel@lists.stargrave.org
Atom feed
* MacOS and NNCPNet
@ 2025-04-18 17:36 Jonathan Lane
  2025-04-20  3:40 ` John Goerzen
  0 siblings, 1 reply; 2+ messages in thread
From: Jonathan Lane @ 2025-04-18 17:36 UTC (permalink / raw)
  To: nncp-devel

Postfix and UUCP are still installed by default in current versions of
MacOS, presumably because they're needed for Unix certification.  The
NNCPNet tools are written in Rust and don't use any Linux-specific
crates that I can see, so building NNCP and NNCPNet from source with all
binaries dropped in /usr/local/bin/ should allow you to turn a Mac into
an NNCPNet peer.  Macs don't run Postfix in an SMTP mode by default, so
you'll either need to change that part of the Postfix configuration or
use a mail client that speaks sendmail.

https://gist.github.com/haccks/7ec2fe500332a6d23ee68d1c1a2279d5

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

end of thread, other threads:[~2025-04-20  3:40 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-04-18 17:36 MacOS and NNCPNet Jonathan Lane
2025-04-20  3:40 ` John Goerzen