summaryrefslogtreecommitdiff
path: root/mail/vpopmail-devel (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update vpopmail to version 5.2.Peter Pentchev2002-02-262-3/+13
| | | | | | | | | | | | 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. Prompted by: Claus Rasmussen <claus@webclaus.com> Notes: svn path=/head/; revision=55266
* Update to 5.0.1.Peter Pentchev2001-12-173-2/+8
| | | | | | | Add the WITH_QMAIL_EXT knob to enable the user-* address extensions. Notes: svn path=/head/; revision=51681
* Update to 5.0. This should enable the sqwebmail and courier-imapPeter Pentchev2001-11-204-29/+64
| | | | | | | | | | | | | | | | | 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
* Fix the build of several dependent ports by actually installingPeter Pentchev2001-11-043-6/+41
| | | | | | | | | | | | | | | 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
* Assume maintainership of this port; Neil has asked me a couple ofPeter Pentchev2001-11-021-1/+1
| | | | | | | times in the last few months :) Notes: svn path=/head/; revision=49497
* Fix a CONFIGURE_ARGS typo: --enable-qmail-dir -> --enable-qmaildir.Peter Pentchev2001-10-151-1/+1
| | | | | | | | | No PORTREVISION bump necessary IMHO. Submitted by: "Dmitry Osipov" <daosipov@mail.ru> Notes: svn path=/head/; revision=48795
* Turn off world-readability on the directories holding the executablePeter Pentchev2001-09-081-1/+4
| | | | | | | | | | | 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. Obtained from: Bugtraq Notes: svn path=/head/; revision=47534
* Rip out the configure script parts that try to modify the destination dir.Peter Pentchev2001-07-044-3/+89
| | | | | | | | | | | 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
* Update to 4.9.10Neil Blakey-Milner2001-05-242-3/+3
| | | | Notes: svn path=/head/; revision=43011
* Some fixes and tweaks from Yuri, hopefully fixing the mysql problemsNeil Blakey-Milner2001-03-011-4/+10
| | | | | | | | | | | | that have been reported to me. These changes don't affect the package, just if people use some of the WITH_* or WITHOUT_* options Submitted by: Yuri L Khachaturian <yukh@ns.otradnoe.net> Notes: svn path=/head/; revision=38933
* Incorporate optional DEFAULT_DOMAIN and mysql support.Neil Blakey-Milner2001-01-291-0/+14
| | | | | | | | PR: 24718 Submitted by: Alex Povolotsky <tarkhil@over.ru> Notes: svn path=/head/; revision=37753
* Update to vpopmail 4.9.8.Neil Blakey-Milner2001-01-293-3/+5
| | | | Notes: svn path=/head/; revision=37728
* Massive style enforcement - use ^I instead of spaces for variables identation.Maxim Sobolev2001-01-161-2/+2
| | | | Notes: svn path=/head/; revision=37252
* Upgrade to 4.9.6-1Neil Blakey-Milner2001-01-032-2/+3
| | | | Notes: svn path=/head/; revision=36648
* Upgrade to 4.9.4.Neil Blakey-Milner2000-10-142-4/+53
| | | | | | | | | This changes a default - you now need to specify WITH_PASSWD to authenticate against /etc/passwd. This means the vchkpw needn't run as root. Notes: svn path=/head/; revision=33804
* ${PKGDIR}/INSTALL -> ${PKGINSTALL}. ${PKGINSTALL} is called withoutSatoshi Asami2000-10-081-1/+1
| | | | | | | | any arguments but I'm not sure what I should give it (it's called from pre-configure!) so I'll leave it alone. Notes: svn path=/head/; revision=33566
* As clever as makeport.pl is, I made this port. (change Whom:)Neil Blakey-Milner2000-09-221-2/+2
| | | | | | | Change ~vpopmail to ${PREFIX}/vpopmail. Notes: svn path=/head/; revision=32997
* Add vpopmail, a virtual host and virtual user manager for qmail, atNeil Blakey-Milner2000-09-216-0/+202
version 4.9. This port reserves uid 89 and gid 89, as mentioned in the porters-handbook. Notes: svn path=/head/; revision=32927