Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - Update to 0.5.1. | flz | 2005-04-16 | 5 | -62/+27 |
| | | | | | PR: ports/79974 Submitted by: Ports Fury | ||||
* | At Kris's request, back out the MACHINE_ARCH spelling correction until | obrien | 2005-04-12 | 1 | -1/+1 |
| | | | | after 5.4-RELEASE. | ||||
* | Assist getting more ports working on AMD64 by obeying the | obrien | 2005-04-11 | 1 | -1/+1 |
| | | | | Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'. | ||||
* | Drop maintainership. | krion | 2004-08-08 | 1 | -1/+1 |
| | |||||
* | Add patch which disables annoying log warnings when only auth | krion | 2004-06-29 | 2 | -1/+34 |
| | | | | | | is used. Submitted by: Bohdan Horst <nexus@irc.pl> | ||||
* | - Remove USE_SIZE knob | krion | 2004-04-16 | 1 | -1/+0 |
| | |||||
* | Bump PORTREVISION on all ports that depend on gettext to aid with upgrading. | marcus | 2004-02-04 | 1 | -0/+1 |
| | | | | (Part 2) | ||||
* | - SIZEify | krion | 2004-01-30 | 2 | -0/+2 |
| | |||||
* | - Update to version 0.5.0 | krion | 2003-11-15 | 3 | -23/+9 |
| | |||||
* | Change my mail to @FreeBSD.org | krion | 2003-07-22 | 1 | -1/+1 |
| | | | | Approved by: fjoe (mentor) | ||||
* | Add esmtp 0.4.1, | erwin | 2003-07-15 | 6 | -0/+108 |
esmtp is a user configurable relay-only Mail Transfer Agent (MTA) with a sendmail compatible syntax. It's based on libESMTP supporting the AUTH (including the CRAM-MD5 and NTLM SASL mechanisms) and the StartTLS SMTP extensions. These are the esmtp features: * fully sendmail command line compatible, * supports the AUTH SMTP extension, with the CRAM-MD5 and * NTLM SASL mechanisms, * support the StartTLS SMTP extension, * requires no administration privileges, * individual user configuration, * does not receive mail, expand aliases or manage a queue. PR: 54491 Submitted by: Kirill Ponomarew <ponomarew@oberon.net> |