Port details |
- qmail-mysql Secure, reliable, and fast MTA for UNIX systems with MySQL support
- 1.06.1.1.15_3 mail =19 1.06.1.1.15_3Version of this port present on the latest quarterly branch.
- Maintainer: erdgeist@erdgeist.org
- Port Added: 2001-02-12 00:08:53
- Last Update: 2022-09-07 21:58:51
- Commit Hash: fb16dfe
- People watching this port, also watch:: qmailadmin, netqmail, netqmail-tls, qmailanalog
- License: not specified in port
- WWW:
- https://iain.cx/unix/qmail/mysql.php
- Description:
- What is is: [excerpt from the patch homepage]
A few people have done qmail - MySQL integration and this is my
crack at it. My work is based on takeshi@softagency.co.jp's patches,
which you can find at http://www.softagency.co.jp/mysql/qmail.en.html.
However I wanted to tidy up some of the code to make it use strallocs
and do more error checking. I also wanted to simplify the configuration,
whilst at the same time allowing more flexibility. Plus there were
some things I just didn't want: quotas and APOP support for example...
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- netqmail-mysql>0:mail/qmail-mysql
- Conflicts:
- CONFLICTS:
- *qmail
- qmail-ldap
- qmail-spamcontrol
- *qmail-tls
- qmail-vida
- To install the port:
- cd /usr/ports/mail/qmail-mysql/ && make install clean
- To add the package, run one of these commands:
- pkg install mail/qmail-mysql
- pkg install netqmail-mysql
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: netqmail-mysql
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1584978462
SHA256 (qmail/qmail-1.03.tar.gz) = 21ed6c562cbb55092a66197c35c8222b84115d1acab0854fdb1ad1f301626f88
SIZE (qmail/qmail-1.03.tar.gz) = 220668
Packages (timestamps in pop-ups are UTC):
- Master port: mail/qmail
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- fakeroot : security/fakeroot
- Library dependencies:
-
- libmysqlclient.so.21 : databases/mysql80-client
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for netqmail-mysql-1.06.1.1.15_3:
BIG_CONCURRENCY_PATCH=off: Use a concurrency greater than 240
BIG_TODO_PATCH=off: Enable big_todo qmail patch
DISCBOUNCES_PATCH=off: Discard double-bounces
DNS_CNAME=on: Request CNAME (vs ANY for BIND 4 bug)
DOCS=on: Build and/or install documentation
EXTTODO_PATCH=off: Extern high-perform. todo processing
LOCALTIME_PATCH=off: Emit dates in the local timezone
OUTGOINGIP_PATCH=off: Set the IP address to send messages
QEXTRA=off: Enable QUEUE_EXTRA copy feature
QMTPC_PATCH=off: Send email using qmtp protocol
RCDLINK=on: Create rc.d/qmail symlink
TARPIT_PATCH=off: Implement TARPIT functions
===> Use 'make config' to modify these settings
- Options name:
- mail_qmail-mysql
- USES:
- compiler:c11 mysql qmail:vars fakeroot cpe
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
This is a slave port. You may also want to view the commits to the master port: mail/qmail |
Commit | Credits | Log message |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
1.06.1.1.15_3 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
1.06.1.1.15_3 20 Jul 2022 14:22:19 |
Tobias C. Berner (tcberner) |
mail: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* <ashish@FreeBSD.org>
* Aaron Dalton <aaron@FreeBSD.org>
* Adam David <adam@FreeBSD.org>
* Adam McDougall <mcdouga9@egr.msu.edu>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Alex Deiter <tiamat@komi.mts.ru>
* Alex Dupre <ale@FreeBSD.org>
* Alex Dupre <sysadmin@alexdupre.com>
* Alex Perel <veers@disturbed.net> (Only the first 15 lines of the commit message are shown above ) |
1.06.1.1.15_3 29 Oct 2021 09:50:18 |
Stefan Eßer (se) |
*/*: Remove redundant '-[0-9]*' from CONFLICTS
The conflict checks compare the patterns first against the package
names without version (as reported by "pkg query "%n"), then - if
there was no match - agsinst the full package names including the
version (as reported by "pkg query "%n-%v").
Many CONFLICTS definitions used patterns like "bash-[0-9]*" to filter
for the bash package in any version. But that pattern is functionally
identical with just "bash".
Approved by: portmgr (blanket) |
1.06.1.1.15_3 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.06.1.1.15_3 16 Feb 2021 01:00:57 |
amdmi3 |
Fix qmail's qmailsend wrapper script by using correct PATH and removing bad
quoting
PR: 252457, 252293
Submitted by: erdgeist@erdgeist.org (maintainer)
Reported by: callumgibson@optusnet.com.au
MFH: 2021Q1 |
1.06.1.1.15_2 24 May 2020 12:59:02 |
pi |
mail/qmail: Fixes CVE-2005-1513 to CVE-2005-1513, update TLS patch
mail/qmail-tls: Update TLS patch
See
https://www.qualys.com/2020/05/19/cve-2005-1513/remote-code-execution-qmail.txt
for details about the CVEs
- now builds with openssl 1.1.1e from the ports
PR: 244969, 245010
Submitted by: erdgeist@erdgeist.org (maintainer)
Reported by: klokanek@eldar.cz
MFH: 2020Q2
Security: CVE-2005-1513, CVE-2005-1514, CVE-2005-1515 |
1.06.1.1.15_1 15 Nov 2019 10:12:08 |
tobik |
Move remaining USE_MYSQL, WANT_MYSQL_VER to USES=mysql |
1.06.1.1.15_1 04 Aug 2019 08:37:40 |
pkubaj |
mail/qmail-mysql: fix build with GCC architectures
Similar to other ports using, MySQL, it links to libatomic.
Approved by: mentors (implicit approval) |
1.06.1.1.15_1 30 Oct 2015 23:07:16 |
bdrewery |
- Fix creation of rc symlink in package
- Fix procname in rc script so it can 'stop' correctly. [1]
Submitted by: Dirk Engling <erdgeist@erdgeist.org> [1] |
1.06.1.1.15 17 Aug 2015 14:20:41 |
mat |
Remove UNIQUENAME and LATEST_LINK.
UNIQUENAME was never unique, it was only used by USE_LDCONFIG and now,
we won't have conflicts there.
Use PKGBASE instead of LATEST_LINK in PKGLATESTFILE, the *only* consumer
is pkg-devel, and it works just fine without LATEST_LINK as pkg-devel
has the correct PKGNAME anyway.
Now that UNIQUENAME is gone, OPTIONSFILE is too. (it's been called
OPTIONS_FILE now.)
Reviewed by: antoine, bapt
Exp-run by: antoine
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D3336 |
1.06.1.1.15 25 Jun 2014 14:19:25 |
bdrewery |
Fix CONFLICTS with netqmail-tls after PKGNAME rename in r359176 |
1.06.1.1.15 24 Jun 2014 18:27:28 |
bdrewery |
Fix CONFLICTS after qmail->netqmail rename |
1.06.1.1.15 20 Jun 2014 03:03:41 |
bdrewery |
Switch mail/qmail and mail/qmail-mysql to using netqmail. Switch their
PKGNAMEs to reflect this as well and bump their version up to the last
netqmail release of 1.06.
qmail-ldap and qmail-spamcontrol explicitly want to be applied on stock
qmail, so leave those alone.
This does not bring much, but it allows easier updates to qmail-tls and
some of the other patches which depend on netqmail.
qmail-tls is left as qmail for now. It will be updated to the newer
revision soon which does require netqmail.
Changes include:
* QMAILQUEUE by default
* Fix for 0.0.0.0
* qmail-smtpd is protected from exceedingly long (eg 2GB) headers
Other than those listed, there are no other significant changes beyond
documentation or patches that were already applied by default. |
1.03.1.1.15_6 19 Apr 2014 06:24:14 |
bdrewery |
- Don't try removing /var/qmail/queue at all
- Remove /var/qmail/queue from STAGEDIR so it's not an orphan |
1.03.1.1.15_5 17 Apr 2014 05:16:47 |
bdrewery |
mail/qmail, mail/qmail-tls, mail/qmail-mysql, mail/qmail-spamcontrol:
- Support stagedir
- Fix all leftovers
Note that this depends on new Mk/Scripts/check_leftovers.sh added in r351446.
- Bump PORTREVISION in all ports due to plist being fixed.
- Support man.d on FreeBSD 9+
- Convert NOPORTDOCS
- Fix bad perl shebang for scripts/mkaliasdir
- Remove pkg-install and move all to pkg-plist
- Fix /var/qmail modified warning in poudriere by doing nothing in
install-mtree
- Fix /var/qmail getting unpredictable/wrong permissions due to
USERS/GROUPS changing for every user with HOME=/var/qmail
- Use more OPTIONS helpers
- Fix ccache support for spamcontrol patch building
- Fix build of SMTPEXTFORK in mail/qmail-spamcontrol with recent clang
Tested with: pkg and pkg_install |
1.03.1.1.15_4 20 Sep 2013 15:58:09 |
bdrewery |
- Add NO_STAGE until validated to be safe for upcoming staging support |
1.03.1.1.15_4 14 Jun 2013 21:13:42 |
bdrewery |
- Fix qmail-mysql build with clang and recent mysql-client
Reported by: miwi via pointyhat |
1.03.1.1.15_4 23 Feb 2013 18:49:30 |
bdrewery |
- Cleanup example rc file
- Support SHUTDOWN
- Check for needed files/dependencies in precmd
- Respect LOCALBASE
- Make rclint happy
- Rename symlink from qmail.sh to qmailsmtpd
- Rename installed example rc file from qmail-smtpd.rcNG to qmailsmtpd |
1.03.1.1.15_3 31 Jan 2013 23:39:56 |
bdrewery |
- Fix build on CURRENT by using gcc for now |
1.03.1.1.15_3 05 Oct 2012 12:41:46 |
garga |
Change headers of all ports maintained by me to new format |
1.03.1.1.15_3 28 Jul 2012 15:57:56 |
cs |
Fix typos in COMMENT
Approved by: portmgr@ (implicit) |
1.03.1.1.15_3 19 Mar 2011 13:15:34 |
ale |
Bump PORTREVISION for ports linking to default libmysqlclient. |
1.03.1.1.15_2 31 Mar 2008 01:07:19 |
garga |
- Fix pkg-install to create initial aliases correctly, broken when was rewritten
from csh to sh
- Bump PORTREVISION from all slave ports |
1.03.1.1.15_1 26 Dec 2007 16:43:55 |
garga |
- Fix a segfault on amd64 (except on qmail-spamcontrol and qmail-ldap) [1]
- Add an rcNG startup example file to QMAIL_PREFIX/boot [2]
- Bump PORTREVISION due to rcNG add (except for qmail-ldap)
- Fix make certificate to add ciphers file to QMAIL_PREFIX/control [3]
PR: ports/118117 [1], ports/117422 [2], ports/118198 [3]
Submitted by: Andrew Reilly <areilly@bigpond.net.au> [1] [3]
Nick@van-laarhoven.org [2] |
1.03.1.1.15 10 Aug 2006 15:34:59 |
garga |
Register CONFLICTS between qmail master and all slave ports |
1.03.1.1.15 03 Apr 2006 15:52:45 |
garga |
Update qmail-mysql to 1.1.15 |
1.03.1.1.11_1 21 Jan 2006 17:37:14 |
krion |
- Fix 'all-depends-list' target in cases if dependencies list is
very long and if some dependencies can't be added into the list.
[1]
- Fix FAM support. Make gamin the default FAM system. [2]
- Introduce new 'quicksearch' target to show only port, path and
info section of the matching ports. [3]
- Introduce new category - rubygems. [4]
- Fix stale dependencies while installing qmail slaveport and
another port that depends on qmail. [5]
- Add commentary for describes target in bsd.port.mk. [6] (Only the first 15 lines of the commit message are shown above ) |
1.03.1.1.11 11 Jul 2005 16:47:16 |
garga |
Change MAINTAINER to my @FreeBSD.org account
Approved by: flz (mentor) |
1.03.1.1.11 01 Jun 2005 22:12:13 |
flz |
- Update mysql patch to 1.1.11.
PR: ports/81766
Submitted by: maintainer |
1.03.1.1.8_2 10 May 2005 14:31:29 |
sem |
- Transfer all work to MASTER port and make slave ports easier
- Use only one pkg-plist and use PLIST_SUB
- Use DOCSDIR intead of DOCDIR
- OPTIONS'ify
- Remove WITH_PRESERVE_CONFIG_FILES knob and detect automatically when is need
to create it.
- Add $FreeBSD$ tag to pkg-plist and pkg-install
- Fix error on enable-qmail script
- Remove MASTER_SITE_QMAIL definition from Makefile since it's defined on
bsd.sites.mk
- Add a new option to don't create rc.d/qmail.sh
- Add rc.d/qmail.sh to pkg-plist when necessary
PR: ports/80833
Submitted by: maintainer
Thanks to: novel, Joao Ricardo P. Mendes <joao@redepegasus.com.br> |
1.03.1.1.8_1 05 May 2005 20:03:10 |
sem |
o Pacify a lot of portlint WARN and FATAL messages
o Change ${PERL} to ${SED} or ${REINPLACE_CMD}
o Added patch patch-qmail-1.03-rfc2821.diff to search other MX servers
when the first return a code > 500 and < 599
o Install mkaliasdir script on ${PREFIX}/scripts directory
o Remove targets to disable-qmail and enable-sendmail and put it on a
shell script that is installed on /var/qmail/scripts. Change messages
reflect this.
o Organize better pkg-plist
o Remove thereal-post-patch target and put all on post-post-patch target
o Add [0-9] to CONFLICTS on qmail-ldap port
o Change LIB_DEPENDS to USE_MYSQL=yes on qmail-mysql port
o Change qmail-spamcontrol to don't need more to apply patches mannualy
PR: ports/79094
Submitted by: maintainer |
1.03.1.1.8_1 09 Apr 2005 17:52:56 |
lioux |
Give maintainership to Renato Botelho <freebsd@galle.com.br> who
has been submitting outstanding PRs for all qmail ports I have been
maintaining up to this moment. They will be in good hands. |
1.03.1.1.8_1 07 Mar 2004 21:08:27 |
lioux |
Remove redundant USE_PERL5_BUILD, already declared in MASTER port |
1.03.1.1.8_1 20 Nov 2003 15:06:15 |
trevor |
Define USE_PERL5_BUILD, not erroneous USE_PERL.
Submitted by: Oliver Eikemeier |
1.03.1.1.8_1 20 Nov 2003 13:51:47 |
trevor |
Define USE_PERL to make Perl available for (mostly deprecated)
"perl -pi -e" construction. |
1.03.1.1.8_1 23 Feb 2003 19:58:35 |
lioux |
De-pkg-comment |
1.03.1.1.8_1 10 Feb 2003 09:04:04 |
kris |
Convert COMMENT to COMMENTFILE until these ports can be converted.
Submitted by: lioux |
1.03.1.1.8_1 03 Apr 2002 21:10:43 |
lioux |
o Fix breakage introduced in last rev:
- Comma operator does not work for {DIST,PATCH}FILES just yet,
re-arrange groups to achieve similar effect |
1.03.1.1.8_1 03 Apr 2002 01:30:57 |
lioux |
o Both sanitize MASTER_SITES and add additional ones
o Full deployment of MASTER_SITES:n |
21 Jan 2002 02:25:31 |
lioux |
Update qmail-mysql to patch level 1.1.8 |
22 Feb 2001 18:15:18 |
lioux |
* qmail port o bump PORTREVISION o sanitize MASTER_SITES o added several
flags (defined checks) to enable active slave port control on what they
inherit o add extra enhancement patches, these can be inherited too: -
WITH_QMAILQUEUE_PATCH: qmailqueue-patch - WITH_BIG_TODO_PATCH:
big-todo.103.patch - WITH_BIG_CONCURRENCY_PATCH: big-concurrency.patch -
WITH_BIG_CONCURRENCY_PATCH_CONCURRENCY_LIMIT default: 509 o add patches
checksum to distinfo o added MASTER_SITE_QMAIL for internal use o additional
copies of slave qmail patches are now housed at MASTER_SITE_LOCAL,
PATCH_SITE_SUBDIR=lioux because these patches only have ONE PATCH_SITES source
each - qmail-ldap-1.03-20010201.patch.gz (qmail-ldap) -
qmail-mysql-1.1.1.patch (qmail-mysql) - tls.patch (qmail-tls) o turn all
absolute references to both binaries and FreeBSD configuration files into
VARs: better maintability o s/yetanotherone-/slaveport-/: that is the
correct nomenclature o ${LN} should use -sf instead of plain -s o typo
fix: QMail -> qmail |
14 Feb 2001 01:26:03 |
lioux |
Have slave ports correctly inherit PREFIX from master port qmail |
12 Feb 2001 03:08:53 |
lioux |
Add initial revision of port of a patch to stock qmail supporting MySQL
queries from within qmail |