mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-15 07:56:36 +00:00
21 lines
465 B
Plaintext
21 lines
465 B
Plaintext
|
|
||
|
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_DIR%%/bin/sendmail
|
||
|
send-mail %%QMAIL_DIR%%/bin/sendmail
|
||
|
|
||
|
with
|
||
|
|
||
|
sendmail %%PREFIX%%/sbin/usendmail
|
||
|
send-mail %%PREFIX%%/sbin/usendmail
|
||
|
|
||
|
Otherwise replace the link from /usr/sbin/sendmail to
|
||
|
%%QMAIL_DIR%%/bin/sendmail with one to %%PREFIX%%/sbin/usendmail.
|
||
|
|