October 2001
Beginner
1024 pages
25h 8m
English
FreeBSD comes with Sendmail installed and already configured to serve basic e-mail needs right out of the box. All you have to do to enable Sendmail (so that it starts at boot time) is add the following line to /etc/rc.conf:
Sendmail_enable="YES"
Once the system is up and running, you can send a message to anyone on the Internet, and they can send one to you—provided that you have a few things set up properly. For the most part, these aren't configuration items for Sendmail itself, but for the system in general—Sendmail relies on the system to have a few guarantees in place before it will operate without a hitch.
You can decide to replace Sendmail with another MTA, such as Postfix or Qmail; we'll ...
Read now
Unlock full access