mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
cef9c4b2b8
PR: 18415 Submitted by: Dirk Meyer <dirk.meyer@dinoex.sub.org> Reviewed by: will
30 lines
765 B
Plaintext
30 lines
765 B
Plaintext
|
|
---------------------------------------------------
|
|
|
|
If you update your configuration from 8.9.x add the following to your
|
|
'*.mc' file(s):
|
|
|
|
MODIFY_MAILER_FLAGS(`LOCAL', `+S')dnl
|
|
|
|
because mail.local is no longer installed set-user-id root. This is not
|
|
needed if you are using FEATURE(`local_lmtp').
|
|
|
|
To activate sendmail as your default mailer, call the target 'mailer.conf':
|
|
|
|
$ make mailer.conf
|
|
|
|
Your '/etc/mail/mailer.conf' should look like this:
|
|
|
|
#
|
|
# Execute the "real" sendmail program, named /usr/libexec/sendmail/sendmail
|
|
#
|
|
sendmail %%PREFIX%%/sbin/sendmail
|
|
send-mail %%PREFIX%%/sbin/sendmail
|
|
mailq %%PREFIX%%/sbin/sendmail
|
|
newaliases %%PREFIX%%/sbin/sendmail
|
|
|
|
You may also need to update /etc/rc.conf.
|
|
|
|
---------------------------------------------------
|
|
|