2006-02-15 04:04:58 +01:00
|
|
|
To enable postfix rc.d startup script please add postfix_enable="YES" in
|
2006-01-12 17:23:08 +01:00
|
|
|
your rc.conf
|
2002-05-07 05:12:36 +02:00
|
|
|
|
2006-01-12 17:23:08 +01:00
|
|
|
If you not need sendmail anymore, please add in your rc.conf:
|
2002-05-07 05:12:36 +02:00
|
|
|
|
2005-08-12 00:03:06 +02:00
|
|
|
sendmail_enable="NO"
|
|
|
|
sendmail_submit_enable="NO"
|
|
|
|
sendmail_outbound_enable="NO"
|
|
|
|
sendmail_msp_queue_enable="NO"
|
2003-01-19 08:25:46 +01:00
|
|
|
|
2006-01-12 17:23:08 +01:00
|
|
|
And you can disable some sendmail specific daily maintenance routines in your
|
|
|
|
/etc/periodic.conf file:
|
2002-05-07 05:12:36 +02:00
|
|
|
|
2005-08-12 00:03:06 +02:00
|
|
|
daily_clean_hoststat_enable="NO"
|
|
|
|
daily_status_mail_rejects_enable="NO"
|
2002-05-07 05:12:36 +02:00
|
|
|
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 03:32:20 +02: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).
|