1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-25 00:51:21 +00:00
freebsd-ports/mail/ssmtp/files/pkg-message.in
Eitan Adler e3cea3ced0 Explain what 'make replace' does.
PR:		ports/160257
Submitted by:	Sam Cassiba <sam@cassiba.com>
Approved by:	maintainer timeout (114 days)
Feature safe:	yes
2011-12-21 01:07:34 +00:00

18 lines
523 B
Plaintext

sSMTP has been installed successfully.
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
to "revaliases" and "ssmtp.conf" respectively and edit them to suit
your needs.