| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
into shared libraries.
Notes:
svn path=/head/; revision=434127
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
with CRLF.
While there, run make makepatch, rename patches to use the new scheme,
and various fixes.
With hat: portmgr
Sponsored by: Absolight
Notes:
svn path=/head/; revision=417166
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Move auth options into its own single group
- Clarify PASSWD and VALIAS options
Changes: (* was already applied in our 5.4.32)
Matt Brookings
* - Defaulted to Server::Disable=True in vusagec.conf
* - Fixed bug that didn't install vusagec.conf
- Changed relevant quota code to use storage_t 64bit type
- Fixed bug where backfill code wouldn't compile when FILE_LOCKING was
enabled
- Updated MySQL module to support larger quota sizes
- Fixed typo
- Added disable_maildrop flag to MySQL limits feature
- More changes to allow for larger quota sizes in MySQL module
Tullio Andreatta
- Dynamic allocation of valias data
- Use of open/fchdir rather than getcwd/chdir to maintain current working
directory
- Fixed a broken symbolic link check
Drew Wells
- Modification to vdelivermail to properly handle Maildir paths that begin with "./"
<kenji@kens.fm>
- Removed call to maildir_addquota inside user_over_maildirquota causing duplicate
maildirsize entries
Notes:
svn path=/head/; revision=350866
|
|
|
|
|
|
|
|
|
| |
DELIVER_TO_STDOUT in the environment. This is useful when
using dovecot as an LDA. See more discussion at:
http://www.mail-archive.com/vchkpw@inter7.com/msg26694.html
Notes:
svn path=/head/; revision=323537
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
Notes:
svn path=/head/; revision=299891
|
|
|
|
|
|
|
|
|
|
|
| |
- update the patches
- remove the MD5 checksum
- bump PORTREVISION
Reported by: "Alexander B. Zubkov" <info@zubkov.info>
Notes:
svn path=/head/; revision=267577
|
|
|
|
| |
Notes:
svn path=/head/; revision=261066
|
|
|
|
|
|
|
|
|
|
|
|
| |
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!)
Notes:
svn path=/head/; revision=249478
|
|
|
|
|
|
|
|
|
| |
segfault.
Submitted by: ale
Notes:
svn path=/head/; revision=247860
|
|
|
|
|
|
|
| |
users have been experiencing with 5.4.28.
Notes:
svn path=/head/; revision=247197
|
|
|
|
|
|
|
|
|
|
|
|
| |
-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>
Notes:
svn path=/head/; revision=245017
|
|
|
|
|
|
|
|
|
|
| |
From the PR - fix the creation of new domains through LDAP.
PR: 131274
Submitted by: Suzuki <xsuzu@yokohama.riken.jp>
Notes:
svn path=/head/; revision=244800
|
|
|
|
|
|
|
|
|
|
| |
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 :)
Notes:
svn path=/head/; revision=230212
|
|
|
|
|
|
|
|
|
|
|
|
| |
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>
Notes:
svn path=/head/; revision=209185
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
Notes:
svn path=/head/; revision=204487
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
- 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.
Notes:
svn path=/head/; revision=201173
|
|
|
|
|
|
|
|
|
|
| |
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
Notes:
svn path=/head/; revision=174978
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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.
Notes:
svn path=/head/; revision=174531
|
|
|
|
| |
Notes:
svn path=/head/; revision=168049
|
|
|
|
|
|
|
|
|
|
| |
- 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.
Notes:
svn path=/head/; revision=165574
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
Notes:
svn path=/head/; revision=149314
|
|
|
|
|
|
|
|
|
| |
introduced in ports/mail/vpopmail/Makefile rev. 1.57.
Submitted by: Nikolay Georgiev <niki@techlab.office1.bg>
Notes:
svn path=/head/; revision=142893
|
|
|
|
|
|
|
|
|
|
| |
executing external programs.
PR: 69969
Submitted by: Claudiu Bosioc <claudiu@casi.ro>
Notes:
svn path=/head/; revision=138306
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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)
Notes:
svn path=/head/; revision=135054
|
|
|
|
|
|
|
| |
people using vpopmail with SQL backends!
Notes:
svn path=/head/; revision=117228
|
|
|
|
|
|
|
|
| |
Obtained from: vpopmail CVS via oliver and
Michael Bowe <mbowe@pipeline.com.au>
Notes:
svn path=/head/; revision=107577
|
|
|
|
|
|
|
|
|
|
| |
- Remove now useless post-patch target
Noticed by: Cristiano Deana <cris@gufi.org> [1]
Approved by: nork (mentor/implicitly)
Notes:
svn path=/head/; revision=100648
|
|
|
|
|
|
|
| |
Approved by: roam, nork (mentor/implicitly)
Notes:
svn path=/head/; revision=100083
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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 :)
Notes:
svn path=/head/; revision=94818
|
|
|
|
|
|
|
|
|
|
|
| |
Revamp a bit the creation of the MySQL credentials file.
PR: 59605
Submitted by: Alex Dupre <sysadmin@alexdupre.com> (mostly)
Approved by: portmgr (will)
Notes:
svn path=/head/; revision=94811
|
|
|
|
|
|
|
|
|
|
| |
with a configurable spam threshold value set by the SPAM_THRESHOLD knob.
PR: 58306, 58805
Submitted by: Alex Dupre <sysadmin@alexdupre.com>
Notes:
svn path=/head/; revision=92962
|
|
|
|
|
|
|
|
|
|
| |
on the WITH_SPAMASSASSIN knob.
PR: 58503
Submitted by: Alex Dupre <sysadmin@alexdupre.com>
Notes:
svn path=/head/; revision=92729
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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!
Notes:
svn path=/head/; revision=88912
|
|
|
|
|
|
|
|
|
|
|
| |
- 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.
Notes:
svn path=/head/; revision=75694
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
Notes:
svn path=/head/; revision=69307
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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>
Notes:
svn path=/head/; revision=65686
|
|
|
|
|
|
|
|
|
|
|
| |
there's little sense in passing an integer port number to a string
comparison routine :)
Bump PORTREVISION.
Reported by: Rudy <rudy@tzone.it>
Notes:
svn path=/head/; revision=61256
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
ports to work once again.
NB: The vpopmail documentation says that the special support for
sqwebmail authorization is no longer needed for sqwebmail 3.0 and above.
If your sqwebmail installation does not work after this vpopmail update,
make sure to try vpopmail built both with and without the WITH_SQWEBMAIL
knob enabled.
Requested and patiently awaited by: much too many to list..
Tested by: NERvOus <nervous@nervous.it>,
Valentin Zahariev <curly@e-card.bg>
Notes:
svn path=/head/; revision=50271
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
Reported by: a multitude of innocents :(
Pointy hat: roam (myself)
Notes:
svn path=/head/; revision=49567
|
|
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.
Approved by: nbm (maintainer)
Notes:
svn path=/head/; revision=44751
|