Home | History | Annotate | Line # | Download | only in etc
mailer.conf revision 1.8
      1 #	$NetBSD: mailer.conf,v 1.8 2004/03/26 23:54:29 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 # Note 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 #
     20 #sendmail	/usr/libexec/postfix/sendmail
     21 #send-mail	/usr/libexec/postfix/sendmail
     22 #mailq		/usr/libexec/postfix/sendmail
     23 #newaliases	/usr/libexec/postfix/sendmail
     24