1#	$NetBSD: mailer.conf,v 1.17 2006/06/15 13:09:24 ghen Exp $
2#
3# This file configures /usr/sbin/mailwrapper, which selects the MTA
4# (Mail Transport Agent) that is invoked when programs like
5# /usr/sbin/sendmail are executed.
6# 
7# See mailwrapper(8) and mailer.conf(5) for an explanation of how this works.
8# See also rc.conf(5) and afterboot(8) for more details on setting up an MTA.
9#
10# The following configuration is correct for Postfix.
11#
12# Notes for running postfix:
13#  - postfix configuration requires either 
14#    hostname to be a FQDN, or for $mydomain 
15#    to be set in /etc/postfix/main.cf
16#  - postfix does not listen on the network
17#    by default; to enable inbound mail reception,
18#    configure /etc/postfix/main.cf and then uncomment
19#    the smtp service in /etc/postfix/master.cf
20#
21sendmail	/usr/libexec/postfix/sendmail
22mailq		/usr/libexec/postfix/sendmail
23newaliases	/usr/libexec/postfix/sendmail
24