2004b FreshPorts -- mail/qmail
FreshPorts -- The Place For Ports If you buy from Amazon USA, please support us by using this link.
Follow us
Blog
Twitter

Port details
qmail 1.03_8 mail on this many watch lists=123 search for ports that depend on this port
Secure, reliable, efficient, simple, and fast MTA
Maintained by: bdrewery@FreeBSD.org search for ports maintained by this maintainer
Port Added: unknown
License: not specified in port


The qmail program is a secure, reliable, efficient simple message
transfer agent.  It is meant to be a replacement for the entire
sendmail-binmail system that most UNIX hosts use.

Although qmail holds security and reliability as its top two
priorities, it is also fast.  On a Pentium under BSD/OS, qmail can
easily handle 200000 separate messages per day that are injected
and must then be delivered to local mailboxes!

Security and reliability are qmail's two strengths, however.  The
qmail package ensures a message, once accepted, will never be lost.
An optional new mailbox format, maildir, even lets users safely
read their mail over NFS, while still accepting new mail deliveries.

The following features are supported: host and user masquerading,
full host hiding, virtual domains, null clients, list-owner rewriting,
relay control, double-bounce recording, arbitrary RFC 822 address
lists, cross-host mailing-list loop detection, per-recipient
checkpointing, downed host backoffs, independent message retry
schedules, a drop-in sendmail replacement, and more!

http://pobox.com/~djb/qmail.html
WWW: http://www.qmail.org/
SVNWeb : Main Web Site : Distfiles Availability : PortsMon
Slave ports
  1. mail/qmail-ldap
  2. mail/qmail-mysql
  3. mail/qmail-spamcontrol
  4. mail/qmail-tls

This port is required by:

for Build for Run

To install the port: cd /usr/ports/mail/qmail/ && make install clean
To add the package: pkg_add -r qmail


Configuration Options
===> The following configuration options are available for qmail-1.03_8:
     BIG_CONCURRENCY_PATCH=off: Use a concurrency greater than 240
     BIG_TODO_PATCH=off: Enable big_todo qmail patch
     BLOCKEXEC_PATCH=off: Block many windows viruses/worms
     DISCBOUNCES_PATCH=off: Discard double-bounces
     EXTTODO_PATCH=off: Extern high-perform. todo processing
     LOCALTIME_PATCH=off: Emit dates in the local timezone
     MAILDIRQUOTA_PATCH=off: Maildir++ support
     OUTGOINGIP_PATCH=off: Set the IP address to send messages
     QEXTRA=off: Enable QUEUE_EXTRA copy feature
     QMAILQUEUE_PATCH=off: Run a QMAILQUEUE program
     QMTPC_PATCH=off: Send email using qmtp protocol
     RCDLINK=on: Create rc.d/qmail symlink
     SMTP_AUTH_PATCH=off: Provide SMTP Authentication
     SPF_PATCH=off: Implement SPF checker
     TARPIT_PATCH=off: Implement TARPIT functions
===> Use 'make config' to modify these settings

Master Sites:
  1. ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/qmail/
  2. http://mirrors.dataloss.nl/www.qmail.org/
  3. http://mirrors.sunsite.dk/qmailwww/
  4. http://qmail.asylog.net/
  5. http://qmail.blueyonder.co.uk/
  6. http://qmail.cdsinet.net/
  7. http://qmail.geto.net/
  8. http://qmail.glasswings.com.au/
  9. http://qmail.ipg.sk/
  10. http://qmail.mirrors.summersault.com/
  11. http://qmail.netvisao.pt/
  12. http://qmail.omnis.ch/
  13. http://qmail.palomine.net/
  14. http://qmail.psshee.com/
  15. http://qmail.rhnet.is/
  16. http://www.agria.hu/qmail/
  17. http://www.math.ntnu.no/mirror/www.qmail.org/
  18. http://www.qmail.org/

Number of commits found: 202 (showing only 100 on this page)

1 | 2 | 3  »  

Commit History - (may be incomplete: see SVNWeb link above for full details)
DateByDescription
14 Jun 2013 21:13:42
Original commit files touched by this commit  1.03_8
bdrewery search for other commits by this committer
- Fix qmail-mysql build with clang and recent mysql-client

