| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
| |
PR: 210223
Submitted by: Dirk Engling <erdgeist@erdgeist.org> (maintainer)
Notes:
svn path=/head/; revision=417471
|
|
|
|
|
|
|
|
|
| |
- Fix procname in rc script so it can 'stop' correctly. [1]
Submitted by: Dirk Engling <erdgeist@erdgeist.org> [1]
Notes:
svn path=/head/; revision=400559
|
|
|
|
|
|
|
|
|
| |
With hat: portmgr
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D3694
Notes:
svn path=/head/; revision=399346
|
|
|
|
|
|
|
|
| |
With hat: portmgr
Sponsored by: Absolight
Notes:
svn path=/head/; revision=387082
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
TLSREMOTE, NEWLINE, and BIGTODO are now mandatory upstream and have been
removed as options.
MOREIPME was removed upstream.
Changes:
http://www.fehcom.de/qmail/spamcontrol/RELEASE_27.spamcontrol
CHANGES (2.6 -> 2.7)
--------------------
Userland:
+) ucspi-ssl (> 0.8) mandatory.
+) Added CRAM-MD5 support for qmail-remote.
+) Added qmail-smtpam PAM for Recipients extension.
+) Added sender-domain based TLS settings for qmail-remote.
:) Changed qmail-remote's 'tlspeerhosts' to' tlsdestinations'.
-) Removed moreip and notipme feature.
:) REQUIREAUTH has been collapsed into SMTPAUTH with leading "!",
:) SMTPAUTH has been enhanced to support: "!" Required; "-" Off.
:) SMTPAUTH cram-md5 annoucement has to be prefixed with a '+':
SMTPAUTH='+cram' (to allow future additional AUTH mechanisms).
:) UCSPITLS has been enhanced to support: "!" Required "-" Off.
+) Added logging for qmail-popup.
+) Added CAPA support for qmail-popup/qmail-pop3d.
:) Unified qmail-smtpd and qmail-popup logging.
+) SPF and RBLSMTPD hook to display info in Received header.
+) LOCALMFCHECK='=' requiring 'Mail From:' = 'TCPREMOTEINFO'.
Internal:
!) Bigtodo is default now.
!) Maximum silent concurrency increased to 500.
#) Aligend with recipients-0.7.2.
#) Aligned with smtp-authentication 0.7.6.
%) qmail-smtpd logging and reply messages 'off-shored'.
?) qmail-smtpd tls vulnerability VU#555316 fixed.
?) qmail-smtpd DNS lookup failures don't result in dropped
connections anymore.
%) qmail-remote evalutes in addition Alternative Subject for TLS host verification.
%) Complete FreeBSD AMD64 support (conf-cc, conf-ld, conf-spamcontrol).
#) Aligned with mav 0.20.
+) Added partial clang support.
ADDITIONAL CHANGES
------------------
+) Added SMTP Authentication based on smtproutes/destination.
#) Aligned with SMTP Authentication 0.8.0.
-) Removed obsolete SUBMISSION environment variable and special treatement.
:) Enhanced badmailfrom with new qualifier '~' for extended addresses
to filter mismatched domain names.
+) Added *.3 man pages in setup (dirs were missing before).
;) SPF Hook working now.
Notes:
svn path=/head/; revision=359437
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
added many years ago for BIND 4. Using CNAME avoids excessive data in
DNS query responses and temporary failures.
This was already applied in spamcontrol.
See also:
http://homepage.ntlworld.com./jonathan.deboynepollard/Softwares/qmail/
https://www.google.com/#q=CNAME_lookup_failed_temporarily
Submitted by: Matt Simerson <matt@tnpi.net>
Notes:
svn path=/head/; revision=358499
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
Notes:
svn path=/head/; revision=358497
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
Notes:
svn path=/head/; revision=351447
|
|
|
|
| |
Notes:
svn path=/head/; revision=325422
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
Notes:
svn path=/head/; revision=312845
|
|
|
|
|
|
|
|
|
|
|
| |
calling strtok(3) without string.h included.
Not reported "upstream" as the last update was 2009
and the site is dead.
Reported by: Christopher Weimann <christopher@weimann.us>
Notes:
svn path=/head/; revision=311743
|
|
|
|
|
|
|
|
|
| |
PR: ports/168870
Submitted by: Michael Gmelin <freebsd@grem.de>
Feature safe: yes
Notes:
svn path=/head/; revision=305722
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
| |
Approved by: garga (maintainer)
Notes:
svn path=/head/; revision=282673
|
|
|
|
|
|
|
|
|
|
| |
- Add my local_distfiles as a MASTER_SITES to ucspi-ssl
PR: ports/157622 [1]
Submitted by: crees [1]
Notes:
svn path=/head/; revision=277915
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
constructions that parse out to [ -z "$foo" ] && foo=""
These are bad examples that get copied and pasted into new code, so the
hope is that with less bad examples there will be less need for me to
bring this up in review.
In a few of these files all that were changed were comments so that next
time I search for these patterns I won't trip on the file for no reason.
In a few places, add $FreeBSD$
No functional changes, so no PORTREVISION bumps
Notes:
svn path=/head/; revision=274133
|
|
|
|
|
|
|
| |
"LOGIN PLAIN" make sure qmail-remote can authenticate.
Notes:
svn path=/head/; revision=261484
|
|
|
|
|
|
|
| |
Reported by: pointyhat by erwin@
Notes:
svn path=/head/; revision=252316
|
|
|
|
|
|
|
|
| |
Reported by: Elliot Denk <elliotdenk at googlemail.com>
Feature safe: yes
Notes:
svn path=/head/; revision=250299
|
|
|
|
|
|
|
| |
Provided by: ed@
Notes:
svn path=/head/; revision=248142
|
|
|
|
| |
Notes:
svn path=/head/; revision=246505
|
|
|
|
| |
Notes:
svn path=/head/; revision=236036
|
|
|
|
|
|
|
|
| |
PR: ports/133709
Submitted by: Milos Vyletel <milos.vyletel@gmail.com>
Notes:
svn path=/head/; revision=232425
|
|
|
|
|
|
|
|
|
|
|
|
| |
For more information about this version, please check:
http://fehcom.de/qmail/spamcontrol/README_spamcontrol.html
Tested by: Sirko Zidlewitz <sz@bytecamp.net>
Thanks to: Erwin Hoffmann <feh@fehcom.de>
Notes:
svn path=/head/; revision=228551
|
|
|
|
|
|
|
|
|
|
| |
the way to have it working
PR: ports/125740
Submitted by: G. Georgiev <roots_bg@yahoo.com>
Notes:
svn path=/head/; revision=218835
|
|
|
|
|
|
|
|
| |
from csh to sh
- Bump PORTREVISION from all slave ports
Notes:
svn path=/head/; revision=210183
|
|
|
|
|
|
|
|
| |
PR: ports/119935
Submitted by: Simon Shapiro <simon@niftywerks.com>
Notes:
svn path=/head/; revision=206137
|
|
|
|
|
|
|
| |
Reviewed by: miwi
Notes:
svn path=/head/; revision=205988
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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]
Notes:
svn path=/head/; revision=204580
|
|
|
|
|
|
|
|
|
| |
of defaults from Porters Handbook and was an error add it.
Suggested by: many people
Notes:
svn path=/head/; revision=198536
|
|
|
|
|
|
|
|
| |
PR: ports/110109
Submitted by: kitsune <v.velox@vvelox.net>
Notes:
svn path=/head/; revision=196466
|
|
|
|
|
|
|
| |
Reported by: Patrick Tracanelli <eksffa@freebsdbrasil.com.br>
Notes:
svn path=/head/; revision=183792
|
|
|
|
|
|
|
| |
these days.
Notes:
svn path=/head/; revision=169572
|
|
|
|
|
|
|
| |
- Move auth patches from FILESDIR to MASTER_SITE_LOCAL
Notes:
svn path=/head/; revision=168984
|
|
|
|
|
|
|
| |
Submitted by: Luiz Souza <luiz at visualconnect.com.br> by email
Notes:
svn path=/head/; revision=168963
|
|
|
|
|
|
|
|
|
| |
2.4.15 FIXED missing IP information in Received header.
ADDED ucspi-ssl-0.70_ucspitls-0.4.patch_.
CHNGD order of qmail-smtpd reject conditions.
Notes:
svn path=/head/; revision=166667
|
|
|
|
|
|
|
|
| |
set by rblsmtpd when IP matched on a RBL list and deny email is user is not
authenticated.
Notes:
svn path=/head/; revision=164861
|
|
|
|
|
|
|
| |
Submitted by: Manuel Mausz <manuel@mausz.at>
Notes:
svn path=/head/; revision=154887
|
|
|
|
|
|
|
|
|
|
|
| |
one line on EHLO command [1]
- Add ECHO_CMD to SUB_LIST, it's necessary to boot files
PR: ports/92574 [1]
Submitted by: Cristiano Deana <cris@gufi.org> [1]
Notes:
svn path=/head/; revision=154875
|
|
|
|
|
|
|
| |
- Fix mkaliasdir accordingly
Notes:
svn path=/head/; revision=154836
|
|
|
|
|
|
|
| |
Reported by: B. Cook <bcook@bsdwebsolutions.com>
Notes:
svn path=/head/; revision=154778
|
|
|
|
|
|
|
| |
qmail-tls port.
Notes:
svn path=/head/; revision=151005
|
|
|
|
|
|
|
| |
port mail/qmail-smtp_auth+tls, since it won't be necessary anymore
Notes:
svn path=/head/; revision=151000
|
|
|
|
| |
Notes:
svn path=/head/; revision=150987
|
|
|
|
| |
Notes:
svn path=/head/; revision=150737
|
|
|
|
|
|
|
|
| |
PR: 82970
Submitted by: Renato Botelho (maintainer)
Notes:
svn path=/head/; revision=138466
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Add sysutils/daemontools to RUN_DEPENDS because the new patch works
just with it
- Change pkg-message to reflect qmail.schema file installation
- Change pkg-descr to reflect new features
PR: ports/81966
Submitted by: Renato Botelho <freebsd@galle.com.br> (maintainer)
Notes:
svn path=/head/; revision=136948
|
|
|
|
|
|
|
|
| |
PR: 81467
Submitted by: Renato Botelho (maintainer)
Notes:
svn path=/head/; revision=136124
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
parameters, and, use this parameters to call PKGINSTALL on Makefile.
- Remove some redundant things from Makefile and use it only on
pkg-install.
- Move pkg-install to files/pkg-install.in because i'm using some
%%MACROS%% on this.
PR: ports/80911
Submitted by: maintainer
Notes:
svn path=/head/; revision=135452
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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>
Notes:
svn path=/head/; revision=134993
|