mirror of
https://git.freebsd.org/ports.git
synced 2025-07-17 17:29:23 -04:00
Explain what 'make replace' does.
PR: ports/160257 Submitted by: Sam Cassiba <sam@cassiba.com> Approved by: maintainer timeout (114 days) Feature safe: yes
This commit is contained in:
parent
c372a12ff5
commit
e3cea3ced0
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=287771
1 changed files with 10 additions and 1 deletions
|
@ -1,6 +1,15 @@
|
|||
sSMTP has been installed successfully.
|
||||
|
||||
To replace sendmail with ssmtp type "make replace"
|
||||
To replace sendmail with ssmtp type "make replace" or change
|
||||
your /etc/mail/mailer.conf to:
|
||||
|
||||
sendmail /usr/local/sbin/ssmtp
|
||||
send-mail /usr/local/sbin/ssmtp
|
||||
mailq /usr/local/sbin/ssmtp
|
||||
newaliases /usr/local/sbin/ssmtp
|
||||
hoststat /usr/bin/true
|
||||
purgestat /usr/bin/true
|
||||
|
||||
|
||||
However, before you can use the program, you should copy the files
|
||||
"revaliases.sample" and "ssmtp.conf.sample" in %%PREFIX%%/etc/ssmtp
|
||||
|
|
Loading…
Add table
Reference in a new issue