Reported by:	miwi via pointyhat
29 Mar 2013 18:12:29
Original commit files touched by this commit  1.03_8
bdrewery search for other commits by this committer
Add working mirror for tls patch
26 Mar 2013 14:38:41
Original commit files touched by this commit  1.03_8
garga search for other commits by this committer
Fix typo on var name

Approved by:	maintainer
15 Mar 2013 22:03:43
Original commit files touched by this commit  1.03_8
bdrewery search for other commits by this committer
- Convert USE_QMAIL_RUN, USE_QMAIL_BUILD and WANT_QMAIL into USES feature
  bapt contributed to the qmail.mk as well
- Trim headers

USES= qmail:run will add qmail into RUN_DEPENDS
USES= qmail:build will add qmail into BUILD_DEPENDS
USES= qmail[:both] will add qmail into both RUN and BUILD DEPENDS
USES= qmail:vars will set QMAIL_PREFIX

With hat:	portmgr
11 Mar 2013 19:43:29
Original commit files touched by this commit  1.03_8
bdrewery search for other commits by this committer
- Fix error when QMAIL_PREFIX is not defined due to extra spaces
  "Makefile", line 653: Need an operator
  make: fatal errors encountered -- cannot continue
23 Feb 2013 18:49:30
Original commit files touched by this commit  1.03_8
bdrewery search for other commits by this committer
- 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
06 Feb 2013 04:49:02
Original commit files touched by this commit  1.03_7
bdrewery search for other commits by this committer
- Fix runtime crash when using SMTPEXTFORK option due to
  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>
05 Feb 2013 23:26:48
Original commit files touched by this commit  1.03_7
bdrewery search for other commits by this committer
- Remove indefinite article from COMMENT
- Avoid directly including bsd.openssl.mk by including
  bsd.port.options.mk and using proper USE_OPENSSL
18 Dec 2012 13:56:18
Original commit files touched by this commit  1.03_7
garga search for other commits by this committer
Pass maintainership of qmail ports and bsd.mail.mk to bdrewery@. It was funny,
but I'm not using qmail for a long time.
16 Oct 2012 13:35:28
Original commit files touched by this commit  1.03_7
garga search for other commits by this committer
- Update TLS patch to v2, what address an issue that qmail-remote loops on
  malformed server response
- Bump PORTREVISION

Reported by:	Dirk Engling <erdgeist@erdgeist.org>
Feature safe:	yes
13 Oct 2012 15:43:27
Original commit files touched by this commit  1.03_7
garga search for other commits by this committer
Fix OptionsNG commit, i committed the wrong version

Pointyhat to:	garga@
Feature safe:	yes
13 Oct 2012 14:16:03
Original commit files touched by this commit  1.03_7
garga search for other commits by this committer
Convert mail/qmail to OptionsNG

Feature safe:	yes
11 Oct 2012 13:35:55
Original commit files touched by this commit  1.03_7
garga search for other commits by this committer
Fix MAILDIRQUOTA patch that was calculating the wrong email size.

PR:		ports/168870
Submitted by:	Michael Gmelin <freebsd@grem.de>
Feature safe:	yes
05 Oct 2012 12:41:46
Original commit files touched by this commit  1.03_7
garga search for other commits by this committer
Change headers of all ports maintained by me to new format
12 Apr 2012 02:30:54
Original commit files touched by this commit  1.03_7
ak search for other commits by this committer
Fix various errors in ports distinfo
(yii-1.1.9.r3527.tar.gz verified against upstream sources)
18 Feb 2012 13:19:03
Original commit files touched by this commit  1.03_7
garga search for other commits by this committer
Fix URL to download smtp-auth patch
14 Jan 2012 08:57:23
Original commit files touched by this commit  1.03_7
dougb search for other commits by this committer
In the rc.d scripts, change assignments to rcvar to use the
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.
16 Nov 2011 21:18:26
Original commit files touched by this commit  1.03_7
garga search for other commits by this committer
Respect CC and STRIP

PR:             ports/162492
Submitted by:   Jan Beich <jbeich@tormail.net>
Feature safe:   yes
30 Sep 2011 15:20:48
Original commit files touched by this commit  1.03_7
adamw search for other commits by this committer
Typo fix in a printed string.

Approved by:    garga (maintainer)
09 Sep 2011 17:28:30
Original commit files touched by this commit  1.03_7
crees search for other commits by this committer
- Add SMTPAUTHUSER and SRS support
- While here, use WANT_QMAIL rather than hideous relative include

