summaryrefslogtreecommitdiff
path: root/mail/sendmail811/pkg-message
blob: 3182ce372cfac6b7c200eabec5ea423030c3e4ea (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
---------------------------------------------------

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.

---------------------------------------------------