diff options
author | Marcus Alves Grando <mnag@FreeBSD.org> | 2006-07-12 04:45:35 +0000 |
---|---|---|
committer | Marcus Alves Grando <mnag@FreeBSD.org> | 2006-07-12 04:45:35 +0000 |
commit | 358c8cf282a69865f99dcfdce17d8bebf26a6f6f (patch) | |
tree | f549c26dae50b940329d75bc8e7957976423b75b /mail/postfix-current | |
parent | 40c09f5b5c3d7b4dd746301808886b6db3b41c20 (diff) | |
download | ports-358c8cf282a69865f99dcfdce17d8bebf26a6f6f.tar.gz ports-358c8cf282a69865f99dcfdce17d8bebf26a6f6f.zip |
- Update to 2.4-20060711
- Add 2.3 CONFLICTS
- Update pkg-descr
Notes
Notes:
svn path=/head/; revision=167561
Diffstat (limited to 'mail/postfix-current')
-rw-r--r-- | mail/postfix-current/Makefile | 4 | ||||
-rw-r--r-- | mail/postfix-current/distinfo | 6 | ||||
-rw-r--r-- | mail/postfix-current/pkg-descr | 19 |
3 files changed, 19 insertions, 10 deletions
diff --git a/mail/postfix-current/Makefile b/mail/postfix-current/Makefile index ef2c34a34b98..2280c809c069 100644 --- a/mail/postfix-current/Makefile +++ b/mail/postfix-current/Makefile @@ -6,7 +6,7 @@ # PORTNAME= postfix -DISTVERSION= 2.3-RC9 +DISTVERSION= 2.4-20060711 PORTEPOCH= 3 CATEGORIES= mail ipv6 MASTER_SITES= ftp://ftp.porcupine.org/mirrors/postfix-release/experimental/ \ @@ -20,7 +20,7 @@ DIST_SUBDIR= ${PORTNAME} MAINTAINER= mnag@FreeBSD.org COMMENT= A secure alternative to widely-used Sendmail -CONFLICTS= courier-0.* postfix-1.* postfix-2.0.* postfix-2.1.* postfix-2.2.* \ +CONFLICTS= courier-0.* postfix-1.* postfix-2.[0-3].* \ sendmail-8.* sendmail-*-8.* smail-3.* zmailer-2.* NO_LATEST_LINK= yes diff --git a/mail/postfix-current/distinfo b/mail/postfix-current/distinfo index 01227174892d..cf3b35ad206c 100644 --- a/mail/postfix-current/distinfo +++ b/mail/postfix-current/distinfo @@ -1,3 +1,3 @@ -MD5 (postfix/postfix-2.3-RC9.tar.gz) = a77c464a7e4365dafc8aa2b35bda48e0 -SHA256 (postfix/postfix-2.3-RC9.tar.gz) = 07edec66c24a403cfda699a2a8702bcd734d4de8a7bd8c51b27a09cf74ec71b4 -SIZE (postfix/postfix-2.3-RC9.tar.gz) = 2768754 +MD5 (postfix/postfix-2.4-20060711.tar.gz) = a357c3bb4908d457a9f95e5f6f8d4386 +SHA256 (postfix/postfix-2.4-20060711.tar.gz) = bfaa2ca53c6a7386738111acf461a00c4cc06d65fb44867a85778f95150a7804 +SIZE (postfix/postfix-2.4-20060711.tar.gz) = 2774624 diff --git a/mail/postfix-current/pkg-descr b/mail/postfix-current/pkg-descr index 1f335ce6820c..58c625e46973 100644 --- a/mail/postfix-current/pkg-descr +++ b/mail/postfix-current/pkg-descr @@ -1,6 +1,15 @@ -Postfix attempts to be fast, easy to administer, and secure, while at -the same time being sendmail-compatible enough to not upset existing -users. It also offers QMQP and VERP support to let Postfix act as delivery -daemon for ezmlm-idx. +Postfix attempts to be fast, easy to administer, and secure, while at the same +time being sendmail compatible enough to not upset existing users. Thus, the +outside has a sendmail-ish flavor, but the inside is completely different. -WWW: http://www.postfix.org/ +Some feautures: + +Connection cache for SMTP, DSN status notifications, IP version 6, Plug-in +support for multiple SASL implementations (Cyrus, Dovecot), TLS encryption and +authentication, Configurable status notification message text, Access control +per client/sender/recipient/etc, Content filter (built-in, external before +queue, external after queue), Berkeley DB database, LDAP database, MySQL +database, PostgreSQL database, Maildir and mailbox format, Virtual domains, +VERP envelope return addresses and others. + +WWW: http://www.postfix.org/ |