FreshPorts -- The Place For Ports Sat, 20 Mar 2010 7:24 PM GMT
Do I have any twitter.com followers? I'd like to get control of twitter.com/pgcon, since I run pgcon...
Port details
vpopmail 5.4.30_4 mail on this many watch lists=50 search for ports that depend on this port
Easy virtual domain and authentication package for use with qmail
Maintained by: roam@FreeBSD.org search for ports maintained by this maintainer
Port Added: 21 Sep 2000 11:01:40


vpopmail provides an easy way to manage virtual domains and virtual
accounts on a qmail mail server.

Features:

. Automates all qmail file modifications into documented command line
  programs

. Support for named and IP-based virtual domains

. NFS safe

. dynamic directory creation for scalability using fill-in balanced 3
  level tree

. understands standard qmail .qmail directives

. interacts well with qmailadmin for web-based administration, courier-imap
  for IMAP support, and sqwebmail for web-based mail.

WWW:	http://inter7.com/vpopmail/
CVSWeb : Sources : Main Web Site : Distfiles Availability : PortsMon
Required To Build: sysutils/ucspi-tcp, mail/qmail, devel/gmake, lang/perl5.8
Required To Run: sysutils/ucspi-tcp, mail/qmail, lang/perl5.8

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


Configuration Options
     No options to configure

Master Sites:
http://heanet.dl.sourceforge.net/project/vpopmail/vpopmail-stable/5.4.30/
http://sunet.dl.sourceforge.net/project/vpopmail/vpopmail-stable/5.4.30/
http://iweb.dl.sourceforge.net/project/vpopmail/vpopmail-stable/5.4.30/
http://switch.dl.sourceforge.net/project/vpopmail/vpopmail-stable/5.4.30/
http://surfnet.dl.sourceforge.net/project/vpopmail/vpopmail-stable/5.4.30/
http://kent.dl.sourceforge.net/project/vpopmail/vpopmail-stable/5.4.30/
http://freefr.dl.sourceforge.net/project/vpopmail/vpopmail-stable/5.4.30/
http://voxel.dl.sourceforge.net/project/vpopmail/vpopmail-stable/5.4.30/
http://jaist.dl.sourceforge.net/project/vpopmail/vpopmail-stable/5.4.30/
http://osdn.dl.sourceforge.net/project/vpopmail/vpopmail-stable/5.4.30/
http://nchc.dl.sourceforge.net/project/vpopmail/vpopmail-stable/5.4.30/
http://transact.dl.sourceforge.net/project/vpopmail/vpopmail-stable/5.4.30/
http://softlayer.dl.sourceforge.net/project/vpopmail/vpopmail-stable/5.4.30/
http://internode.dl.sourceforge.net/project/vpopmail/vpopmail-stable/5.4.30/
http://biznetnetworks.dl.sourceforge.net/project/vpopmail/vpopmail-stable/5.4.30/
http://ufpr.dl.sourceforge.net/project/vpopmail/vpopmail-stable/5.4.30/
http://heanet.dl.sourceforge.net/project/vpopmail/vpopmail-devel/5.4.30/
http://sunet.dl.sourceforge.net/project/vpopmail/vpopmail-devel/5.4.30/
http://iweb.dl.sourceforge.net/project/vpopmail/vpopmail-devel/5.4.30/
http://switch.dl.sourceforge.net/project/vpopmail/vpopmail-devel/5.4.30/
http://surfnet.dl.sourceforge.net/project/vpopmail/vpopmail-devel/5.4.30/
http://kent.dl.sourceforge.net/project/vpopmail/vpopmail-devel/5.4.30/
http://freefr.dl.sourceforge.net/project/vpopmail/vpopmail-devel/5.4.30/
http://voxel.dl.sourceforge.net/project/vpopmail/vpopmail-devel/5.4.30/
http://jaist.dl.sourceforge.net/project/vpopmail/vpopmail-devel/5.4.30/
http://osdn.dl.sourceforge.net/project/vpopmail/vpopmail-devel/5.4.30/
http://nchc.dl.sourceforge.net/project/vpopmail/vpopmail-devel/5.4.30/
http://transact.dl.sourceforge.net/project/vpopmail/vpopmail-devel/5.4.30/
http://softlayer.dl.sourceforge.net/project/vpopmail/vpopmail-devel/5.4.30/
http://internode.dl.sourceforge.net/project/vpopmail/vpopmail-devel/5.4.30/
http://biznetnetworks.dl.sourceforge.net/project/vpopmail/vpopmail-devel/5.4.30/
http://ufpr.dl.sourceforge.net/project/vpopmail/vpopmail-devel/5.4.30/
ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/
Notes from UPDATING
These upgrade notes are taken from /usr/ports/UPDATING
  • 2007-10-09
    Affects: users of mail/vpopmail
    Author: roam@FreeBSD.org
    Reason: 
      The vpopmail port has been upgraded to version 5.4.20.  There are several
      important changes that may affect your vpopmail installation and may need
      you to handle manually:
    
      - THE MYSQL CONNECTION INFORMATION IS NO LONGER DEFINED AT COMPILE-TIME!
        The WITH_MYSQL_{USER,PASSWD,SERVER,DB} variables should NOT be defined
        when you build the port; place that information in the vpopmail.mysql
        file after vpopmail has been installed!
      - the default domain is also no longer defined at compile time -- you need
        to place it in the defaultdomain file after the installation.
      - the defaultdomain and vpopmail.mysql files are no longer blindly removed
        on deinstallation, they are only removed if they have not been modified
      - in vpopmail 5.4.18, the database schema was changed -- some fields were
        extended from 64 to 96 characters.  If you do not apply those changes
        to your database, as explained in the vpopmail/doc/UPGRADE file, your
        vpopmail installation may silently fail or lose the trailing portions
        of domain names and usernames.
      - in vpopmail 5.4.19, the upstream authors integrated large parts of
        Alex Dupre's SpamAssassin support, without the SPAM_THRESHOLD part.
        If you use vpopmail along with the SpamAssassin FreeBSD port support,
        take extra care to ensure that your installation still processes
        e-mail messages in the same way.
      - vpopmail 5.4.19 added support for maildrop as a mail delivery agent.
        This is available in the FreeBSD port if WITH_MAILDROP is defined.
        There is also a new user-limit flag for maildrop delivery.
      - vpopmail 5.4.19 added support for MySQL connections via Unix sockets
        instead of TCP sockets to the server.  To do that, change the second
        value (the port number) in vpopmail.mysql to the full pathname of
        the MySQL socket (e.g. /tmp/mysql.sock).
      - vpopmail 5.4.20 extended the LDAP support; please see README.ldap for
        more information, and specify the LDAP connection information in
        the vpopmail/etc/vpopmail.ldap file after the installation.
    
    
