mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-07 06:40:06 +00:00
25 lines
515 B
Plaintext
25 lines
515 B
Plaintext
[
|
|
{ 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
|
|
}
|
|
]
|