summaryrefslogtreecommitdiff
path: root/mail/usendmail/files/pkg-message.in
blob: cdb9976c5119e01a730273680d7b9ab0eda9949a (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
[
{ type: install
  message: <<EOM
usendmail has been successfully installed!

Now you have to change your sendmail(8) wrapping:

If you are using mailwrapper(8), do the following:

in /etc/mail/mailer.conf replace the lines

sendmail	%%QMAIL_PREFIX%%/bin/sendmail
send-mail	%%QMAIL_PREFIX%%/bin/sendmail

with

sendmail	%%PREFIX%%/sbin/usendmail
send-mail	%%PREFIX%%/sbin/usendmail

Otherwise replace the link from /usr/sbin/sendmail to
%%QMAIL_PREFIX%%/bin/sendmail with one to %%PREFIX%%/sbin/usendmail.
EOM
}
]