Port Moves

Number of commits found: 89

Commit History - (may be incomplete: see CVSWeb link above for full details)
DateByDescription
15 Mar 2010 09:04:49
Original commit files touched by this commit  5.4.30_4
roam search for other commits by this committer
Fix the installation when built with LDAP support.

PR:             144752
Submitted by:   Satoru Suzuki <xsuzu@yokohama.riken.jp>
16 Feb 2010 15:54:43
Original commit files touched by this commit  5.4.30_3
roam search for other commits by this committer
Arrrrrgh.  Really copy the vusagec.conf-dist file to vusagec.conf
if the latter does not exist.  The pkg-plist @exec commands are not,
repeat not, executed at *port* install time!

PR:             141251 (for REAL this time, honest!)
Reported by:    Cristiano Deana <cris@gufi.org>
Feature safe:   yes
09 Feb 2010 13:19:41
Original commit files touched by this commit  5.4.30_2
roam search for other commits by this committer
Another attempt at fixing the vpopmail-5.4.30 local delivery problem:
fix the upstream Makefile's logic and actually install vusage.conf, while
disabling the vusagec/vusaged check since we don't even install vusaged
on FreeBSD.

Pointed out by: garga
PR:             141251 (hopefully for real this time!)
14 Jan 2010 09:18:15
Original commit files touched by this commit  5.4.30_1
roam search for other commits by this committer
Add an upstream patch as another attempt to fix the vdelivermail
segfault.

Submitted by:   ale
05 Jan 2010 10:27:22
Original commit files touched by this commit  5.4.30
roam search for other commits by this committer
Update to vpopmail-5.4.30 which should fix the segfaults that some
users have been experiencing with 5.4.28.
30 Nov 2009 12:09:31
Original commit files touched by this commit  5.4.28_1
roam search for other commits by this committer
Fix the master sites so that vpopmail is actually fetchable even with
-A present in FETCH_ARGS, as it is on most systems.
Fix the maildir++ file size calculations in the SpamAssassin code as
per the PR.

PR:             139962 (the maildir++ fix)
Submitted by:   Alex Dupre <ale@freebsd.org>
26 Nov 2009 19:02:19
Original commit files touched by this commit  5.4.28
roam search for other commits by this committer
Update to vpopmail-5.4.28.
From the PR - fix the creation of new domains through LDAP.

