mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-28 10:08:24 +00:00
e9bbf68245
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.
41 lines
1.8 KiB
Plaintext
41 lines
1.8 KiB
Plaintext
diff -urN -x .svn ../../vendor/vpopmail/README.vpopmaild ./README.vpopmaild
|
|
--- ../../vendor/vpopmail/README.vpopmaild 2007-10-07 23:44:14.000000000 +0300
|
|
+++ ./README.vpopmaild 2007-10-08 12:10:43.000000000 +0300
|
|
@@ -243,7 +243,7 @@
|
|
|
|
Rights required: Must be a valid email address.
|
|
|
|
-Action: Verify the username and password of the persion desiring to
|
|
+Action: Verify the username and password of the person desiring to
|
|
login, and set their access rights.
|
|
|
|
For the "login" command, a successful login will return a
|
|
@@ -386,7 +386,7 @@
|
|
|
|
|
|
The following values are returned as the character '1' or '0'. '1'
|
|
-says the field is active which, for example an active no_password_change
|
|
+says the field is active - for example, an active no_password_change field
|
|
means the user can not change passwords.
|
|
|
|
no_password_change, no_pop, no_webmail, no_imap, bounce_mail, no_relay,
|
|
@@ -630,7 +630,7 @@
|
|
Rights required: SA_ADMIN
|
|
|
|
Action: List all domains on the system, and their parent domain.
|
|
-If the optional page is given, lines_per_page must be specified also.
|
|
+If the optional page is given, lines_per_page must also be specified.
|
|
When both are given, the data is broken up into pages with lines_per_page
|
|
lines on each. The page returned is specified by page.
|
|
|
|
@@ -1087,7 +1087,7 @@
|
|
The actual error messages are stored in the file vpopmaild.msg for easy translation.
|
|
Once there are other language files, I'll create a directory to store the various
|
|
language files, and use a symlink to select a language. Error messages are set
|
|
-at comile time.
|
|
+at compile time.
|
|
|
|
-0.X represents a message passed up from fpopmaild primitives, and does not otherwise
|
|
+0.X represents a message passed up from vpopmaild primitives, and does not otherwise
|
|
follow the standard error reporting structure. (yet?)
|