mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-02 01:20:54 +00:00
8aebee472e
scripts manually - define a regression-test target depending on build: that runs the package's test script in order to automate regression testing on the ports cluster - belatedly change QMAIL_DIR to QMAIL_PREFIX in files/pkg-message.in, too PR: ports/99426 Submitted by: Thomas-Martin Seck <tmseck@netcologne.de> (maintainer)
21 lines
474 B
Plaintext
21 lines
474 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_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.
|
|
|