2002-05-07 03:12:36 +00:00
|
|
|
If you have postfix configured in your /etc/mail/mailer.conf (answered yes to
|
|
|
|
the previous question) and would like to enable postfix to start at boot time,
|
|
|
|
please set these variables in your /etc/rc.conf file:
|
|
|
|
|
|
|
|
sendmail_enable="YES"
|
|
|
|
sendmail_flags="-bd"
|
|
|
|
sendmail_outbound_enable="NO"
|
|
|
|
sendmail_submit_enable="NO"
|
|
|
|
sendmail_msp_queue_enable="NO"
|
|
|
|
|
2003-01-09 05:10:39 +00:00
|
|
|
This will disable Sendmail completely.
|
2002-05-07 03:12:36 +00:00
|
|
|
|
|
|
|
|
2003-01-09 05:10:39 +00:00
|
|
|
Also, you may wish to disable some Sendmail-specific daily maintenance
|
2002-05-07 03:12:36 +00:00
|
|
|
routines in your /etc/periodic.conf file:
|
|
|
|
|
|
|
|
daily_status_mail_rejects_enable="NO"
|
|
|
|
daily_status_include_submit_mailq="NO"
|
|
|
|
daily_submit_queuerun="NO"
|
|
|
|
|
|
|
|
|
|
|
|
If you are using SASL, you need to make sure that postfix has access to read
|
2002-06-20 01:32:20 +00:00
|
|
|
the sasldb file. This is accomplished by adding postfix to group mail and
|
|
|
|
making the /usr/local/etc/sasldb* file(s) readable by group mail (this should
|
|
|
|
be the default for new installs).
|