PR:             131274
Submitted by:   Suzuki <xsuzu@yokohama.riken.jp>
17 Sep 2009 12:27:09
Original commit files touched by this commit  5.4.27
pav search for other commits by this committer
- Fix configure when WITH_MAILDROP is set

PR:             ports/138363
Submitted by:   Alexey V.Degtyarev <alexey@renatasystems.org>
Approved by:    maintainer timeout (roam; 18 days)
Feature safe:   yes
22 Aug 2009 01:28:34
Original commit files touched by this commit  5.4.27
  Sanity Test Failure
amdmi3 search for other commits by this committer
- Switch SourceForge ports to the new File Release System: categories starting
with M
16 Mar 2009 13:51:24
Original commit files touched by this commit  5.4.27
roam search for other commits by this committer
Update to vpopmail-5.4.27.
Internally, use quilt for patch management.
Add two Makefile knobs for the locations of the Courier IMAP server's
imaplogin and imapd binaries, just in case anyone would want to test
the new authvchkpw utility :)
21 Aug 2008 07:18:49
Original commit files touched by this commit  5.4.26_1
rafan search for other commits by this committer
Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
Specifically, newer autoconf (> 2.13) has different semantic of the
configure target. In short, one should use --build=CONFIGURE_TARGET
instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning
and the old semantic may be removed in later autoconf releases.

To workaround this issue, many ports hack the CONFIGURE_TARGET variable
so that it contains the ``--build='' prefix.

To solve this issue, under the fact that some ports still have
configure script generated by the old autoconf, we use runtime detection
in the do-configure target so that the proper argument can be used.

