| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
PR: 216790
Obtained from: OpenBSD ports
Approved by: ohauer (maintainer)
|
| |
|
|
|
|
|
|
|
| |
- Fix DANE support with LibreSSL
PR: 212223
Reported by: Markus Kohlmeyer <rootservice@gmail.com>
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
|
|
| |
PR: 211502
Reported by: Helmut Ritter
Obtained from: http://cvsweb.openbsd.org/cgi-bin/cvsweb/ports/mail/postfix/stable/patches/
|
|
|
|
| |
- s/USE_OPENSSL=yes/USES=ssl/
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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)
|
|
|
|
| |
'__' instead.
|
| |
|
|
|
|
|
|
| |
distinguish between upgrades and fresh installs. Also,
mark BROKEN when users try to build WITH_LDAP_SASL but
WITHOUT_SASL2.
|
|
|
|
|
|
| |
Where necessary add $FreeBSD$ to the file
No PORTREVISION bump necessary because this is a no-op
|
|
|
|
| |
account for additional situations.
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|
| |
|
|
|
|
|
|
|
|
| |
create USERS and GROUPS. Also remove replace()
function from pkg-install script.
PR: ports/158765
Submitted by: ohauer
|
| |
|
|
|
|
|
|
|
| |
and note that the SPF and VDA options are unavailable
with this release.
Feature safe: yes
|
|
|
|
|
|
| |
whether Postfix is already enabled in mailer.conf[1].
Submitted by: ohauer (via email) [1]
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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@
|
|
|
|
| |
s#. %%RC_SUBR%%#. /etc/rc.subr#
|
|
|
|
|
|
|
|
| |
- users wanting to continue on 2.6 series should use mail/postfix26
PR: 144189
Submitted by: Sahil Tandon (maintainer)
Feature safe: yes
|
|
|
|
|
|
| |
does not exist.
Approved by: Sahil Tandon <sahil@tandon.net> (maintainer)
|
|
|
|
|
| |
Approved by: maintainer
Reviewed by: wxs@, keramida@
|
|
|
|
|
|
|
| |
of Postfix to use closefrom() for __FreeBSD_version >= 702104 too.
Submitted by: Sahil Tandon, sahil at tandon.net (maintainer)
Tested by: wxs (7.X), keramida (head)
|
|
|
|
|
|
|
|
| |
FreeBSD-8.0 after the new closefrom() system call was added.
PR: ports/136459
Submitted by: Eygene Ryabinkin
Approved by: erwin (portmgr), Sahil Tandon (maintainer)
|
|
|
|
|
|
|
|
|
|
|
|
| |
This resulted in a bizarre case where making a backup package after an
upgrade would fail (ports/135051).
- Don't install obsolete files by adding them to ${WRKSRC}/conf/postfix-files.
- Whitespace cleanup.
- Define and pass DAEMONDIR to the pkg-install script.
PR: ports/135051
Submitted by: Takefu Kenji <takefu@airport.fm>, Yarema <yds@CoolRat.org>
Approved by: sahil@tandon.net (maintainer)
|
|
|
|
|
|
|
|
|
|
| |
- Do not install clones of man pages [1]
- Add POSTFIX_DEFAULT_MTA to SCRIPTS_ENV [2]
- Bump PORTREVISION
PR: ports/135241 [1], ports/123812 [2]
Submitted by: Sahil Tandon <sahil@tandon.net> (maintainer) [1]
Reported by: Marco Walraven <m.walraven@terantula.com> [2]
|
|
|
|
|
|
|
|
|
|
|
| |
- update to 2.6.1 [1]
- remove IGNORE in the VDA case, the patch is available now [2]
[2] is from me (compile tested), maintainer informed.
PR: 134728 [1]
Submitted by: Yarema <yds@CoolRat.org> [1]
Approved by: maintainer [1]
|
|
|
|
|
|
|
|
| |
- Transfer maintainership to the submitter
PR: ports/134497
Submitted by: Sahil Tandon <sahil@tandon.net>
Approved by: Vick Khera <vivek@khera.org> (old maintainer)
|
|
|
|
| |
- Update VDA patch to 2.5.3
|
|
|
|
|
|
| |
PR: ports/125133
Submitted by: Sahil Tandon <sahil@tandon.net>
Approved by: Vivek Khera <vivek@khera.org> (maintainer)
|
|
|
|
|
|
|
| |
- Update VDA patch to 2.5.1 [2]
PR: 121652 [1], 122029 [2]
Submitted by: dmx___dmx.org.ru [1], ShuenBin Hsu <sbhsu___mail.a6.idv.tw> [2]
|
|
|
|
|
| |
PR: 121236
Submitted by: Artis Caune <Artis.Caune___latnet.lv>
|
|
|
|
|
|
|
|
|
| |
- Update VDA patch to 2.4.5
- Teach postfix to 8.0 [1]
PR: 117304 [1]
Submitted by: Oliver Peter <hoschi___mouhaha.de> [1]
Approved by: maintainer
|
|
|
|
|
|
|
|
| |
starts first.
PR: ports/109336
Submitted by: Dan D Niles <dan at more.net>
Approved by: Vivek Khera <vivek at khera.org> (maintainer)
|
|
|
|
|
|
|
|
|
|
|
| |
This variable is passed to postfix-script on startup, allowing
administrators to do things like postfix_flags="-c /my/place/postfix"
(alternate location of main.cf and master.cf), or postfix_flags="-v"
(for verbose logging). See postfix(1) manpage for flags.
PR: ports/109137
Reviewed by: Vivek Khera <vivek@khera.org>
Approved by: philip
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Add entry about OPTIONS and SPF patch in mail/postfix
* mail/Makefile
Add postfix22
* mail/postfix [1]
Update to 2.3.0
Use OPTIONS instead of scripts
Add message about unsupported POSTFIX_OPTIONS
Remove SPF patch since that's not apply clean
Update pkg-descr
Change rcNG to rc only
Update CONFLICTS
* mail/postfix-current
Now postfix-current are called postfix-current instead of postfix.
Update CONFLICTS
Bump PORTREVISION
Store OPTIONSFILE in another local to not conflict with mail/postfix
Change rcNG to rc only
* mail/postfix1
Update CONFLICTS
* mail/postfix21
Update CONFLICTS
Change rcNG to rc only
* mail/postfix22 [2]
Update CONFLICTS
Change rcNG to rc only
Approved by: maintainer [1]
Repocopy by: marcus [2]
|
|
|
|
|
|
|
| |
- Trust only in host instead of subnet in default instalation. [1]
- Update VDA patch to 2.2.9
Notified by: Anton Yuzhaninov <citrin__citrin.ru>
|
| |
|
|
|
|
|
|
|
|
| |
Bump PORTREVISION
PR: 91721
Submitted by: NIIMI Satoshi <sa2c@sa2c.net>
Approved by: maintainer
|
|
|
|
|
|
|
| |
Update pkg-message to reflect rcNG script
Bump PORTREVISION
Approved by: Vivek Khera <vivek@khera.org> (maintainer)
|
| |
|
|
|
|
|
|
| |
PR: ports/83414
Submitted by: Marcus Grando <marcus@corp.grupos.com.br>
Approved by: Vivek Khera <vivek@khera.org> (maintainer)
|
|
|
|
|
|
| |
PR: ports/78852
Submitted by: Marcus Grando <marcus@corp.grupos.com.br>
Approved by: Vivek Khera <vivek@khera.org> (maintainer)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
update the SPF patch to latest release which fixes bug
exposed by gcc in FreeBSD 5.3. it is otherwise identical
to prior version, so no upgrade is necessary if you have
it compiled and workign in FreeBSD 4.10 already (thus no
version bump).
removed "extra libspf2" patch that tried to work around
failure of IPv6+TLS patch when used in conjunction with SPF
patch. It just doesn't work, and I can't figure out exactly
what it is supposed to do. As it was, this would cause
failures when selecting just the SPF patch.
PR: ports/74095
Submitted by: Vivek Khera <vivek@khera.org>
|