blob: 6e86a15da3bf2ee1ddeee61ee33d51073439f957 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
===========================================================================
$NetBSD: MESSAGE,v 1.2 2006/10/12 21:05:25 tv Exp $
To use "${PKGNAME}" as the system's mail transport agent you have
to install "${PREFIX}/share/examples/sendmail/mailer.conf" as global
mailwrapper configuration file. The command below will do that for you:
ln -fs ${PREFIX}/share/examples/sendmail/mailer.conf /etc/mailer.conf
If you are changing the database format used by sendmail you must run
"newaliases" and "makemap" in order to re-create the databases.
You may also need to install (and/or customize) the configuration files
for Sendmail before it will be operational. "cd" to the directory
${PREFIX}/share/sendmail/cf
and read the file README for instructions on creating and installing
configuration files.
===========================================================================
|