Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2004-06-17 | be quiet in post-extract and post-build. | grant | 1 | -3/+3 | |
2004-06-17 | honour LDFLAGS when linking so the resulting binary can find libssl | grant | 2 | -6/+15 | |
and libcrypto. | |||||
2004-04-18 | Convert to buildlink3. | snj | 1 | -3/+3 | |
2004-03-26 | PKGREVISION bump after openssl-security-fix-update to 0.9.6m. | wiz | 1 | -2/+2 | |
Buildlink files: RECOMMENDED version changed to current version. | |||||
2004-01-24 | replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make. | grant | 1 | -2/+2 | |
2004-01-20 | Move WRKSRC definition away from the first paragraph in a Makefile. | agc | 1 | -2/+2 | |
2003-11-14 | When constructing WRKSRC, also strip off PKGREVISION. | jschauma | 1 | -2/+2 | |
Fixes problem seen in latest bulk-build. | |||||
2003-11-12 | PKGREVISION++ after openssl update. | jschauma | 1 | -1/+2 | |
2003-06-19 | Add an example mailer.conf file to show how ssmtp can be used in place of | jlam | 4 | -5/+23 | |
the system sendmail via mailwrapper. Suggested by Julio Merino (thanks!). | |||||
2003-06-19 | Initial import of mail/ssmtp, an extremely simple MTA that forwards mail | jlam | 10 | -0/+160 | |
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. |