Print this page
11586 NAME field in man pages should match what's installed
*** 1,10 ****
MAILWRAPPER(1M) Maintenance Commands MAILWRAPPER(1M)
NAME
! /usr/lib/mailwrapper - invoke appropriate MTA software based on
! configuration file
SYNOPSIS
Special. See below.
DESCRIPTION
--- 1,9 ----
MAILWRAPPER(1M) Maintenance Commands MAILWRAPPER(1M)
NAME
! mailwrapper - invoke appropriate MTA software based on configuration file
SYNOPSIS
Special. See below.
DESCRIPTION
*** 37,63 ****
be, for example, to avoid having upgrade problems when a new version of
the system is installed over the old.) They may also have a shared /usr
among several machines, and may wish to avoid placing implicit
configuration information in a read-only /usr.
! The /usr/lib/mailwrapper utility is designed to replace /usr/lib/sendmail
! and to invoke an appropriate MTA instead of sendmail(1M) based on
! configuration information placed in /etc/mailer.conf. This permits the
! administrator to configure which MTA is to be invoked on the system at
! run time.
Other configuration files may need to be altered when replacing
sendmail(1M).
EXIT STATUS
! The /usr/lib/mailwrapper utility exits 0 on success, and >0 if an error
! occurs.
DIAGNOSTICS
! The /usr/lib/mailwrapper will print a diagnostic if its configuration
! file is missing or malformed, or does not contain a mapping for the name
! under which it was invoked.
SEE ALSO
mail(1), mailq(1), newaliases(1M), sendmail(1M), mailer.conf(4)
! illumos August 7, 2006 illumos
--- 36,60 ----
be, for example, to avoid having upgrade problems when a new version of
the system is installed over the old.) They may also have a shared /usr
among several machines, and may wish to avoid placing implicit
configuration information in a read-only /usr.
! The mailwrapper utility is designed to replace /usr/lib/sendmail and to
! invoke an appropriate MTA instead of sendmail(1M) based on configuration
! information placed in /etc/mailer.conf. This permits the administrator
! to configure which MTA is to be invoked on the system at run time.
Other configuration files may need to be altered when replacing
sendmail(1M).
EXIT STATUS
! The mailwrapper utility exits 0 on success, and >0 if an error occurs.
DIAGNOSTICS
! The mailwrapper will print a diagnostic if its configuration file is
! missing or malformed, or does not contain a mapping for the name under
! which it was invoked.
SEE ALSO
mail(1), mailq(1), newaliases(1M), sendmail(1M), mailer.conf(4)
! illumos August 20, 2019 illumos