summaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorjnemeth <jnemeth>2012-12-20 20:38:46 +0000
committerjnemeth <jnemeth>2012-12-20 20:38:46 +0000
commit29c3a64c767f6a695416a613e943748c2b1f5bdb (patch)
treeb3716a332c8fe7ec47c76e6ce988199e7ac8a9c9 /mail
parent4df586bd359a16f2e95ba6884eede57ab9238682 (diff)
downloadpkgsrc-29c3a64c767f6a695416a613e943748c2b1f5bdb.tar.gz
add details about what to do if you don't have mailwrapper
Diffstat (limited to 'mail')
-rw-r--r--mail/sendmail/MESSAGE19
1 files changed, 18 insertions, 1 deletions
diff --git a/mail/sendmail/MESSAGE b/mail/sendmail/MESSAGE
index a952be84c8c..064227009d2 100644
--- a/mail/sendmail/MESSAGE
+++ b/mail/sendmail/MESSAGE
@@ -1,5 +1,5 @@
===========================================================================
-$NetBSD: MESSAGE,v 1.6 2007/10/16 09:34:18 jnemeth Exp $
+$NetBSD: MESSAGE,v 1.7 2012/12/20 20:38:46 jnemeth Exp $
To use "${PKGNAME}" as the system's mail transport agent you have
to install "${PREFIX}/share/examples/sendmail/mailer.conf" as global
@@ -24,4 +24,21 @@ for Sendmail before it will be operational. "cd" to the directory
and read the file README for instructions on creating and installing
configuration files.
+
+NOTE: If your system doesn't have mailwrapper and/or it won't
+install on your system, then you will need to move aside system
+supplied binaries and replace them with symlinks to the binaries
+supplied with sendmail. The most important of these is the sendmail
+binary itself. This is typically located at /usr/sbin/sendmail or
+/usr/lib/sendmail. These will need to be moved aside, and you will
+need to create a symlink from /usr/sbin/sendmail to
+${PREFIX}/libexec/sendmail/sendmail. This is required because most
+third party apps (or, even system supplied apps) will look for
+sendmail at one of the above locations. There are a variety of
+other apps such as: editmap, hoststat, mailq, mailstats, makemap,
+newaliases, praliases, purgestat, and vacation. You can deal with
+these either by having ${PREFIX}/bin and ${PREFIX}/sbin at the
+beginning of your PATH, or creating symlinks. hoststat, mailq,
+mailstats, newaliases, and purgestat are just links to sendmail.
+
===========================================================================