PR:             ports/159964
Submitted by:   Nicolas de Bari Embriz <nbari@dalmp.com>
Approved by:    garga (carte blanche via email)
26 Jul 2011 22:13:55
Original commit files touched by this commit  1.03_7
garga search for other commits by this committer
Fix qmail, qmail-tls, qmail-mysql and qmail-ldap build with clang
18 Jul 2011 20:55:29
Original commit files touched by this commit  1.03_7
garga search for other commits by this committer
- Make qmail use USERS and GROUPS [1]
- Add my local_distfiles as a MASTER_SITES to ucspi-ssl

PR:             ports/157622 [1]
Submitted by:   crees [1]
15 May 2011 02:49:17
Original commit files touched by this commit  1.03_7
dougb search for other commits by this committer
Remove painful examples of foo="", with particular prejudice against
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
07 Feb 2011 16:25:13
Original commit files touched by this commit  1.03_7
garga search for other commits by this committer
- Update spamcontrol patch to 2.6.24
- Remove MD5

Feature safe:   yes
20 Sep 2010 13:35:44
Original commit files touched by this commit  1.03_7
garga search for other commits by this committer
When server announce auth as "PLAIN LOGIN" instead of the common inverse order
"LOGIN PLAIN" make sure qmail-remote can authenticate.
16 Sep 2010 13:58:41
Original commit files touched by this commit  1.03_7
garga search for other commits by this committer
Update spamcontrol patch to 2.6.23
11 Aug 2010 00:23:31
Original commit files touched by this commit  1.03_7
garga search for other commits by this committer
- Really fix qmail-spamcontrol build now, i was building ucspi-ssl after
  install_spamcontrol.sh and it must run before since this script need to copy
  ssl.a to correct place
- Bump PORTREVISION
10 Aug 2010 21:09:18
Original commit files touched by this commit  1.03_7
garga search for other commits by this committer
- Add perl build dependency, missed on last commit
- Bump PORTREVISION

Reported by:    QAT
10 Aug 2010 20:07:05
Original commit files touched by this commit  1.03_7
garga search for other commits by this committer
Update spamcontrol to 2.6.22
06 Apr 2010 11:51:22
Original commit files touched by this commit  1.03_7
garga search for other commits by this committer
Fix build with utmpx

Reported by:    pointyhat by erwin@
25 Feb 2010 10:51:08
Original commit files touched by this commit  1.03_7
garga search for other commits by this committer
Remove references pointing to PORT_NOTE, a file that doesn't exist anymore

Reported by:    Elliot Denk <elliotdenk at googlemail.com>
Feature safe:   yes
19 Jan 2010 10:26:57
Original commit files touched by this commit  1.03_7
garga search for other commits by this committer
Fix build on 9-CURRENT after utmp -> utmpx

Provided by:    ed@
05 Jan 2010 11:48:17
Original commit files touched by this commit  1.03_7
garga search for other commits by this committer
Define rules for PORTSCOUT checking in some of my ports
23 Dec 2009 17:29:38
Original commit files touched by this commit  1.03_7
garga search for other commits by this committer
Update spamcontrol patch to 2527
27 Nov 2009 10:21:27
Original commit files touched by this commit  1.03_7
garga search for other commits by this committer
Fix docs installation on qmail-ldap

PR:             ports/140866
Submitted by:   Hiroyuki Seino <seichan-ml@wakhok.ne.jp>
04 Nov 2009 18:06:27
Original commit files touched by this commit  1.03_7
garga search for other commits by this committer
- Update (fix bug) SMTPEXTFORK code (affects only qmail-ldap port)
- Add JMS's Greet Delay feature on Qmail-LDAP
- Enhace qmail-smtpd logs (spamcontrol-like) on qmail-ldap

PR:             ports/140255
Submitted by:   Patrick Tracanelli <eksffa@freebsdbrasil.com.br>
01 Jul 2009 17:27:44
Original commit files touched by this commit  1.03_7
garga search for other commits by this committer
Fix qmtpc + outgoingip patch to prevent a segfault when both are applied

PR:             ports/136176
Submitted by:   Bryan Drewery <bryan@shatow.net>
28 Jun 2009 14:15:01
Original commit files touched by this commit  1.03_7
garga search for other commits by this committer
- Fix shell errors on make certificate

