aboutsummaryrefslogtreecommitdiffstats
path: root/mail/esmtp
Commit message (Collapse)AuthorAgeFilesLines
* - Update to 0.5.1.flz2005-04-165-62/+27
| | | | | PR: ports/79974 Submitted by: Ports Fury
* At Kris's request, back out the MACHINE_ARCH spelling correction untilobrien2005-04-121-1/+1
| | | | after 5.4-RELEASE.
* Assist getting more ports working on AMD64 by obeying theobrien2005-04-111-1/+1
| | | | Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
* Drop maintainership.krion2004-08-081-1/+1
|
* Add patch which disables annoying log warnings when only authkrion2004-06-292-1/+34
| | | | | | is used. Submitted by: Bohdan Horst <nexus@irc.pl>
* - Remove USE_SIZE knobkrion2004-04-161-1/+0
|
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.marcus2004-02-041-0/+1
| | | | (Part 2)
* - SIZEifykrion2004-01-302-0/+2
|
* - Update to version 0.5.0krion2003-11-153-23/+9
|
* Change my mail to @FreeBSD.orgkrion2003-07-221-1/+1
| | | | Approved by: fjoe (mentor)
* Add esmtp 0.4.1,erwin2003-07-156-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>