| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
PR: 284444
|
|
|
|
| |
Quick fix for pkg-install script where a mismerge from PR happened.
|
|
|
|
|
|
|
|
|
|
|
| |
- Update to 3.10.0
- Fix some typos
- Incorporate changes from [1], namely:
- Simplify some Makefile constructs
- Fix post-install script
- Fix plist
PR: 280019
|
| |
|
|
|
|
|
|
|
|
|
| |
- Update to 3.9.0
- Add MongoDB maps support
- regen patches.
Release notes:
https://postfix-mirror.horus-it.com/postfix-release/official/postfix-3.9.0.RELEASE_NOTES
|
|
|
|
|
| |
Reviewed by: otis
Differential Revision: https://reviews.freebsd.org/D41599
|
|
|
|
|
|
|
|
| |
The most notable change is that starting from 3.8.0, postfix
supports SRV DNS records lookups in SMTP and LMTP clients.
Release announcement:
https://www.postfix.org/announcements/postfix-3.8.0.html
|
|
|
|
| |
pkg does not allow interractive script
|
|
|
|
| |
Apply proper config file patch in correct stage.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Update to 3.7.0
- Correct installation instructions [1]
- Listen on both IPv4 and IPv6 [2]
- Use system-wide CA path [3]
- Correct typo in pkg-message [4]
- Switch to PCRE2 [5]
PR: 261821 [1]
PR: 252872 [2]
PR: 239473 [3]
PR: 261824 [4]
PR: 262100 [5]
|
|
|
|
|
| |
Postfix 3.6 requires minimum OpenSSL 1.1.1, so
mark broken for FreeBSD 11 with 'OpenSSL base'
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
[...]
In file included from alldig.c:29:
./sys_defs.h:1259:2: error: "unsupported platform"
#error "unsupported platform"
^
[...]
Approved by: portmgr (build fix blanket)
Notes:
svn path=/head/; revision=562385
|
|
|
|
| |
Notes:
svn path=/head/; revision=535804
|
|
|
|
| |
Notes:
svn path=/head/; revision=504937
|
|
|
|
|
|
|
| |
- adopt libressl patches from OpenBSD
Notes:
svn path=/head/; revision=499382
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Changelog:
20190312
Bugfix (introduced: Postfix 2.2): reject_multi_recipient_bounce
has been producing false rejects starting with the Postfix
2.2 smtpd_end_of_data_restrictons, and for the same reasons,
did the same with the Postfix 3.4 BDAT command. The latter
was reported by Andreas Schulze. File: smtpd/smtpd_check.c.
20190328
Bugfix (introduced: Postfix 3.0): LMTP connections over
UNIX-domain sockets were cached but not reused, due to a
cache lookup key mismatch. Therefore, idle cached connections
could exhaust LMTP server resources, resulting in two-second
pauses between email deliveries. This problem was investigated
by Juliana Rodrigueiro. File: smtp/smtp_connect.c.
Notes:
svn path=/head/; revision=497399
|
|
|
|
|
|
|
|
|
| |
PR: 233517 233527
Submitted by: Andrej Ebert
Reported by: Herbert J. Skuhra
Notes:
svn path=/head/; revision=485924
|
|
|
|
|
|
|
|
| |
PR: 232502
Submitted by: Kai
Notes:
svn path=/head/; revision=482754
|
|
|
|
|
|
|
| |
- rework MySQL patch
Notes:
svn path=/head/; revision=471364
|
|
|
|
|
|
|
|
|
|
|
|
| |
Firt definition of MARIADB_VERSION_ID can be found in mariadb102
therefore we have to use MARIADB_BASE_VERSION which is defined in
mariadb55 and mariadb10x
PR: 226266 [1], 220224
Reported by: Zilon [1]
Notes:
svn path=/head/; revision=463264
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- add patch for MySQL 8.x [1}
- add blacklistd support [2]
additional:
- regenerate patch for src/util/sys_defs.h
Release Notes:
ftp://ftp.porcupine.org/mirrors/postfix-release/official/postfix-3.3.0.RELEASE_NOTES
PR: 220224 [1], 225664 [2]
Submitted by: Klaus Mayr [1], Koichiro IWAO [2]
Notes:
svn path=/head/; revision=462959
|
|
|
|
|
|
|
|
|
| |
PR: 216790
Obtained from: OpenBSD ports
Approved by: ohauer (maintainer)
Notes:
svn path=/head/; revision=441329
|
|
|
|
| |
Notes:
svn path=/head/; revision=423107
|
|
|
|
|
|
|
|
|
|
| |
- Fix DANE support with LibreSSL
PR: 212223
Reported by: Markus Kohlmeyer <rootservice@gmail.com>
Notes:
svn path=/head/; revision=421102
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Add LibreSSL checks to <> 1.1.0 OpenSSL checks
- Bump portrevision
PR: 212223
Submitted by: Markus Kohlmeier <rootservice@gmail.com>
Reported by: Markus Kohlmeier <rootservice@gmail.com>
Approved by: ohauer (via PR)
MFH: 2016Q3
Notes:
svn path=/head/; revision=421091
|
|
|
|
|
|
|
|
|
| |
PR: 211502
Reported by: Helmut Ritter
Obtained from: http://cvsweb.openbsd.org/cgi-bin/cvsweb/ports/mail/postfix/stable/patches/
Notes:
svn path=/head/; revision=419488
|
|
|
|
|
|
|
| |
- s/USE_OPENSSL=yes/USES=ssl/
Notes:
svn path=/head/; revision=418293
|
|
|
|
|
|
|
|
|
| |
Users updating from postfix 2.11 should read:
ftp://ftp.porcupine.org/mirrors/postfix-release/official/postfix-3.0.0.RELEASE_NOTES
ftp://ftp.porcupine.org/mirrors/postfix-release/official/postfix-3.1.0.RELEASE_NOTES
Notes:
svn path=/head/; revision=409727
|
|
|
|
| |
Notes:
svn path=/head/; revision=409553
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Dovecot SASL does not need any dependency, from now it will be always build into postfix
and the default SASL unless Cyrus is also added (there is no conflict between them)
- add support for FreeBSD 10.3 mailwrapper (install mailer.conf into LOCALBASE/mail instead /etc/mail)
- add better reload support to rc script
- display correct path in pkg-message
- add support for postfix-sasl slave port
- bump PORTREVISION
Many Thanks to all testers!
PR: 195662
PR: 205162
Notes:
svn path=/head/; revision=409551
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- install postfix specific mailer.conf.postfix into DATADIR [2]
- use new notation instead PATCH_DIST_STRIP
- bump PORTREVISION
1) detect if the port is installed without TERM, in this case
do not ask the to make postfix the default mailer and respect
the env POSTFIX_DEFAULT_MTA. This helps tools like salt,
ansible, cfengine and puppet during the first package installation.
2) $DATADIR/mailer.conf.postfix can be used by the tools in 1)
MFH: 2016Q1
Notes:
svn path=/head/; revision=405234
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- rename OPTIONS to match default name of most ports
- SASL2 -> SASL
- OPENLDAP -> LDAP
- install main.cf and master.cf with the @sample macro
- rework pkg-install
- fix wrong permission for /var/db/postfix [1]
- sets WANT_OPENLDAP_SASL option for openldap port when
postfix LDAP_SASL option is set [2]
- make usage of new ${opt}_DEPENDS notation
Changelog:
20150324
Bugfix (introduced: Postfix 2.6): sender_dependent_relayhost_maps
ignored the relayhost setting in the case of a DUNNO lookup
result. It would use the recipient domain instead. Viktor
Dukhovni. Wietse took the pieces of code that enforce the
precedence of a sender-dependent relayhost, the global
relayhost, and the recipient domain, and put that code
together in once place so that it is easier to maintain.
File: trivial-rewrite/resolve.c.
20150330
Bitrot: prepare for future changes in OpenSSL API. Viktor
Dukhovni. File: tls_dane.c.
20150408
Portability: FreeBSD10 support. Files: makedefs, util/sys_defs.h.
Incompatibility: specifying "make makefiles" with "CC=command"
will no longer override the default WARN setting.
PR: 198215 [1]
198857 [2]
Notes:
svn path=/head/; revision=385965
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- add CPE support
- use PORTDOCS macro
- remove check for OSVERSION >= 800037
- fix OPENLDAP_VER usage
- set PORTSCOUD
- always call set-permissions in post-install to set correct spool/postfix/* permissions
this is required with pkg to support non interrupted upgrade
Changes:
========
20140619
Bugfix (introduced: 2001): qmqpd null pointer bug when it
logs a lost connection while not in a mail transaction.
Reported by Michal Adamek. File: qmqpd/qmqpd.c.
20140920
Bugfix (introduced: 20080212): incorrect client name in
reject messages from check_reverse_client_hostname_access
and check_reverse_client_hostname_{mx,ns}_access. They
replied with the verified client name, instead of the name
that was rejected. Problem reported by Reindl Harald. File:
smtpd/smtpd_check.c.
20141012
Bugfix (introduced: Postfix 2.3): the PREPEND access/policy
action added headers ABOVE Postfix's own Received: header,
exposing Postfix's own Received: header to Milters (protocol
violation) and hiding the PREPENDed header from Milters.
The latter caused problems for DMARC implementations with
SPF policy plus DKIM Milter. PREPENDed headers are now
added BELOW Postfix's own Received: header and remain visible
to Milters. File: smtpd/smtpd.c.
20141018
Bugfix (introduced: Postfix 2.3): when a Milter inserted a
header ABOVE Postfix's own Received: header, Postfix would
expose its own Received: header to Milters (violating
protocol) and hide the Milter-inserted header from Milters
(wtf). Files: cleanup/cleanup.h, cleanup/cleanup_message.c,
cleanup/cleanup_state.c, milter/milter.[hc], milter/milter8.c.
Cleanup: revert the workaround that places headers inserted
with PREPEND actions or policy requests BELOW Postfix's own
Received: message header. File: smtpd/smtpd.c.
PR: 194396
Submitted by: Yasuhiro KIMURA
Approved by: sahil (explicit per PM)
Notes:
svn path=/head/; revision=372087
|
|
|
|
|
|
|
| |
'__' instead.
Notes:
svn path=/head/; revision=363362
|
|
|
|
| |
Notes:
svn path=/head/; revision=331746
|
|
|
|
|
|
|
|
|
| |
distinguish between upgrades and fresh installs. Also,
mark BROKEN when users try to build WITH_LDAP_SASL but
WITHOUT_SASL2.
Notes:
svn path=/head/; revision=311090
|
|
|
|
|
|
|
|
|
| |
Where necessary add $FreeBSD$ to the file
No PORTREVISION bump necessary because this is a no-op
Notes:
svn path=/head/; revision=302141
|
|
|
|
|
|
|
| |
account for additional situations.
Notes:
svn path=/head/; revision=290904
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
literal name_enable wherever possible, and ${name}_enable
when it's not, to prepare for the demise of set_rcvar().
In cases where I had to hand-edit unusual instances also
modify formatting slightly to be more uniform (and in
some cases, correct). This includes adding some $FreeBSD$
tags, and most importantly moving rcvar= to right after
name= so it's clear that one is derived from the other.
Notes:
svn path=/head/; revision=289156
|
|
|
|
| |
Notes:
svn path=/head/; revision=285095
|
|
|
|
|
|
|
|
|
|
|
| |
create USERS and GROUPS. Also remove replace()
function from pkg-install script.
PR: ports/158765
Submitted by: ohauer
Notes:
svn path=/head/; revision=278342
|
|
|
|
| |
Notes:
svn path=/head/; revision=271447
|
|
|
|
|
|
|
|
|
|
| |
and note that the SPF and VDA options are unavailable
with this release.
Feature safe: yes
Notes:
svn path=/head/; revision=268192
|
|
|
|
|
|
|
|
|
| |
whether Postfix is already enabled in mailer.conf[1].
Submitted by: ohauer (via email) [1]
Notes:
svn path=/head/; revision=265255
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Remove "empty variable" assignment from rc script [1]
- Re-introduce optional SPF support [2]
- Remove default DISTNAME assignment from Makefile
- The affected OPTIONS are off by default, so do not
bump PORTREVISION
PR: [1]: ports/147731
[2]: ports/150428
Submitted by: [1]: ohauer@
[2]: mm@
Notes:
svn path=/head/; revision=261054
|
|
|
|
|
|
|
| |
s#. %%RC_SUBR%%#. /etc/rc.subr#
Notes:
svn path=/head/; revision=251553
|
|
|
|
|
|
|
|
|
|
|
| |
- users wanting to continue on 2.6 series should use mail/postfix26
PR: 144189
Submitted by: Sahil Tandon (maintainer)
Feature safe: yes
Notes:
svn path=/head/; revision=250570
|
|
|
|
|
|
|
|
|
| |
does not exist.
Approved by: Sahil Tandon <sahil@tandon.net> (maintainer)
Notes:
svn path=/head/; revision=248350
|
|
|
|
|
|
|
|
| |
Approved by: maintainer
Reviewed by: wxs@, keramida@
Notes:
svn path=/head/; revision=241402
|