PR:             ports/136082
Submitted by:   Bryan Drewery <bryan@shatow.net>
16 Jun 2009 16:38:27
Original commit files touched by this commit  1.03_7
garga search for other commits by this committer
- Update qmail-spamcontrol to 2525a
06 May 2009 21:13:30
Original commit files touched by this commit  1.03_7
garga search for other commits by this committer
- Update to 2523
21 Apr 2009 14:18:52
Original commit files touched by this commit  1.03_7
garga search for other commits by this committer
- Forced commit to note correct information was:

PR:             ports/133869
21 Apr 2009 14:17:38
Original commit files touched by this commit  1.03_7
garga search for other commits by this committer
- Fix segfaulting on amd64 adding alloc.h on cdbmake_add.c

PR:             ports/133709
Submitted by:   Milos Vyletel <milos.vyletel@gmail.com>
15 Apr 2009 16:39:44
Original commit files touched by this commit  1.03_7
garga search for other commits by this committer
- Make SENDERCHECK4 patch respect OPTIONS
- Bump PORTREVISION

Submitted by:   Martin Lesser <ml@bettercom.de>
Approved by:    portmgr (pav)
28 Mar 2009 17:53:24
Original commit files touched by this commit  1.03_7
garga search for other commits by this committer
Mark all my ports as MAKE_JOBS_SAFE and MAKE_JOBS_UNSAFE
05 Mar 2009 18:39:52
Original commit files touched by this commit  1.03_7
garga search for other commits by this committer
- Add SENDERCHECK4 patch for qmail-ldap, off by default, patch description:

This is a small change to SENDERCHECK feature in Qmail-LDAP which adds a new
option called LOOSERELAY. It will allow the very same checks that "LOOSE"
options do but exclusvely for RELAY clients.

Therefore it is a split-horizon approach to the problem where our relayclients
spoofs outgoing envelope sender causing abuses like phishing.

Suggested by:   Patrick Tracanelli (author)
04 Mar 2009 11:56:38
Original commit files touched by this commit  1.03_7
garga search for other commits by this committer
- Update spamcontrol to 2522

Submitted by:   Erwin Hoffman (author)
03 Mar 2009 14:04:06
Original commit files touched by this commit  1.03_7
garga search for other commits by this committer
- Remove qmail-custom-error patch for qmail-ldap, jmelo, that sent me this in
  the past detected a big problem with this and couldn't find a solution yet,
  better removing it for now and wait new version.

Sugested by:    jmelo
02 Mar 2009 16:22:03
Original commit files touched by this commit  1.03_7
garga search for other commits by this committer
- Update smtpdextfork patch for qmail-ldap to 20060201_3 version

Submitted by:   Patrick Tracanelli9 (author)
24 Feb 2009 12:42:12
Original commit files touched by this commit  1.03_7
garga search for other commits by this committer
- Update spamcontrol to 2521 to fix recipients problem included by last version
- Remove spamcontrol spf patch MD% from distinfo, forgot un 2.5 upgrade

PR:             ports/131889
Submitted by:   howard goldstein <hg@queue.to>
18 Feb 2009 20:17:18
Original commit files touched by this commit  1.03_7
garga search for other commits by this committer
- Update spamcontrol patch to 2.5.20 version to fix some problems with
  recupients
- Update README.smtpdextfork distinfo entry, file was updated by author
18 Feb 2009 11:07:07
Original commit files touched by this commit  1.03_7
garga search for other commits by this committer
- Spamcontrol patch 2.5.19 was rerolled, it's documented on errata section at
website:

[2.5.19] Rebuild: Updated README_spamcontrol, fixed fatal typo in
qmail-queue.scan.

- Bump PORTREVISION
17 Feb 2009 16:12:00
Original commit files touched by this commit  1.03_7
garga search for other commits by this committer
- Update spamcontrol patch collection to 2519

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>
13 Feb 2009 15:24:13
Original commit files touched by this commit  1.03_7
garga search for other commits by this committer
- Update qmail-spamcontrol's smtpdextfork patch to last version

Submitted by:   Patrick Tracanelli (Author by icq)
25 Nov 2008 18:14:54
Original commit files touched by this commit  1.03_7
garga search for other commits by this committer
- Add qmail-custom-error, a new patch for qmail-ldap port, off by default. It
  permits you to set custom error messages for rejected messages.

