The s-nail package is a mail user agent derived from Berkeley Mail 8.1.
Download (HTTP): https://ftp.sdaoden.eu/s-nail-14.9.25.tar.xz
First, configure this package by executing the following command:
VAL_BINDIR=/usr/5bin VAL_LIBEXECDIR=/usr/5lib \ VAL_MANDIR=/usr/share/man/5man VAL_SYSCONFDIR=/etc \ make config
Install s-nail by running the following command:
make
Now, as the root
user:
make install
Optionally, make a few compatibility symlinks as the root
user:
install -v -m755 -d /usr/ucb && ln -svf /usr/5bin/s-nail /usr/5bin/mailx && ln -svf /usr/5bin/s-nail /usr/ucb/Mail && ln -svf /usr/5bin/s-nail /usr/ucb/mail
VAL_MTA=/usr/bin/sendmail
: This variable
sets the path to an MTA.
VAL_MTA_ARGV0=sendmail
: This variable is
used for mailwrapper(8) compatibility. Mailwrapper is a wrapper
program that can be installed as sendmail which will automatically
redirect queries to the installed sendmail-compatible MTA.