mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-11 02:50:24 +00:00
db66963e4e
- Convert scripts/fix-files-list to REINPLACE_CMD - s/rcNG/rc.d/ - portlint(1) - Reorganize Makefile - Bump PORTREVISION - Mark OPENLDAP was BROKEN Requested by: kris [1]
23 lines
767 B
Plaintext
23 lines
767 B
Plaintext
To enable postfix rc.d startup script please add postfix_enable="YES" in
|
|
your rc.conf
|
|
|
|
If you not need sendmail anymore, please add in your rc.conf:
|
|
|
|
sendmail_enable="NO"
|
|
sendmail_submit_enable="NO"
|
|
sendmail_outbound_enable="NO"
|
|
sendmail_msp_queue_enable="NO"
|
|
|
|
And you can disable some sendmail specific daily maintenance routines in your
|
|
/etc/periodic.conf file:
|
|
|
|
daily_clean_hoststat_enable="NO"
|
|
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
|
|
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).
|