Path to this page:
./
mail/mailwrapper,
Wrapper to support arbitrary Mail Transport Agents
Branch: pkgsrc-2020Q4,
Version: 19990412nb4,
Package name: mailwrapper-19990412nb4,
Maintainer: pkgsrc-usersAt one time, the only Mail Transfer Agent (MTA) software easily available
was sendmail(8). As a result of this, most Mail User Agents (MUAs) such
as mail(1) had the path and calling conventions expected by sendmail(8)
compiled in.
Times have changed, however. On a modern NetBSD system, the administra-
tor may wish to use one of several available MTAs.
It would be difficult to modify all MUA software typically available on a
system, so most of the authors of alternative MTAs have written their
front end message submission programs so that they use the same calling
conventions as sendmail(8) and may be put into place instead of
sendmail(8) in /usr/sbin/sendmail.
DEINSTALL [+/-]# $NetBSD: DEINSTALL,v 1.3 2004/08/10 21:46:34 jlam Exp $
MAILWRAPPEES="@MAILWRAPPEES@"
MAILWRAPPER="${PKG_PREFIX}/sbin/mailwrapper"
MAILER_CONF="${PKG_SYSCONFDIR}/mailer.conf"
MAILER_CONF_SAMPLE="${PKG_PREFIX}/share/examples/mailwrapper/mailer.conf.sendmail"
MW_BACKUP_SFX="@MAILWRAPPER_BACKUP_SFX@"
ALL_FILES="${ALL_FILES} ${MAILER_CONF_SAMPLE} ${MAILER_CONF}"
case ${STAGE} in
DEINSTALL)
for file in ${MAILWRAPPEES}; do
if [ -f ${file}${MW_BACKUP_SFX} ]; then
${ECHO} "Restoring ${file}${MW_BACKUP_SFX} to ${file}."
${RM} -f ${file}
${MV} -f ${file}${MW_BACKUP_SFX} ${file}
fi
done
;;
esac
MESSAGE.NetBSD [+/-]===========================================================================
$NetBSD: MESSAGE.NetBSD,v 1.2 2004/07/23 23:01:23 jlam Exp $
This package *must* be deinstalled before you upgrade your NetBSD
installation.
===========================================================================
Master sites: (Expand)
SHA1: 8743e23bf2473557dda67684bae5b8879e5c8b45
RMD160: cafe34e6076e5c748ce43ecb81c3a96ed4d02e29
Filesize: 5.985 KB
Version history: (Expand)
- (2021-01-04) Package added to pkgsrc.se, version mailwrapper-19990412nb4 (created)