freebsd-ports/mail/ssmtp/files/pkg-message.in
Pawel Pekala 17ee320da9 Show correct installation prefix in pkg-message
PR:		ports/187246
Submitted by:	Zane C.B-H. <vvelox@vvelox.net>
Approved by:	maintainer
2014-03-06 16:35:32 +00:00

17 lines
523 B
Text

sSMTP has been installed successfully.
To replace sendmail with ssmtp type "make replace" or change
your /etc/mail/mailer.conf to:
sendmail %%PREFIX%%/sbin/ssmtp
send-mail %%PREFIX%%/sbin/ssmtp
mailq %%PREFIX%%/sbin/ssmtp
newaliases %%PREFIX%%/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.