1 # $NetBSD: mailer.conf,v 1.13 2006/05/30 00:40:22 christos Exp $ 2 # 3 # This file configures /usr/sbin/mailwrapper, which selects the MTA 4 # (Mail Transport Agent) that is is invoked when programs like 5 # /usr/libexec/postfix/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 # 21 sendmail /usr/libexec/postfix/sendmail 22 send-mail /usr/libexec/postfix/sendmail 23 mailq /usr/libexec/postfix/sendmail 24 newaliases /usr/libexec/postfix/sendmail 25