Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2005-12-29 | Remove USE_PKGINSTALL from pkgsrc now that mk/install/pkginstall.mk | jlam | 1 | -2/+1 | |
automatically detects whether we want the pkginstall machinery to be used by the package Makefile. | |||||
2005-12-05 | Ran "pkglint --autofix", which corrected some of the quoting issues in | rillig | 1 | -2/+2 | |
CONFIGURE_ARGS. | |||||
2005-11-12 | Correct the configuration file name. Patch submitted by Leonard | minskim | 1 | -2/+3 | |
Schmidt (maintainer) in private email. Bump PKGREVISION. | |||||
2005-11-12 | Import esmtp from pkgsrc-wip. Packaged by Leonard Schmidt. | minskim | 5 | -0/+87 | |
esmtp is a user-configurable relay-only Mail Transfer Agent (MTA) with a sendmail-compatible syntax. It is based on libESMTP supporting the AUTH (including the CRAM-MD5 and NTLM SASL mechanisms) and the StartTLS SMTP extensions. Features include: * fully sendmail command-line compatible, * supports the AUTH SMTP extension, with the CRAM-MD5 and NTLM SASL mechanisms, * supports the StartTLS SMTP extension, * requires no administration privileges, * individual user configuration, * does not receive mail, expand aliases or manage a queue, * local mail delivery via a MDA. |