Home | History | Annotate | Line # | Download | only in etc
mailer.conf revision 1.15
      1  1.15  christos #	$NetBSD: mailer.conf,v 1.15 2006/06/04 05:22:32 christos Exp $
      2   1.1     perry #
      3  1.12     perry # This file configures /usr/sbin/mailwrapper, which selects the MTA
      4  1.12     perry # (Mail Transport Agent) that is is invoked when programs like
      5  1.13  christos # /usr/libexec/postfix/sendmail are executed.
      6  1.12     perry # 
      7  1.12     perry # See mailwrapper(8) and mailer.conf(5) for an explanation of how this works.
      8  1.12     perry # See also rc.conf(5) and afterboot(8) for more details on setting up an MTA.
      9   1.1     perry #
     10  1.13  christos # The following configuration is correct for Postfix.
     11   1.4     soren #
     12   1.9       dan # Notes for running postfix:
     13   1.8       dan #  - postfix configuration requires either 
     14   1.8       dan #    hostname to be a FQDN, or for $mydomain 
     15   1.8       dan #    to be set in /etc/postfix/main.cf
     16   1.9       dan #  - postfix does not listen on the network
     17   1.9       dan #    by default; to enable inbound mail reception,
     18   1.9       dan #    configure /etc/postfix/main.cf and then uncomment
     19   1.9       dan #    the smtp service in /etc/postfix/master.cf
     20   1.8       dan #
     21  1.13  christos sendmail	/usr/libexec/postfix/sendmail
     22  1.15  christos send-mail	/usr/libexec/postfix/sendmail
     23  1.13  christos mailq		/usr/libexec/postfix/sendmail
     24  1.13  christos newaliases	/usr/libexec/postfix/sendmail
     25