mailer.conf revision 1.9
1#	$NetBSD: mailer.conf,v 1.9 2004/03/27 00:12:56 dan Exp $
2#
3# Execute the "real" Sendmail program
4#
5sendmail	/usr/libexec/sendmail/sendmail
6send-mail	/usr/libexec/sendmail/sendmail
7mailq		/usr/libexec/sendmail/sendmail
8newaliases	/usr/libexec/sendmail/sendmail
9hoststat	/usr/libexec/sendmail/sendmail
10purgestat	/usr/libexec/sendmail/sendmail
11
12#
13# Run Sendmail compatible Postfix commands
14#
15# Notes for running postfix:
16#  - postfix configuration requires either 
17#    hostname to be a FQDN, or for $mydomain 
18#    to be set in /etc/postfix/main.cf
19#  - postfix does not listen on the network
20#    by default; to enable inbound mail reception,
21#    configure /etc/postfix/main.cf and then uncomment
22#    the smtp service in /etc/postfix/master.cf
23#
24#sendmail	/usr/libexec/postfix/sendmail
25#send-mail	/usr/libexec/postfix/sendmail
26#mailq		/usr/libexec/postfix/sendmail
27#newaliases	/usr/libexec/postfix/sendmail
28