aboutsummaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorPeter Pentchev <roam@FreeBSD.org>2007-10-09 13:28:22 +0000
committerPeter Pentchev <roam@FreeBSD.org>2007-10-09 13:28:22 +0000
commitc38ca1157f32435a5ae067b0e339ac9a6636ec39 (patch)
treea596fb0ff2c9b1cc76ba4ad0bcd046c6d4948e7a /UPDATING
parente9bbf68245cc4f7d015e463b5c0c95008fd382e3 (diff)
downloadports-c38ca1157f32435a5ae067b0e339ac9a6636ec39.tar.gz
ports-c38ca1157f32435a5ae067b0e339ac9a6636ec39.zip
Note the possible issues arising from the vpopmail-5.4.20 update.
Notes
Notes: svn path=/head/; revision=201174
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING37
1 files changed, 37 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index 5fd5007e3b38..33b8a2796a90 100644
--- a/UPDATING
+++ b/UPDATING
@@ -6,6 +6,43 @@ You should get into the habit of checking this file for changes each
time you update your ports collection, before attempting any port
upgrades.
+20071009:
+ AFFECTS: users of mail/vpopmail
+ AUTHOR: roam@FreeBSD.org
+
+ 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.
+
20070614:
AFFECTS: users of www/mediawiki
AUTHOR: miwi@FreeBSD.org