diff options
author | peter <peter@FreeBSD.org> | 1999-12-29 18:44:06 +0000 |
---|---|---|
committer | peter <peter@FreeBSD.org> | 1999-12-29 18:44:06 +0000 |
commit | d0ab3e3cee8ef209979e3052eebc8d489c1e6f3b (patch) | |
tree | 36ad7390633180c28cb6ae5f9bf4d7948cbca8f4 | |
parent | fa91ef53d7235feb31bb7b9158480bae67d02509 (diff) | |
download | FreeBSD-src-d0ab3e3cee8ef209979e3052eebc8d489c1e6f3b.zip FreeBSD-src-d0ab3e3cee8ef209979e3052eebc8d489c1e6f3b.tar.gz |
Add mailwrapper. It redirects to sendmail by default, but you can
point /usr/sbin/sendmail to any mailer of your choice with the
/etc/mail/mailer.conf config file.
-rw-r--r-- | usr.sbin/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.sbin/Makefile b/usr.sbin/Makefile index c0bb838..220b989 100644 --- a/usr.sbin/Makefile +++ b/usr.sbin/Makefile @@ -39,6 +39,7 @@ SUBDIR= IPXrouted \ kernbb \ keyserv \ lpr \ + mailwrapper \ manctl \ memcontrol \ mergemaster \ |