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