Sugested by:    jmelo
Tested by:      jmelo
01 Oct 2008 19:18:10
Original commit files touched by this commit  1.03_7
garga search for other commits by this committer
- Fix a bug detected on spamcontrol patch. This but is in qmail-smtpd.c, when
  qmail_close return a reason that starts with char 'D', smtpd rejects the
  message using a QHPSI virus_found message.
- Bump qmail-spamcontrol's PORTREVISION

Reported by:    Wendell Martins Borges <wendellmartins@mac.com>
Tested by:      Wendell Martins Borges <wendellmartins@mac.com>
19 Aug 2008 13:13:46
Original commit files touched by this commit  1.03_7
garga search for other commits by this committer
- Add a warning on pkg-install about rc.d/qmail.sh symlink and show to user
  the way to have it working

PR:             ports/125740
Submitted by:   G. Georgiev <roots_bg@yahoo.com>
31 Mar 2008 01:07:19
Original commit files touched by this commit  1.03_7
garga search for other commits by this committer
- Fix pkg-install to create initial aliases correctly, broken when was rewritten
from csh to sh
- Bump PORTREVISION from all slave ports
09 Mar 2008 13:55:55
Original commit files touched by this commit  1.03_6
garga search for other commits by this committer
- Fix qmail-tls to accept connections if control/tlsserverciphers doesn't
  exist [1]
