Home | History | Annotate | Line # | Download | only in etc
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 #
      5 sendmail	/usr/libexec/sendmail/sendmail
      6 send-mail	/usr/libexec/sendmail/sendmail
      7 mailq		/usr/libexec/sendmail/sendmail
      8 newaliases	/usr/libexec/sendmail/sendmail
      9 hoststat	/usr/libexec/sendmail/sendmail
     10 purgestat	/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