diff options
author | jlam <jlam@pkgsrc.org> | 2003-06-19 22:01:46 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2003-06-19 22:01:46 +0000 |
commit | eb217efc27e076681eaf57c6a8e87f67c97fd214 (patch) | |
tree | d0cbb1aff4cc2bed09f899ed921a3bf0176b866b /mail/ssmtp/MESSAGE | |
parent | eadec76813a2b4d11fdc4248740a0c9b8b939804 (diff) | |
download | pkgsrc-eb217efc27e076681eaf57c6a8e87f67c97fd214.tar.gz |
Add an example mailer.conf file to show how ssmtp can be used in place of
the system sendmail via mailwrapper. Suggested by Julio Merino (thanks!).
Diffstat (limited to 'mail/ssmtp/MESSAGE')
-rw-r--r-- | mail/ssmtp/MESSAGE | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/mail/ssmtp/MESSAGE b/mail/ssmtp/MESSAGE index df28550d511..d1431776e52 100644 --- a/mail/ssmtp/MESSAGE +++ b/mail/ssmtp/MESSAGE @@ -1,10 +1,15 @@ =========================================================================== -$NetBSD: MESSAGE,v 1.1.1.1 2003/06/19 20:39:10 jlam Exp $ +$NetBSD: MESSAGE,v 1.2 2003/06/19 22:01:46 jlam Exp $ *BEFORE* using the program, you will need to edit the following files: ${PKG_SYSCONFDIR}/ssmtp.conf ${PKG_SYSCONFDIR}/revaliases -especially the variables `mailhub' and `hostname' in ssmtp.conf. +especially the variables `mailhub' and `hostname' in ssmtp.conf. You may +optionally install: + + ${PREFIX}/share/examples/ssmtp/mailer.conf + +as /etc/mailer.conf to use ssmtp in place of the system sendmail. =========================================================================== |