- Bump PORTREVISION
- Cometic fixes, s/!defined(WITHOUT/defined(WITH/

PR:             ports/119954 (based on)
Submitted by:   Luiz Otavio O Souza <loos.br@gmail.com>
24 Jan 2008 16:33:20
Original commit files touched by this commit  1.03_6
garga search for other commits by this committer
- Fix pkg-install's user detection

PR:             ports/119935
Submitted by:   Simon Shapiro <simon@niftywerks.com>
21 Jan 2008 17:49:27
Original commit files touched by this commit  1.03_6
garga search for other commits by this committer
- Convert pkg-install from csh to sh, since it's the default on ports

Reviewed by:    miwi
15 Jan 2008 13:32:21
Original commit files touched by this commit  1.03_6
garga search for other commits by this committer
- Fix segfault on 64-bit platforms on qmail-spamcontrol like was made on
  another slave ports.
26 Dec 2007 16:43:55
Original commit files touched by this commit  1.03_6
garga search for other commits by this committer
- 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]
12 Dec 2007 11:30:41
Original commit files touched by this commit  1.03_5
garga search for other commits by this committer
- qmail license has changed to public domain, so, remove RESTRICTED

        http://cr.yp.to/qmail/dist.html
05 Sep 2007 20:47:45
Original commit files touched by this commit  1.03_5
garga search for other commits by this committer
- Add SMTPEXTFORK patch to qmail-ldap
- Add one more mastersite for this patch
- Cosmetic changes
30 Aug 2007 16:00:47
Original commit files touched by this commit  1.03_5
garga search for other commits by this committer
Revert last commit that added a rnCG example file, the script was totally out
of defaults from Porters Handbook and was an error add it.

Suggested by:   many people
28 Jul 2007 13:50:18
Original commit files touched by this commit  1.03_5
garga search for other commits by this committer
- Add a rcNG startup script to ${PREFIX}/boot

PR:             ports/110109
Submitted by:   kitsune <v.velox@vvelox.net>
01 Jun 2007 17:38:38
Original commit files touched by this commit  1.03_5
garga search for other commits by this committer
- Update smtpextfork patch for qmail-spamcontrol:
        o Use strncpy instead of strcpy
        o Limit memory buffers and fix QUIT_ASAP behavior on SMTP sessions,
          which may break some RFCs. Instead, the default behavior now is 100%
          RFC complaint. The old QUITASAP behavior, sometimes desired for a
          number of users (used to be default behavior on Spamcontrol in the
          past) is now a build option (XF_QUITASAP).

Submitted by:   Patrick Tracanelli (Author, by email)
25 May 2007 11:52:33
Original commit files touched by this commit  1.03_5
garga search for other commits by this committer
- Update spamcontrol to 2.4.18
- Some cosmetic changes
11 Feb 2007 15:29:25
Original commit files touched by this commit  1.03_5
garga search for other commits by this committer
Add a simple but very functional native feature of qmail, the use of QUEUE_EXTRA
option, as described in http://cr.yp.to/qmail/faq/admin.html. Can be used with
every slaveport.

PR:             ports/108987
Submitted by:   Patrick Tracanelli <eksffa@freebsdbrasil.com.br>
05 Feb 2007 23:32:02
Original commit files touched by this commit  1.03_5
garga search for other commits by this committer
Add smtpextfork patch to qmail-spamcontrol.

This is a patch made by Patrick Tracanelli <eksffa@freebsdbrasil.com.br> that
allow qmail-smtpd to fork external programs and wait for return code to answer
a permanent or temporary failure.

More information on:

http://www6.freebsdbrasil.com.br/~eksffa/l/dev/qmail-smtpextfork/patches/README.smtpextfork

A version to qmail-ldap is comming soon.
01 Feb 2007 17:14:18
Original commit files touched by this commit  1.03_5
garga search for other commits by this committer
Update spamcontrol to 2417
31 Jan 2007 17:09:02
Original commit files touched by this commit  1.03_5
garga search for other commits by this committer
- RBL2SMTPD patch was not logging URL reference

Reported by:    Patrick Tracanelli <eksffa@freebsdbrasil.com.br>
08 Sep 2006 13:12:13
Original commit files touched by this commit  1.03_5
garga search for other commits by this committer
Fix WITH / WITHOUT OPTIONS check

Noted by:       oliver
03 Sep 2006 01:39:23
Original commit files touched by this commit  1.03_5
kris search for other commits by this committer
RESTRICTED is intended instead of NO_PACKAGE
14 Aug 2006 17:16:35
Original commit files touched by this commit  1.03_5
garga search for other commits by this committer
Fix DISTFILES entry to ext_todo that is killing SPF patch on spamcontrol

Reported by:    Marcos Tischer Vallim <tischer at gmail.com>
11 Aug 2006 19:00:12
Original commit files touched by this commit  1.03_5
garga search for other commits by this committer
Permit big_todo and ext_todo be applied together

Reported by:    Carlos A. Talhati <cat at iqsc.usp.br>
10 Aug 2006 15:34:59
Original commit files touched by this commit  1.03_5
garga search for other commits by this committer
Register CONFLICTS between qmail master and all slave ports
10 Aug 2006 12:51:19
Original commit files touched by this commit  1.03_5
garga search for other commits by this committer
Prevent BIG_TODO and EXT_TODO patches to be installed together, they cannot
coexist

Reported by:    Carlos A. Talhati <cat at iqsc.usp.br>
03 Aug 2006 21:39:12
Original commit files touched by this commit  1.03_5
garga search for other commits by this committer
Fix outgoingip.patch-spamcontrol MASTER_SITE_SUBDIR
03 Aug 2006 19:02:18
Original commit files touched by this commit  1.03_5
garga search for other commits by this committer
Remove old PORT_NOTES and PORT_NOTES_FreeBSD_40-RELEASE, they are not so useful
these days.
01 Aug 2006 23:38:10
Original commit files touched by this commit  1.03_5
garga search for other commits by this committer
Add OUTGOINGIP patch to qmail-spamcontrol and qmail-tls slaveports
28 Jul 2006 18:21:59
Original commit files touched by this commit  1.03_5
garga search for other commits by this committer
- Change spamcontrol's spf patch to log when deny an email
- Move auth patches from FILESDIR to MASTER_SITE_LOCAL
28 Jul 2006 13:53:25
Original commit files touched by this commit  1.03_5
garga search for other commits by this committer
Fix auth patch for qmail-tls

Submitted by:   Luiz Souza <luiz at visualconnect.com.br> by email
28 Jul 2006 10:50:41
Original commit files touched by this commit  1.03_5
garga search for other commits by this committer
Add SPF checker to qmail-spamcontrol port
27 Jul 2006 19:20:23
Original commit files touched by this commit  1.03_5
garga search for other commits by this committer
Add ext_todo patch, and external high performance todo manager.
18 Jul 2006 18:52:18
Original commit files touched by this commit  1.03_5
garga search for other commits by this committer
Back out last commit and remove DomainKeys support. I'm going to add it as a
separate port.
17 Jul 2006 22:35:49
Original commit files touched by this commit  1.03_5
garga search for other commits by this committer
Add DomainKeys implementation to qmail-spamcontrol and qmail-mysql
17 Jul 2006 18:42:06
Original commit files touched by this commit  1.03_5
garga search for other commits by this committer
Add dns patch to read answers > 512 bytes to qmail-spamcontrol
17 Jul 2006 18:27:59
Original commit files touched by this commit  1.03_5
garga search for other commits by this committer
Add maildirquota++.patch support for qmail-spamcontrol
17 Jul 2006 13:36:37
Original commit files touched by this commit  1.03_5
garga search for other commits by this committer
Add big-concurrency patch to qmail-spamcontrol
05 Jul 2006 12:12:10
Original commit files touched by this commit  1.03_5
garga search for other commits by this committer
Make localtime-date-patch available for qmail-spamcontrol and qmail-ldap
30 Jun 2006 19:13:21
Original commit files touched by this commit  1.03_5
garga search for other commits by this committer
- Update to spamcontrol 2.4.15:

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.
08 Jun 2006 23:47:10
Original commit files touched by this commit  1.03_5
garga search for other commits by this committer
Adapt qmail-smtpd to work fine with new rblsmtpd functionality, checking envvar
set by rblsmtpd when IP matched on a RBL list and deny email is user is not
authenticated.
08 Jun 2006 17:45:44
Original commit files touched by this commit  1.03_5
garga search for other commits by this committer
Add qmail-mfrules.8, forgotten when i updated qmail-spamcontrol to 2414
29 May 2006 13:32:06
Original commit files touched by this commit  1.03_5
garga search for other commits by this committer
- Update qmail-spamcontrol to 2.4.14, finally with STARTTLS support

Full ChangeLog at:
        http://www.fehcom.de/qmail/spamcontrol.html
13 May 2006 14:41:06
Original commit files touched by this commit  1.03_5
garga search for other commits by this committer
Fix MASTER_SITES for spf patch

Reported by:    Giovanni <jumpyboy at infinito.it>
03 Apr 2006 15:52:45
Original commit files touched by this commit  1.03_5
garga search for other commits by this committer
Update qmail-mysql to 1.1.15
24 Mar 2006 16:28:36
Original commit files touched by this commit  1.03_5
garga search for other commits by this committer
More cleanups on Makefile, mostly related with DOCS install
24 Mar 2006 13:31:53
Original commit files touched by this commit  1.03_5
garga search for other commits by this committer
- Use PORTDOCS facility and clean a bit Makefile and pkg-plist
05 Mar 2006 13:41:29
Original commit files touched by this commit  1.03_5
garga search for other commits by this committer
Update qmail-ldap to 20060201

Approved by:    portmgr (linimon)

Number of commits found: 202 (showing only 100 on this page)

1 | 2 | 3  »  

27fe
Login
User Login
Create account

Servers and bandwidth provided by
New York Internet, SuperNews, and RootBSD

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
linux-f10-flashplugin10Aug 14
linux-f10-flashplugin11Aug 14
tor-develJun 16
dbusJun 13
owncloudJun 11
php5Jun 07
php53Jun 07
phpmyadminJun 05
telepathy-gabbleJun 05
chromiumJun 04
chromiumJun 04
libdmxJun 04
libFSJun 04
libGLJun 04
libGLJun 04

11 vulnerabilities affecting 33 ports have been reported in the past 14 days

* - modified, not new

All vulnerabilities


Ports
Home
Categories
Deleted ports
Sanity Test Failures
Newsfeeds


Statistics
Graphs
NEW Graphs (Javascript)
Traffic

Calculated hourly:
Port count 24566
Broken 190
Deprecated 460
Ignore 564
Forbidden 0
Restricted 288
No CDROM 110
Vulnerable 19
Expired 51
Set to expire 445
Interactive 33
new 24 hours 3
new 48 hours10
new 7 days30
new fortnight94
new month175

This site
What is FreshPorts?
About the Authors
FAQ
How big is it?
The latest upgrade!
Privacy
Forums
Blog
Contact
8e7

Servers and bandwidth provided by
New York Internet, SuperNews, and RootBSD
Valid HTML, CSS, and RSS.
Copyright © 2000-2013 DVL Software Limited. All rights reserved.
0