public inbox for nncp-devel@lists.stargrave.org
Atom feed
From: "Jonathan Lane" <jon@borg•moe>
To: <nncp-devel@lists.cypherpunks.su>
Subject: MacOS and NNCPNet
Date: Fri, 18 Apr 2025 12:36:32 -0500 [thread overview]
Message-ID: <D99Y3AW337SO.2YDDYP0NIJ3NF@borg.moe> (raw)
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
next reply other threads:[~2025-04-18 18:06 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-04-18 17:36 Jonathan Lane [this message]
2025-04-20 3:40 ` MacOS and NNCPNet John Goerzen