mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
- Update to 2.4-20060711
- Add 2.3 CONFLICTS - Update pkg-descr
This commit is contained in:
parent
40c09f5b5c
commit
358c8cf282
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=167561
3 changed files with 19 additions and 10 deletions
|
@ -6,7 +6,7 @@
|
||||||
#
|
#
|
||||||
|
|
||||||
PORTNAME= postfix
|
PORTNAME= postfix
|
||||||
DISTVERSION= 2.3-RC9
|
DISTVERSION= 2.4-20060711
|
||||||
PORTEPOCH= 3
|
PORTEPOCH= 3
|
||||||
CATEGORIES= mail ipv6
|
CATEGORIES= mail ipv6
|
||||||
MASTER_SITES= ftp://ftp.porcupine.org/mirrors/postfix-release/experimental/ \
|
MASTER_SITES= ftp://ftp.porcupine.org/mirrors/postfix-release/experimental/ \
|
||||||
|
@ -20,7 +20,7 @@ DIST_SUBDIR= ${PORTNAME}
|
||||||
MAINTAINER= mnag@FreeBSD.org
|
MAINTAINER= mnag@FreeBSD.org
|
||||||
COMMENT= A secure alternative to widely-used Sendmail
|
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.*
|
sendmail-8.* sendmail-*-8.* smail-3.* zmailer-2.*
|
||||||
|
|
||||||
NO_LATEST_LINK= yes
|
NO_LATEST_LINK= yes
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
MD5 (postfix/postfix-2.3-RC9.tar.gz) = a77c464a7e4365dafc8aa2b35bda48e0
|
MD5 (postfix/postfix-2.4-20060711.tar.gz) = a357c3bb4908d457a9f95e5f6f8d4386
|
||||||
SHA256 (postfix/postfix-2.3-RC9.tar.gz) = 07edec66c24a403cfda699a2a8702bcd734d4de8a7bd8c51b27a09cf74ec71b4
|
SHA256 (postfix/postfix-2.4-20060711.tar.gz) = bfaa2ca53c6a7386738111acf461a00c4cc06d65fb44867a85778f95150a7804
|
||||||
SIZE (postfix/postfix-2.3-RC9.tar.gz) = 2768754
|
SIZE (postfix/postfix-2.4-20060711.tar.gz) = 2774624
|
||||||
|
|
|
@ -1,6 +1,15 @@
|
||||||
Postfix attempts to be fast, easy to administer, and secure, while at
|
Postfix attempts to be fast, easy to administer, and secure, while at the same
|
||||||
the same time being sendmail-compatible enough to not upset existing
|
time being sendmail compatible enough to not upset existing users. Thus, the
|
||||||
users. It also offers QMQP and VERP support to let Postfix act as delivery
|
outside has a sendmail-ish flavor, but the inside is completely different.
|
||||||
daemon for ezmlm-idx.
|
|
||||||
|
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/
|
WWW: http://www.postfix.org/
|
||||||
|
|
Loading…
Add table
Reference in a new issue