summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--usr.sbin/mailwrapper/mailer.conf.517
1 files changed, 9 insertions, 8 deletions
diff --git a/usr.sbin/mailwrapper/mailer.conf.5 b/usr.sbin/mailwrapper/mailer.conf.5
index 354be6bd55a..78aab7359b7 100644
--- a/usr.sbin/mailwrapper/mailer.conf.5
+++ b/usr.sbin/mailwrapper/mailer.conf.5
@@ -1,4 +1,4 @@
-.\" $OpenBSD: mailer.conf.5,v 1.10 2009/02/07 16:58:23 martynas Exp $
+.\" $OpenBSD: mailer.conf.5,v 1.11 2009/08/06 14:05:12 jmc Exp $
.\" $NetBSD: mailer.conf.5,v 1.1 1999/03/25 16:40:17 is Exp $
.\"
.\" Copyright (c) 1998
@@ -30,7 +30,7 @@
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
-.Dd $Mdocdate: February 7 2009 $
+.Dd $Mdocdate: August 6 2009 $
.Dt MAILER.CONF 5
.Os
.Sh NAME
@@ -70,21 +70,22 @@ invocation behavior.
sendmail /usr/libexec/sendmail/sendmail
send-mail /usr/libexec/sendmail/sendmail
mailq /usr/libexec/sendmail/sendmail
+makemap /usr/libexec/sendmail/makemap
newaliases /usr/libexec/sendmail/sendmail
hoststat /usr/libexec/sendmail/sendmail
purgestat /usr/libexec/sendmail/sendmail
.Ed
.Pp
This example shows how to invoke the
-.Sy postfix
+.Xr smtpd 8
MTA suite in place of
.Xr sendmail 8 .
.Bd -literal
-# Emulate sendmail using postfix
-sendmail /usr/local/sbin/sendmail
-send-mail /usr/local/sbin/sendmail
-mailq /usr/local/sbin/sendmail
-newaliases /usr/local/sbin/sendmail
+# Emulate sendmail using smtpd
+sendmail /usr/sbin/smtpctl
+send-mail /usr/sbin/smtpctl
+makemap /usr/libexec/smtpd/makemap
+newaliases /usr/libexec/smtpd/makemap
.Ed
.Sh SEE ALSO
.Xr mail 1 ,