pkgsrc/mail/ssmtp/patches/patch-ad
jlam 37b114ba72 Initial import of mail/ssmtp, an extremely simple MTA that forwards mail
to a mail hub.  Originally from pkgsrc-wip; created by Toru TAKAMIZU
<pkg at pop dot 707 dot to>.

A secure, effective and simple way of getting mail off a system to your
mail hub. It contains no suid-binaries or other dangerous things - no mail
spool to poke around in, and no daemons running in the background. Mail is
simply forwarded to the configured mailhost. Extremely easy configuration.

WARNING: the above is all it does; it does not receive mail, expand aliases
or manage a queue. That belongs on a mail hub with a system administrator.

This program is especially recommended for mutt users who send emails via
ISP's smtp server.
2003-06-19 20:39:09 +00:00

13 lines
263 B
Text

$NetBSD: patch-ad,v 1.1.1.1 2003/06/19 20:39:10 jlam Exp $
--- configure.orig Fri Sep 27 14:47:52 2002
+++ configure Mon Apr 7 01:03:46 2003
@@ -1340,7 +1340,7 @@
#define HAVE_SSL 1
EOF
- LIBS="$LIBS -lssl"
+ LIBS="$LIBS -lssl -lcrypto"
fi
enableval=""