mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-28 12:07:10 +01:00
Use correct paths to postfix the way we install it
This commit is contained in:
parent
cbe7d6a3ed
commit
1b91bc6f2c
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=79142
@ -71,10 +71,10 @@ This example shows how to invoke a sendmail-workalike like Postfix in
|
||||
place of sendmail.
|
||||
.Bd -literal
|
||||
# Emulate sendmail using postfix
|
||||
sendmail /usr/libexec/postfix/sendmail
|
||||
send-mail /usr/libexec/postfix/sendmail
|
||||
mailq /usr/libexec/postfix/sendmail
|
||||
newaliases /usr/libexec/postfix/sendmail
|
||||
sendmail /usr/local/sbin/sendmail
|
||||
send-mail /usr/local/sbin/sendmail
|
||||
mailq /usr/local/sbin/sendmail
|
||||
newaliases /usr/local/sbin/sendmail
|
||||
.Ed
|
||||
.Sh FILES
|
||||
/etc/mail/mailer.conf
|
||||
|
Loading…
Reference in New Issue
Block a user