diff options
author | schmonz <schmonz@pkgsrc.org> | 2005-11-21 05:54:03 +0000 |
---|---|---|
committer | schmonz <schmonz@pkgsrc.org> | 2005-11-21 05:54:03 +0000 |
commit | 2a07fa40e2001a8f2e09f4b0dbda2370e8ec3596 (patch) | |
tree | 47787b9bf2dddf138151670167c6b01098a85449 /mail/mailfront | |
parent | 4df065ae976861fdb8185b4f8be6759c191e3ffc (diff) | |
download | pkgsrc-2a07fa40e2001a8f2e09f4b0dbda2370e8ec3596.tar.gz |
Update to 0.98. From the changelog:
- Added enhanced mail system status codes (RFC 1893/2034).
- Added support for rejecting all mail unless client is authenticated
(either as a relay client or with SMTP authentication) if
$REQUIRE_AUTH is set.
- Full domain names are now required in all addresses except for the
null sender.
- Removed the "bounce must have a single recipient" rule, as it is
currently causing more problems (with address checkers) than it is
solving (spammers no longer use this technique).
- Fixed one-off bug in counting recipients for $MAXRCPTS.
- Truncate UIDL responses to 70 characters as per RFC 1939.
- Added QMQP and QMTP "reject" front ends, for completeness.
The enhanced mail system status codes together with the $REQUIRE_AUTH
change should make smtpfront compliant with RFC 2476's requirements for
a "message submission agent", suitable for use on TCP port 587.
Diffstat (limited to 'mail/mailfront')
-rw-r--r-- | mail/mailfront/Makefile | 4 | ||||
-rw-r--r-- | mail/mailfront/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/mail/mailfront/Makefile b/mail/mailfront/Makefile index ed53a5882d3..46b02975f8e 100644 --- a/mail/mailfront/Makefile +++ b/mail/mailfront/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.3 2005/10/08 21:00:58 schmonz Exp $ +# $NetBSD: Makefile,v 1.4 2005/11/21 05:54:03 schmonz Exp $ # -DISTNAME= mailfront-0.97 +DISTNAME= mailfront-0.98 CATEGORIES= mail MASTER_SITES= ${HOMEPAGE} diff --git a/mail/mailfront/distinfo b/mail/mailfront/distinfo index aa9c226a6bf..3fb16238fe6 100644 --- a/mail/mailfront/distinfo +++ b/mail/mailfront/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.2 2005/10/08 21:00:58 schmonz Exp $ +$NetBSD: distinfo,v 1.3 2005/11/21 05:54:03 schmonz Exp $ -SHA1 (mailfront-0.97.tar.gz) = 4377b54c42cfc277418c18074a529145bfb3b637 -RMD160 (mailfront-0.97.tar.gz) = be43b3921cd6c9a0dfa3a1ed468615657ade6453 -Size (mailfront-0.97.tar.gz) = 72245 bytes +SHA1 (mailfront-0.98.tar.gz) = d891d23745b535637cff6221ad2489bc2960088f +RMD160 (mailfront-0.98.tar.gz) = 84e04bc1c9bab7c676506254dac6a2cb3682ba4b +Size (mailfront-0.98.tar.gz) = 77981 bytes |