1 # $NetBSD: mailer.conf,v 1.11 2005/02/16 14:47:46 jwise Exp $ 2 # 3 # Execute the "real" Sendmail program 4 # 5 # Note that sendmail will start by default if this path is not changed. 6 # If you want to use another mailer (postfix, exim, qmail, etc), it is 7 # vital that the following lines be commented out. See rc.conf(5), 8 # mailer.conf(5), and afterboot(8) for more details. 9 # 10 sendmail /usr/libexec/sendmail/sendmail 11 send-mail /usr/libexec/sendmail/sendmail 12 mailq /usr/libexec/sendmail/sendmail 13 newaliases /usr/libexec/sendmail/sendmail 14 hoststat /usr/libexec/sendmail/sendmail 15 purgestat /usr/libexec/sendmail/sendmail 16 17 # 18 # Run Sendmail compatible Postfix commands 19 # 20 # Notes for running postfix: 21 # - postfix configuration requires either 22 # hostname to be a FQDN, or for $mydomain 23 # to be set in /etc/postfix/main.cf 24 # - postfix does not listen on the network 25 # by default; to enable inbound mail reception, 26 # configure /etc/postfix/main.cf and then uncomment 27 # the smtp service in /etc/postfix/master.cf 28 # 29 #sendmail /usr/libexec/postfix/sendmail 30 #send-mail /usr/libexec/postfix/sendmail 31 #mailq /usr/libexec/postfix/sendmail 32 #newaliases /usr/libexec/postfix/sendmail 33