diff options
author | jlam <jlam> | 2003-06-19 22:01:46 +0000 |
---|---|---|
committer | jlam <jlam> | 2003-06-19 22:01:46 +0000 |
commit | 8dd3d98dca15cc8c22d1f626a7e2a01966b5b775 (patch) | |
tree | d0cbb1aff4cc2bed09f899ed921a3bf0176b866b /mail/ssmtp/files | |
parent | b5eed3acad0a33ab2f7d682686568914e17f45a2 (diff) | |
download | pkgsrc-8dd3d98dca15cc8c22d1f626a7e2a01966b5b775.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/files')
-rw-r--r-- | mail/ssmtp/files/mailer.conf | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/mail/ssmtp/files/mailer.conf b/mail/ssmtp/files/mailer.conf new file mode 100644 index 00000000000..2afd462e9a2 --- /dev/null +++ b/mail/ssmtp/files/mailer.conf @@ -0,0 +1,6 @@ +# $NetBSD: mailer.conf,v 1.1 2003/06/19 22:01:47 jlam Exp $ +# +# Use "ssmtp" as a replacement for "sendmail". +# +sendmail @PREFIX@/sbin/ssmtp +send-mail @PREFIX@/sbin/ssmtp |