blob: f6f1d3fc8366eee820947bde7cfbfcb9541a2d53 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
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.
|