| Commit History - (may be incomplete: see SVNWeb link above for full details) |
| Date | By | Description |
16 Mar 2013 15:03:25
5.4.32_2
|
bdrewery  |
- Fix leftover /var/qmail/control/locals
qmail-send.c:getcontrols() refuses to startup or to process
the virtualdomains file if locals is missing. However,
vpopmail's vadddomain is already creating the locals file
when adding new domains. So creating it when installing is
not needed.
At the time that this change was added to the port, in
vpopmail-5.4.13, vadddomain did not automatically create
the locals file. The current version does in
vpopmail.c:remove_line()
This reverts the change done in r167787 for ports/99914
PR: ports/99914 (reverts) |
15 Mar 2013 22:41:59
5.4.32_2
|
bdrewery  |
- Use VPOPMAIL_DIR as install target since that is
user-changeable and this port does not really respect
PREFIX at the moment
- Change tab to space for WWW |
15 Mar 2013 22:03:43
5.4.32_2
|
bdrewery  |
- 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 |
09 Dec 2012 23:35:19
5.4.32_2
|
bdrewery  |
- Convert from KNOBS to Options
- Trim header |
02 Aug 2012 21:42:30
5.4.32_2
|
bdrewery  |
- Update to my new maintainer address
Approved by: eadler (mentor) |
24 Jun 2012 16:17:36
5.4.32_2
|
crees  |
- Fix some portlint warnings
- Pass maintainership to submitter
PR: ports/196359
Submitted by: Bryan Drewery <bryan@shatow.net>
- Use USERS/GROUPS
- Remove perl dependency
PR: ports/157206
Submitted by: bapt |
27 Feb 2012 20:32:31
5.4.32_1
|
glarkin  |
- Reassign to the heap
Requested by: roam (on ports-developers@) |
10 Jan 2011 08:30:52
5.4.32_1
|
roam  |
The upstream distfile was rerolled with some fixes:
- update the patches
- remove the MD5 checksum
- bump PORTREVISION
Reported by: "Alexander B. Zubkov" <info@zubkov.info> |
13 Sep 2010 09:57:47
5.4.32
|
roam  |
Update to vpopmail-5.4.32 and declare a GPL-2+ license. |
15 Mar 2010 09:04:49
5.4.30_4
|
roam  |
Fix the installation when built with LDAP support.
PR: 144752
Submitted by: Satoru Suzuki <xsuzu@yokohama.riken.jp> |
16 Feb 2010 15:54:43
5.4.30_3
|
roam  |
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
5.4.30_2
|
roam  |
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
5.4.30_1
|
roam  |
Add an upstream patch as another attempt to fix the vdelivermail
segfault.
Submitted by: ale |
05 Jan 2010 10:27:22
5.4.30
|
roam  |
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
5.4.28_1
|
roam  |
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
5.4.28
|
roam  |
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 11:27:09
5.4.27
|
pav  |
- 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 00:28:34
5.4.27  |
amdmi3  |
- Switch SourceForge ports to the new File Release System: categories starting
with M |
16 Mar 2009 13:51:24
5.4.27
|
roam  |
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 06:18:49
5.4.26_1
|
rafan  |
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 ) |
17 Mar 2008 09:48:45
5.4.26_1
|
roam  |
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
5.4.26
|
roam  |
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 08:41:48
5.4.20
|
pav  |
- Conditionalize vpopmail/etc/vpopmail.mysql-dist in plist, it's installed only
when WITH_MYSQL is defined
Reported by: pointyhat |
09 Oct 2007 13:27:24
5.4.20
|
roam  |
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 ) |
06 Jun 2007 09:10:33
5.4.17_1
|
roam  |
Build the vpopmail library with position-independent code on ia64 too,
not just amd64.
Reported by: kris
Submitted by: oliver |
08 Oct 2006 17:29:03
5.4.17
|
roam  |
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 11:49:18
5.4.17
|
roam  |
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 12:38:03
5.4.13
|
roam  |
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 05:51:33
5.4.13
|
ale  |
I've updated the SpamAssassin patch, so re-enable it in the port. |
14 Jul 2006 12:13:50
5.4.13
|
roam  |
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 13:00:57
5.4.13
|
roam  |
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 22:37:39
5.4.10_9
|
edwin  |
Remove USE_REINPLACE from ports starting with M |
27 Jan 2006 13:47:16
5.4.10_9
|
roam  |
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
5.4.10_8
|
edwin  |
SHA256ify
Approved by: krion@ |
22 Jan 2006 02:20:05
5.4.10_8
|
edwin  |
Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by: krion@
PR: ports/88711 (related) |
21 Jan 2006 17:37:14
5.4.10_8
|
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 ) |
24 Nov 2005 16:04:38
5.4.10_7
|
roam  |
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
5.4.10_6
|
roam  |
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 07:35:24
5.4.10_5
|
roam  |
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 07:34:01
5.4.10_5
|
roam  |
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 21:27:03
5.4.10_4
|
roam  |
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 16:43:26
5.4.10_3
|
roam  |
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 08:51:35
5.4.10_2
|
roam  |
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 11:26:21
5.4.10_1
|
pav  |
- 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 13:32:29
5.4.10
|
pav  |
- 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
5.4.6_1
|
girgen  |
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 06:23:25
5.4.6_1
|
roam  |
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 08:09:45
5.4.6
|
roam  |
Update to vpopmail-5.4.6, which contains IMPORTANT security fixes for
people using vpopmail with SQL backends! |
25 May 2004 09:19:43
5.4.3_1
|
mat  |
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 12:09:50
5.4.3_1
|
roam  |
Fix a file descriptor leak in opensmtp().
Obtained from: vpopmail CVS via oliver and
Michael Bowe <mbowe@pipeline.com.au> |
09 Apr 2004 09:38:26
5.4.3
|
roam  |
Update vpopmail to 5.4.3. |
12 Mar 2004 09:36:22
5.4.0
|
ale  |
Fix dependency on SpamAssassin.
Noticed by: Cristiano Deana <cris@gufi.org> |
26 Feb 2004 14:34:32
5.4.0
|
ale  |
Add CONFLICTS. |
11 Feb 2004 08:24:34
5.4.0
|
ale  |
- 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
5.4.0
|
ale  |
Update to 5.4.0 stable release.
Approved by: roam, nork (mentor/implicitly) |
04 Feb 2004 05:10:27
5.3.30_1
|
marcus  |
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 1) |
30 Jan 2004 18:03:31
5.3.30
|
roam  |
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
5.3.30
|
roam  |
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
5.3.30
|
roam  |
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
5.3.29_1
|
roam  |
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
5.3.29
|
roam  |
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
5.3.28
|
roam  |
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 12:32:50
5.3.28
|
roam  |
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 08:47:29
5.3.27_1
|
roam  |
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 09:41:33
5.3.27
|
roam  |
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 12:10:06
5.3.20
|
roam  |
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
5.3.16
|
roam  |
Remove pkg-comment files in my ports. |
17 Feb 2003 12:21:10
5.3.16
|
roam  |
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
5.3.9_2
|
roam  |
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
5.3.9_1
|
roam  |
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
5.3.9_1
|
roam  |
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
5.3.9
|
roam  |
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 19:55:07
5.3.9
|
roam  |
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 10:25:50
5.3.9
|
roam  |
Update to vpopmail-5.3.9, with better processing of the exit code
of mail/autoresponder. |
05 Sep 2002 14:30:21
5.3.8
|
roam  |
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 13:42:30
5.3.6_1
|
roam  |
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 09:38:41
5.3.6_1
|
roam  |
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 10:09:04
5.3.6
|
roam  |
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 16:26:16
5.2.1
|
roam  |
Update to vpopmail-5.2.1. |
26 Feb 2002 14:54:19 
|
roam  |
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 
|
roam  |
Update to 5.0.1. Add the WITH_QMAIL_EXT knob to enable the user-* address
extensions. |
20 Nov 2001 18:11:27 
|
roam  |
Update to 5.0. This should enable the sqwebmail and courier-imap ports to
work once again. |
04 Nov 2001 12:05:05 
|
roam  |
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 
|
roam  |
Assume maintainership of this port; Neil has asked me a couple of times in the
last few months :) |
15 Oct 2001 14:39:11 
|
roam  |
Fix a CONFIGURE_ARGS typo: --enable-qmail-dir -> --enable-qmaildir. No
PORTREVISION bump necessary IMHO. |
08 Sep 2001 11:48:49 
|
roam  |
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 16:34:50 
|
roam  |
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 14:15:57 
|
nbm  |
Update to 4.9.10 |
01 Mar 2001 13:05:51 
|
nbm  |
Some fixes and tweaks from Yuri, hopefully fixing the mysql problems that have
been reported to me. |
29 Jan 2001 15:18:29 
|
nbm  |
Incorporate optional DEFAULT_DOMAIN and mysql support. |
29 Jan 2001 12:01:32 
|
nbm  |
Update to vpopmail 4.9.8. |
16 Jan 2001 17:33:20 
|
sobomax  |
Massive style enforcement - use ^I instead of spaces for variables identation.
|
03 Jan 2001 14:28:30 
|
nbm  |
Upgrade to 4.9.6-1 |
14 Oct 2000 02:29:50 
|
nbm  |
Upgrade to 4.9.4. |
08 Oct 2000 09:53:06 
|
asami  |
${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 04:16:42 
|
asami  |
Convert category mail to new layout. |
22 Sep 2000 12:39:15 
|
nbm  |
As clever as makeport.pl is, I made this port. (change Whom:) |
21 Sep 2000 14:01:40 
|
nbm  |
Add vpopmail, a virtual host and virtual user manager for qmail, at version
4.9. |