1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-21 08:42:23 +00:00
freebsd-ports/mail/usendmail/pkg-message
Sergei Kolobov 6520b351f2 Add usendmail 0.1.6, a replacement for qmail's sendmail drop-in.
PR:		63074
Submitted by:	Thomas Seck <tmseck@netcologne.de>
2004-02-29 22:55:38 +00:00

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.