Home | History | Annotate | Line # | Download | only in etc
mailer.conf revision 1.10
      1  1.10  atatat #	$NetBSD: mailer.conf,v 1.10 2004/07/22 03:44:12 atatat Exp $
      2   1.1   perry #
      3   1.4   soren # Execute the "real" Sendmail program
      4   1.1   perry #
      5  1.10  atatat # Note that sendmail will start by default if this path not changed.
      6  1.10  atatat # If you want to use another mailer (postfix, exim, qmail, etc), it is
      7  1.10  atatat # vital that the following lines be commented out.  See rc.conf(5),
      8  1.10  atatat # mailer.conf(5), and afterboot(8) for more details.
      9  1.10  atatat #
     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