NetBSD/etc/mailer.conf

28 lines
910 B
Plaintext

# $NetBSD: mailer.conf,v 1.9 2004/03/27 00:12:56 dan Exp $
#
# Execute the "real" Sendmail program
#
sendmail /usr/libexec/sendmail/sendmail
send-mail /usr/libexec/sendmail/sendmail
mailq /usr/libexec/sendmail/sendmail
newaliases /usr/libexec/sendmail/sendmail
hoststat /usr/libexec/sendmail/sendmail
purgestat /usr/libexec/sendmail/sendmail
#
# Run Sendmail compatible Postfix commands
#
# Notes for running postfix:
# - postfix configuration requires either
# hostname to be a FQDN, or for $mydomain
# to be set in /etc/postfix/main.cf
# - postfix does not listen on the network
# by default; to enable inbound mail reception,
# configure /etc/postfix/main.cf and then uncomment
# the smtp service in /etc/postfix/master.cf
#
#sendmail /usr/libexec/postfix/sendmail
#send-mail /usr/libexec/postfix/sendmail
#mailq /usr/libexec/postfix/sendmail
#newaliases /usr/libexec/postfix/sendmail