Changes to Mk/*:
 - Add runtime detection magic in bsd.port.mk
(Only the first 15 lines of the commit message are shown above View all of this commit message)
17 Mar 2008 09:48:45
Original commit files touched by this commit  5.4.26_1
roam search for other commits by this committer
Reinitialize the internal DeleteMail variable for each dot-qmail line
so that all delivery instructions are indeed executed and no messages are
(partially) lost.
Bump PORTREVISION.

Submitted by:   Michal Sviba <michal@myserver.cz> in
                e-mail message <47DBD588.4000906@myserver.cz>
25 Dec 2007 06:00:00
Original commit files touched by this commit  5.4.26
roam search for other commits by this committer
Update the vpopmail port to version 5.4.26 with a lot of changes and fixes:
- add the WITH_SPAMFOLDER knob from Alex Dupre's PR;
- fix lots of bugs in the new vlist code;
- fix a couple of bugs in MySQL's "valias -n" implementation;
- actually implement "valias -n" for PostgreSQL;
- fix a couple of directory descriptor leaks and other buglets.

PR:             117321 (the WITH_SPAMFOLDER knob)
Submitted by:   ale
26 Oct 2007 09:41:48
Original commit files touched by this commit  5.4.20
pav search for other commits by this committer
- Conditionalize vpopmail/etc/vpopmail.mysql-dist in plist, it's installed only
  when WITH_MYSQL is defined

Reported by:    pointyhat
09 Oct 2007 14:27:24
Original commit files touched by this commit  5.4.20
roam search for other commits by this committer
Update vpopmail to 5.4.20 after a long delay, mostly due to wondering
how to handle the database upgrade and the SpamAssassin patch partial
integration.

There are several important changes that may affect your vpopmail
installation and may need you to handle manually:

- THE MYSQL CONNECTION INFORMATION IS NO LONGER DEFINED AT COMPILE-TIME!
  The WITH_MYSQL_{USER,PASSWD,SERVER,DB} variables should NOT be defined
  when you build the port; place that information in the vpopmail.mysql
  file after vpopmail has been installed!
- the default domain is also no longer defined at compile time - you need
  to place it in the defaultdomain file after the installation.
- the defaultdomain and vpopmail.mysql files are no longer blindly removed
  on deinstallation, they are only removed if they have not been modified
(Only the first 15 lines of the commit message are shown above View all of this commit message)
06 Jun 2007 10:10:33
Original commit files touched by this commit  5.4.17_1
roam search for other commits by this committer
Build the vpopmail library with position-independent code on ia64 too,
not just amd64.

Reported by:    kris
Submitted by:   oliver
08 Oct 2006 18:29:03
Original commit files touched by this commit  5.4.17
roam search for other commits by this committer
Make the PostgreSQL backend actually compile with the new
WITH_SQL_LOG_REMOVE_DELETED knob - fix the name of a variable and
a standard PostgreSQL routine.

Pointy hat to:  roam (myself), in addition to the upstream developers
05 Oct 2006 12:49:18
Original commit files touched by this commit  5.4.17
roam search for other commits by this committer
Update to vpopmail-5.4.17.  In the process:
- add a new knob, WITH_SQL_REMOVE_DELETED, for explicitly activating
  the new code for removing entries from the SQL log file when a user or
  domain is deleted;
- add real NOPORTDOCS support and install the README.* files in addition
  to the doc_html/ and man_html/ directories if NOPORTDOCS is not set;
- fix a couple of spelling and grammar errors in the new README.vpopmaild;
- add several sanity checks;
- remove the last traces of the ActiveDirectory backend;
- various other minor changes.
23 Sep 2006 13:38:03
Original commit files touched by this commit  5.4.13
roam search for other commits by this committer
Fix package installation - in most cases, the vpopmail package (if built)
would be installed with the wrong home directory for the vpopmail user.

PR:             103177
Submitted by:   oliver
17 Jul 2006 06:51:33
Original commit files touched by this commit  5.4.13
ale search for other commits by this committer
I've updated the SpamAssassin patch, so re-enable it in the port.
14 Jul 2006 13:13:50
Original commit files touched by this commit  5.4.13
roam search for other commits by this committer
Create the qmail control/locals file if it does not exist.
Silence a couple of portlint warnings.

PR:             99914
Submitted by:   garga
16 Jun 2006 14:00:57
Original commit files touched by this commit  5.4.13
roam search for other commits by this committer
Update to the last stable release, 5.4.13.  In the process:
- temporarily disable the SpamAssassin patch, since vdelivermail was
  reorganized a bit;
- fix a couple of potential buffer bound problems;
- remove the unconditional -fPIC; we handle this ourselves for amd64.
10 May 2006 23:37:39
Original commit files touched by this commit  5.4.10_9
edwin search for other commits by this committer
Remove USE_REINPLACE from ports starting with M
27 Jan 2006 13:47:16
Original commit files touched by this commit  5.4.10_9
roam search for other commits by this committer
Set the setgid bit on vchkpw, too - it simply will not work without it :)

PR:             85788
Submitted by:   Renato Botelho <garga@freebsd.org>
22 Jan 2006 12:50:54
Original commit files touched by this commit  5.4.10_8
edwin search for other commits by this committer
SHA256ify

Approved by: krion@
22 Jan 2006 02:20:05
Original commit files touched by this commit  5.4.10_8
edwin search for other commits by this committer
Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry

Approved by:    krion@
PR:             ports/88711 (related)
21 Jan 2006 17:37:14
Original commit files touched by this commit  5.4.10_8
krion search for other commits by this committer
- 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 View all of this commit message)
24 Nov 2005 16:04:38
Original commit files touched by this commit  5.4.10_7
roam search for other commits by this committer
Only use -fPIC on amd64 - none of the other arches seem to need it.
Unfortunately, the only way to avoid adding -fPIC to the files that
go into libvpopmail.a would be to actually make the vpopmail port
build a real shared library, which might be a bit more difficult and
should probably be coordinated with the upstream.

Pointy hat to:  roam (myself)
Pointy hat handed by:   kris
17 Nov 2005 22:54:30
Original commit files touched by this commit  5.4.10_6
roam search for other commits by this committer
Unless WITHOUT_FPIC is defined, add -fPIC to the C compiler flags.
This fixes the build of ports that use libvpopmail, at least on amd64,
and does not hurt on other platforms.

PR:             88402
Submitted by:   Matteo Baldi <egon@egonflower.com> among others
16 Sep 2005 08:35:24
Original commit files touched by this commit  5.4.10_5
roam search for other commits by this committer
Errr... actually add the patch needed for the WITH_SMTP_AUTH_PATCH option
introduced in ports/mail/vpopmail/Makefile rev. 1.57.

Submitted by:   Nikolay Georgiev <niki@techlab.office1.bg>
16 Sep 2005 08:34:01
Original commit files touched by this commit  5.4.10_5
roam search for other commits by this committer
Add the WITH_SMTP_AUTH_PATCH knob to fix the SMTP authentication, at least
when invoked via the elysium implementation of SMTP auth from
http://members.elysium.pl/brush/qmail-smtpd-auth/dist/

Submitted by:   Nikolay Georgiev <niki@techlab.office1.bg>
05 Sep 2005 22:27:03
Original commit files touched by this commit  5.4.10_4
roam search for other commits by this committer
Complement pav's handling of tcp.smtp and tcp.smtp-dist: actually install
the sample tcp.smtp file as tcp.smtp-dist.
Add the WITH_SUID_VCHKPW knob for setting the setuid bit on bin/vchkpw. [1]
Bump PORTREVISION.

PR:             85124 [1]
Submitted by:   garga [1]
01 Jul 2005 17:43:26
Original commit files touched by this commit  5.4.10_3
roam search for other commits by this committer
Set the SHELL environment variable to "/bin/sh" in vdelivermail before
executing external programs.

PR:             69969
Submitted by:   Claudiu Bosioc <claudiu@casi.ro>
07 Jun 2005 09:51:35
Original commit files touched by this commit  5.4.10_2
roam search for other commits by this committer
Use --enable-sql-logging instead of the deprecated --enable-mysql-logging
and --enable-pgsql-logging.  Correspondingly, deprecate WITH_MYSQL_LOG and
WITH_PGSQL_LOG in favor of WITH_SQL_LOG.

Reported by:    Alexander B. Zubkov <sasha@sekrett.ru>,
                Martin Tsachev <mtsachev@gmail.com>
30 May 2005 12:26:21
Original commit files touched by this commit  5.4.10_1
pav search for other commits by this committer
- Require perl in runtime too, pkg-install script is written in it.
  Up until now, it was impossible to install from package.
11 May 2005 14:32:29
Original commit files touched by this commit  5.4.10
pav search for other commits by this committer
- Update to 5.4.10
- Add support for LDAP
- Handle tcp.smtp configuration file nicely

PR:             ports/80412
Submitted by:   Renato Botelho <freebsd@galle.com.br>
Approved by:    maintainer timeout (2 weeks)
31 Jan 2005 00:35:56
Original commit files touched by this commit  5.4.6_1
girgen search for other commits by this committer
Split the postgresql ports into a server and a client part.

All ports depending on postgresql shall use the USE_PGSQL=yes knob
defined in Mk/bsd.ports.mk. Bumping portrevisions where needed.

PR:             75344
Approved by:    portmgr@ (kris), ade & sean (mentors)
10 Sep 2004 07:23:25
Original commit files touched by this commit  5.4.6_1
roam search for other commits by this committer
Merge several security and reliability fixes from the vpopmail 5.4
CVS branch.

Prompted by:    eik (for the vsybase.c advisory and CVS fix)
Approved by:    portmgr (marcus)
25 Aug 2004 09:09:45
Original commit files touched by this commit  5.4.6
roam search for other commits by this committer
Update to vpopmail-5.4.6, which contains IMPORTANT security fixes for
people using vpopmail with SQL backends!
25 May 2004 10:19:43
Original commit files touched by this commit  5.4.3_1
mat search for other commits by this committer
Remove databases/postgresql-client because there can't be a -server, and having
it installed prevents databases/postgresql7 from being installed, leading to
some dependencies problems
19 Apr 2004 13:09:50
Original commit files touched by this commit  5.4.3_1
roam search for other commits by this committer
Fix a file descriptor leak in opensmtp().

Obtained from:  vpopmail CVS via oliver and
                Michael Bowe <mbowe@pipeline.com.au>
09 Apr 2004 10:38:26
Original commit files touched by this commit  5.4.3
roam search for other commits by this committer
Update vpopmail to 5.4.3.
12 Mar 2004 09:36:22
Original commit files touched by this commit  5.4.0
ale search for other commits by this committer
Fix dependency on SpamAssassin.

Noticed by:     Cristiano Deana <cris@gufi.org>
26 Feb 2004 14:34:32
Original commit files touched by this commit  5.4.0
ale search for other commits by this committer
Add CONFLICTS.
11 Feb 2004 08:24:34
Original commit files touched by this commit  5.4.0
ale search for other commits by this committer
- Fix new installations (patch disappeared in my last commit) [1]
- Remove now useless post-patch target

Noticed by:     Cristiano Deana <cris@gufi.org> [1]
Approved by:    nork (mentor/implicitly)
05 Feb 2004 22:10:00
Original commit files touched by this commit  5.4.0
ale search for other commits by this committer
Update to 5.4.0 stable release.

Approved by:    roam, nork (mentor/implicitly)
04 Feb 2004 05:10:27
Original commit files touched by this commit  5.3.30_1
marcus search for other commits by this committer
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.

(Part 1)
30 Jan 2004 18:03:31
Original commit files touched by this commit  5.3.30
roam search for other commits by this committer
A first shot at enabling the PostgreSQL authentication features, only
loosely based on the PR mentioned (the original patch in the PR does not
handle either library dependencies nor changing the default credentials).
PORTREVISION *not* bumped, this can wait until I implement WITH_PGSQL_PASS
and WITH_PGSQL_SERVER in the near future.

PR:             61998
Submitted by:   Sascha Luck <sascha@c4inet.net>
28 Nov 2003 07:54:53
Original commit files touched by this commit  5.3.30
roam search for other commits by this committer
Looks like I seriously botched the last commit; somehow four lines from
the original Makefile.in got duplicated in the 'patched' one, leading
to a malformed sh(1) construct that would inevitably break the installation.
Thanks to Ronald Sebastian and Alex Dupre for pointing this out.

Noticed by:     Ronald Sebastian <mailsagan@yahoo.com> and
                Alex Dupre <sysadmin@alexdupre.com>, among others

While I'm here, remove the autoconf part of the Makefile.in patch, which
actually duplicates what I've been doing in the port's Makefile for
some time now :)
27 Nov 2003 21:59:00
Original commit files touched by this commit  5.3.30
roam search for other commits by this committer
Update to vpopmail-5.3.30, fixing a critical update_rules bug.
Revamp a bit the creation of the MySQL credentials file.

PR:             59605
Submitted by:   Alex Dupre <sysadmin@alexdupre.com> (mostly)
Approved by:    portmgr (will)
10 Nov 2003 09:26:40
Original commit files touched by this commit  5.3.29_1
roam search for other commits by this committer
Create an empty default limits file if none exists, bump PORTREVISION.
Change a -f check to an -e one to also catch symlinks and such.
03 Nov 2003 13:42:16
Original commit files touched by this commit  5.3.29
roam search for other commits by this committer
Update to 5.3.29 and add the new SpamAssassion patch from Alex Dupre,
with a configurable spam threshold value set by the SPAM_THRESHOLD knob.

PR:             58306, 58805
Submitted by:   Alex Dupre <sysadmin@alexdupre.com>
31 Oct 2003 17:24:01
Original commit files touched by this commit  5.3.28
roam search for other commits by this committer
Add Alex Dupre's patch for SpamAssassin integration, conditional
on the WITH_SPAMASSASSIN knob.

PR:             58503
Submitted by:   Alex Dupre <sysadmin@alexdupre.com>
08 Oct 2003 13:32:50
Original commit files touched by this commit  5.3.28
roam search for other commits by this committer
Update to vpopmail 5.3.28.  Only set vpopmail:vchkpw ownership on
the bin/ and etc/ directories.

PR:             57551
Submitted by:   Alex Dupre <sysadmin@alexdupre.com>
30 Sep 2003 09:47:29
Original commit files touched by this commit  5.3.27_1
roam search for other commits by this committer
Manually do the recursive chown of the vpopmail directory that was
removed from the 5.3.27 source for some reason.

PR:             56916
Submitted by:   guilherme@vianavirtual.com
10 Sep 2003 10:41:33
Original commit files touched by this commit  5.3.27
roam search for other commits by this committer
Update to 5.3.27, USE_MYSQL, de-quote COMMENT, update the knobs info,
and other assorted fixes, mostly from Alex's PR.

PR:             56462
Submitted by:   Alex Dupre <sysadmin@alexdupre.com>
Ob-woohoo:      run-time configuration of default-domain and MySQL info;
                at last it is possible to build a single package for
                deploying on multiple servers!
29 Apr 2003 13:10:06
Original commit files touched by this commit  5.3.20
roam search for other commits by this committer
Update to vpopmail-5.3.20.
Add the WITH_VPOPMAIL_SQWEBMAIL_CREATION knob to make vadduser
(well, make_user_dir(), actually) create an sqwebmail-config file
specifying the outgoing messages' sender address.
19 Feb 2003 16:07:30
Original commit files touched by this commit  5.3.16
roam search for other commits by this committer
Remove pkg-comment files in my ports.
17 Feb 2003 12:21:10
Original commit files touched by this commit  5.3.16
roam search for other commits by this committer
Update to vpopmail-5.3.16:
- WITH_MYSQL_LIMITS works now, move it where users can actually see it
  and remove the BROKEN mark;
- remove the vmysql.h patch that defined the 'limits' table creation -
  it was fixed in the meantime;
- remove the annoying configure script check for id == 0.
09 Feb 2003 13:15:11
Original commit files touched by this commit  5.3.9_2
roam search for other commits by this committer
Fix the regular expressions used for setting the database access
(username, password, database name, etc) - when I did the changeover
from ${PERL} to ${REINPLACE_CMD}, I plain forgot that sed does not
really like Perl-style $1 subexpression references :(

Reported by:    Ventsislav Velkov <veno@evrocom.net>,
                "Pavel Novikov" <pavel@ext.by>
20 Jan 2003 16:55:22
Original commit files touched by this commit  5.3.9_1
roam search for other commits by this committer
USE_REINPLACE.

The mail/vpopmail and mail/vpopmail-stable ports retain their Perl
dependency, since the pkg-install script is written in Perl.  I think
this might need to be changed when I get the time to look into it.

Submitted by:   Ulrich Spoerlein <q@uni.de>
02 Nov 2002 21:33:09
Original commit files touched by this commit  5.3.9_1
roam search for other commits by this committer
Update the checksum to match the "new" distfile.

Submitted by:   gerald <gerald@hannibal.symicon.com> - the original
                notification about the vpopmail distfile checksum change

Fix a possible buffer underflow bug in the changed code.
Add a new ENABLE_MYSQL_LIMITS knob for .qmailadmin-limits processing, and
DISABLE the new MySQL limits code - it does not even compile as shipped :(

Use the correct configure script option for specifying the path to
the tcprules program, so vpopmail works even with LOCALBASE != /usr/local.

Submitted by:    Mike Meyer <mwm@mired.org> - the tcprules patch
01 Nov 2002 22:20:29
Original commit files touched by this commit  5.3.9
roam search for other commits by this committer
Mark FORBIDDEN due to a checksum mismatch.
It seems that a couple of new features were added, but I have to take
a closer look at them to make sure nothing is wrong.  This will probably
happen as soon as I wake up in a couple of hours.

Submitted by:   gerald <gerald@hannibal.symicon.com>
Pointy hat to:  Inter 7 for adding new features to an already "released"
                tarball instead of releasing a new version :(
20 Sep 2002 20:55:07
Original commit files touched by this commit  5.3.9
roam search for other commits by this committer
Apply a blessed +3 magic wand of autotools protection; a rogue run of
autoconf or automake over our local patches can ruin your whole day.
This rarely, if ever, affected the vpopmail ports, causing mysterious
failures at install time, but inevitably killed the stunnel build if
automake-1.5 happened to be installed.

Reported by:    Dan Langille <dan@langille.org> for stunnel,
                Sitchin Zech <mailsagan@yahoo.com> for vpopmail
15 Sep 2002 11:25:50
Original commit files touched by this commit  5.3.9
roam search for other commits by this committer
Update to vpopmail-5.3.9, with better processing of the exit code
of mail/autoresponder.
05 Sep 2002 15:30:21
Original commit files touched by this commit  5.3.8
roam search for other commits by this committer
Update to vpopmail-5.3.8.
There are two new configuration knobs:
- WITHOUT_USERS_BIG_DIR disables the use of 'big' directories for users,
  thereby saving a little on disk space and inode usage; IMO, the
  savings are negligible;
- WITHOUT_SEEKABLE disables the newly introduced ability of vdelivermail
  to examine its input stream for seekability, and read it all into a
  file to make it seekable.  This works quite fine in the tests that I
  have done, so there seems to be no need to enable it on FreeBSD;
  however, if things should go wrong (in particular, if delivering mail
  to your virtual domains seems to fail), try rebuilding vpopmail with
  this knob.

Prompted by:    David Phillips <david@acz.org>
05 Sep 2002 14:42:30
Original commit files touched by this commit  5.3.6_1
roam search for other commits by this committer
Change the WITH_MD5_PASSWORDS knob to WITHOUT_MD5_PASSWORDS;
the vpopmail default is to build support for MD5-hashed passwords now.

Reported by:    Jetchko Jekov <jeka@flavia-bg.com>
14 Jun 2002 10:38:41
Original commit files touched by this commit  5.3.6_1
roam search for other commits by this committer
Fix a segfault when authenticating against the system passwd file:
there's little sense in passing an integer port number to a string
comparison routine :)
Bump PORTREVISION.

Reported by:    Rudy <rudy@tzone.it>
12 Jun 2002 11:09:04
Original commit files touched by this commit  5.3.6
roam search for other commits by this committer
Update to the vpopmail-5.3.6 development version, which adds back APOP
support (spelled WITH_CLEARTEXT_PASSWD now), along with a couple of
other tweakable knobs.  There is UNTESTED support for Sybase and Oracle
database backends; please report any successes or failures to me.

APOP support discontinuation reported by:       "A. Postle" <apostle@kolbas.it>
21 May 2002 17:26:16
Original commit files touched by this commit  5.2.1
roam search for other commits by this committer
Update to vpopmail-5.2.1.
26 Feb 2002 14:54:19
files touched by this commit
roam search for other commits by this committer
Update vpopmail to version 5.2.   Introduce two new build knobs:   -
WITH_CLEAR_PASSWD     actually enable the clear passwords management          
that was turned on by default in 5.2 (hello, POLA!)   - WITH_MD5_PASSWORDS   
for the encrypted passwords, use MD5 hashes.    
17 Dec 2001 18:52:19
files touched by this commit
roam search for other commits by this committer
Update to 5.0.1.   Add the WITH_QMAIL_EXT knob to enable the user-* address
extensions.    
20 Nov 2001 18:11:27
files touched by this commit
roam search for other commits by this committer
Update to 5.0.  This should enable the sqwebmail and courier-imap   ports to
work once again.    
04 Nov 2001 12:05:05
files touched by this commit
roam search for other commits by this committer
Fix the build of several dependent ports by actually installing   the inc_deps
and lib_deps files.  This should fix qmailadmin,   courier-imap and possibly
others, after I broke them by my configure   changes to not create and populate
${PREFIX}/vpopmail/etc/ at   configure time.   Add a couple of configuration
knobs.   Bump PORTREVISION for the inc_deps/lib_deps fix.    
02 Nov 2001 13:49:45
files touched by this commit
roam search for other commits by this committer
Assume maintainership of this port; Neil has asked me a couple of   times in the
last few months :)    
15 Oct 2001 15:39:11
files touched by this commit
roam search for other commits by this committer
Fix a CONFIGURE_ARGS typo: --enable-qmail-dir -> --enable-qmaildir.   No
PORTREVISION bump necessary IMHO.    
08 Sep 2001 12:48:49
files touched by this commit
roam search for other commits by this committer
Turn off world-readability on the directories holding the executable   binaries
and libraries of vpopmail.  This prevents arbitrary users   from obtaining the
username and password for access to the MySQL database,   which are present in
plaintext in the vpopmail object files and binaries.    
04 Jul 2001 17:34:50
files touched by this commit
roam search for other commits by this committer
Rip out the configure script parts that try to modify the destination dir.   Let
the user override the MySQL username, password and db at build time.   Let the
user override the vchkpw gid and the vpopmail uid.   Bump PORTREVISION.    
24 May 2001 15:15:57
files touched by this commit
nbm search for other commits by this committer
Update to 4.9.10    
01 Mar 2001 13:05:51
files touched by this commit
nbm search for other commits by this committer
Some fixes and tweaks from Yuri, hopefully fixing the mysql problems   that have
been reported to me.    
29 Jan 2001 15:18:29
files touched by this commit
nbm search for other commits by this committer
Incorporate optional DEFAULT_DOMAIN and mysql support.    
29 Jan 2001 12:01:32
files touched by this commit
nbm search for other commits by this committer
Update to vpopmail 4.9.8.    
16 Jan 2001 17:33:20
files touched by this commit
sobomax search for other commits by this committer
Massive style enforcement - use ^I instead of spaces for variables identation.  
 
03 Jan 2001 14:28:30
files touched by this commit
nbm search for other commits by this committer
Upgrade to 4.9.6-1    
14 Oct 2000 03:29:50
files touched by this commit
nbm search for other commits by this committer
Upgrade to 4.9.4.    
08 Oct 2000 10:53:06
files touched by this commit
asami search for other commits by this committer
${PKGDIR}/INSTALL -> ${PKGINSTALL}.  ${PKGINSTALL} is called without   any
arguments but I'm not sure what I should give it (it's called from  
pre-configure!) so I'll leave it alone.    
08 Oct 2000 05:16:42
files touched by this commit
asami search for other commits by this committer
Convert category mail to new layout.  
22 Sep 2000 13:39:15
files touched by this commit
nbm search for other commits by this committer
As clever as makeport.pl is, I made this port. (change Whom:)    
21 Sep 2000 15:01:40
files touched by this commit
nbm search for other commits by this committer
Add vpopmail, a virtual host and virtual user manager for qmail, at   version
4.9.    

Number of commits found: 89

Login
User Login
Create account

Servers and bandwidth provided by
New York Internet
SuperNews

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
linux-seamonkeyMar 19
linux-thunderbirdMar 19
seamonkeyMar 19
seamonkey2Mar 19
thunderbirdMar 19
thunderbird3Mar 19
drupal5Mar 08
drupal6Mar 08
sudoMar 01
firefox-devel*Feb 28
firefox3*Feb 28
firefox3-devel*Feb 28
firefox35*Feb 28
linux-firefox*Feb 28
linux-firefox-devel*Feb 28

2 vulnerabilities affecting 8 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 21413
Broken 173
Deprecated 46
Ignore 899
Forbidden 2
Restricted 388
No CDROM 141
Vulnerable 57
Expired 20
Set to expire 33
Interactive 79
new 24 hours 5
new 48 hours5
new 7 days17
new fortnight49
new month99

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

Add tab to Netscape 6

Servers and bandwidth provided by
New York Internet
SuperNews
Valid HTML, CSS, and RSS.
Copyright © 2000-2008 DVL Software Limited. All rights reserved.
This page created in 0.302 seconds.