1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-02 01:20:54 +00:00
freebsd-ports/mail/usendmail/files/pkg-message.in
Pav Lucistnik 8aebee472e - pass 'make all' verbatim to the package instead of calling the package's
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)
2006-06-26 14:20:16 +00:00

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.