dovecot-2.0: Changed wiki.dovecot.org links to wiki2.dovecot.org

dovecot at dovecot.org dovecot at dovecot.org
Fri Apr 8 15:39:48 EEST 2011


details:   http://hg.dovecot.org/dovecot-2.0/rev/b6a705c42001
changeset: 12719:b6a705c42001
user:      Timo Sirainen <tss at iki.fi>
date:      Fri Apr 08 15:39:43 2011 +0300
description:
Changed wiki.dovecot.org links to wiki2.dovecot.org

diffstat:

 INSTALL                                   |   4 ++--
 README                                    |   2 +-
 doc/documentation.txt                     |   6 +++---
 doc/example-config/dovecot-ldap.conf.ext  |  10 +++++-----
 doc/example-config/dovecot-sql.conf.ext   |  10 +++++-----
 doc/example-config/dovecot.conf           |   2 +-
 src/lda/main.c                            |   2 +-
 src/lib-storage/index/mbox/mbox-storage.c |   2 +-
 src/lib-storage/mail-storage-service.c    |   4 ++--
 9 files changed, 21 insertions(+), 21 deletions(-)

diffs (192 lines):

diff -r 654b5a2fc926 -r b6a705c42001 INSTALL
--- a/INSTALL	Tue Apr 05 22:43:54 2011 +0300
+++ b/INSTALL	Fri Apr 08 15:39:43 2011 +0300
@@ -16,7 +16,7 @@
   CPPFLAGS=-I/opt/openssl/include LDFLAGS=-L/opt/openssl/lib ./configure
 
 See ./configure --help for a list of all available configure options.
-See http://wiki.dovecot.org/CompilingSource for more information.
+See http://wiki2.dovecot.org/CompilingSource for more information.
 
 Running
 -------
@@ -35,7 +35,7 @@
     binaries. If you're listening in SSL port, add --ssl parameter.
 
 See Wiki for more information about configuration. If you're in a hurry, go
-at least through http://wiki.dovecot.org/QuickConfiguration
+at least through http://wiki2.dovecot.org/QuickConfiguration
 
 SSL/TLS
 -------
diff -r 654b5a2fc926 -r b6a705c42001 README
--- a/README	Tue Apr 05 22:43:54 2011 +0300
+++ b/README	Fri Apr 08 15:39:43 2011 +0300
@@ -7,7 +7,7 @@
 Configuration
 -------------
 
-See doc/documentation.txt or http://wiki.dovecot.org/
+See doc/documentation.txt or http://wiki2.dovecot.org/
 
 
 RFCs conformed
diff -r 654b5a2fc926 -r b6a705c42001 doc/documentation.txt
--- a/doc/documentation.txt	Tue Apr 05 22:43:54 2011 +0300
+++ b/doc/documentation.txt	Fri Apr 08 15:39:43 2011 +0300
@@ -1,5 +1,5 @@
 The documentation in wiki/ directory has been imported from
-http://wiki.dovecot.org/. The actual Wiki may contain more up-to-date
+http://wiki2.dovecot.org/. The actual Wiki may contain more up-to-date
 information, so unless this is an old Dovecot release, you may want to use
 the Wiki directly.
 
@@ -90,12 +90,12 @@
 HOWTOs, examples and tutorials
 ==============================
 
-Some HOWTOs haven't been included in wiki/. Use http://wiki.dovecot.org/
+Some HOWTOs haven't been included in wiki/. Use http://wiki2.dovecot.org/
 instead.
 
  * <HOWTOs, examples and tutorials> [HowTo.txt] for different installations
  * Existing Dovecot installations
-   [http://wiki.dovecot.org/DovecotServerInstallations]
+   [http://wiki2.dovecot.org/DovecotServerInstallations]
 
 Migration from existing systems
 ===============================
diff -r 654b5a2fc926 -r b6a705c42001 doc/example-config/dovecot-ldap.conf.ext
--- a/doc/example-config/dovecot-ldap.conf.ext	Tue Apr 05 22:43:54 2011 +0300
+++ b/doc/example-config/dovecot-ldap.conf.ext	Fri Apr 08 15:39:43 2011 +0300
@@ -1,6 +1,6 @@
 # This file is opened as root, so it should be owned by root and mode 0600.
 #
-# http://wiki.dovecot.org/AuthDatabase/LDAP
+# http://wiki2.dovecot.org/AuthDatabase/LDAP
 #
 # NOTE: If you're not using authentication binds, you'll need to give
 # dovecot-auth read access to userPassword field in the LDAP server.
@@ -103,11 +103,11 @@
 #   mail - Mail location
 #
 # There are also other special fields which can be returned, see
-# http://wiki.dovecot.org/UserDatabase/ExtraFields
+# http://wiki2.dovecot.org/UserDatabase/ExtraFields
 #user_attrs = homeDirectory=home,uidNumber=uid,gidNumber=gid
 
 # Filter for user lookup. Some variables can be used (see
-# http://wiki.dovecot.org/Variables for full list):
+# http://wiki2.dovecot.org/Variables for full list):
 #   %u - username
 #   %n - user part in user at domain, same as %u if there's no domain
 #   %d - domain part in user at domain, empty if user there's no domain
@@ -118,7 +118,7 @@
 #        user-given username to something else
 #  password: Password, may optionally start with {type}, eg. {crypt}
 # There are also other special fields which can be returned, see
-# http://wiki.dovecot.org/PasswordDatabase/ExtraFields
+# http://wiki2.dovecot.org/PasswordDatabase/ExtraFields
 #pass_attrs = uid=user,userPassword=password
 
 # If you wish to avoid two LDAP lookups (passdb + userdb), you can use
@@ -136,5 +136,5 @@
 #iterate_filter = (objectClass=posixAccount)
 
 # Default password scheme. "{scheme}" before password overrides this.
-# List of supported schemes is in: http://wiki.dovecot.org/Authentication
+# List of supported schemes is in: http://wiki2.dovecot.org/Authentication
 #default_pass_scheme = CRYPT
diff -r 654b5a2fc926 -r b6a705c42001 doc/example-config/dovecot-sql.conf.ext
--- a/doc/example-config/dovecot-sql.conf.ext	Tue Apr 05 22:43:54 2011 +0300
+++ b/doc/example-config/dovecot-sql.conf.ext	Fri Apr 08 15:39:43 2011 +0300
@@ -1,6 +1,6 @@
 # This file is opened as root, so it should be owned by root and mode 0600.
 #
-# http://wiki.dovecot.org/AuthDatabase/SQL
+# http://wiki2.dovecot.org/AuthDatabase/SQL
 #
 # For the sql passdb module, you'll need a database with a table that
 # contains fields for at least the username and password. If you want to
@@ -68,7 +68,7 @@
 # Default password scheme.
 #
 # List of supported schemes is in
-# http://wiki.dovecot.org/Authentication/PasswordSchemes
+# http://wiki2.dovecot.org/Authentication/PasswordSchemes
 #
 #default_pass_scheme = MD5
 
@@ -83,9 +83,9 @@
 # and "domain" fields instead of "user".
 #
 # The query can also return other fields which have a special meaning, see
-# http://wiki.dovecot.org/PasswordDatabase/ExtraFields
+# http://wiki2.dovecot.org/PasswordDatabase/ExtraFields
 #
-# Commonly used available substitutions (see http://wiki.dovecot.org/Variables
+# Commonly used available substitutions (see http://wiki2.dovecot.org/Variables
 # for full list):
 #   %u = entire user at domain
 #   %n = user part of user at domain
@@ -112,7 +112,7 @@
 # None of these are strictly required. If you use a single UID and GID, and
 # home or mail directory fits to a template string, you could use userdb static
 # instead. For a list of all fields that can be returned, see
-# http://wiki.dovecot.org/UserDatabase/ExtraFields
+# http://wiki2.dovecot.org/UserDatabase/ExtraFields
 #
 # Examples:
 #   user_query = SELECT home, uid, gid FROM users WHERE userid = '%u'
diff -r 654b5a2fc926 -r b6a705c42001 doc/example-config/dovecot.conf
--- a/doc/example-config/dovecot.conf	Tue Apr 05 22:43:54 2011 +0300
+++ b/doc/example-config/dovecot.conf	Fri Apr 08 15:39:43 2011 +0300
@@ -1,6 +1,6 @@
 ## Dovecot configuration file
 
-# If you're in a hurry, see http://wiki.dovecot.org/QuickConfiguration
+# If you're in a hurry, see http://wiki2.dovecot.org/QuickConfiguration
 
 # "doveconf -n" command gives a clean output of the changed settings. Use it
 # instead of copy&pasting files when posting to the Dovecot mailing list.
diff -r 654b5a2fc926 -r b6a705c42001 src/lda/main.c
--- a/src/lda/main.c	Tue Apr 05 22:43:54 2011 +0300
+++ b/src/lda/main.c	Fri Apr 08 15:39:43 2011 +0300
@@ -241,7 +241,7 @@
 		} else if ((st.st_mode & 1) != 0 && (st.st_mode & 04000) != 0) {
 			fprintf(stderr, "%s must not be both world-executable "
 				"and setuid-root. This allows root exploits. "
-				"See http://wiki.dovecot.org/LDA#multipleuids\n",
+				"See http://wiki2.dovecot.org/LDA#multipleuids\n",
 				argv[0]);
 			return EX_TEMPFAIL;
 		}
diff -r 654b5a2fc926 -r b6a705c42001 src/lib-storage/index/mbox/mbox-storage.c
--- a/src/lib-storage/index/mbox/mbox-storage.c	Tue Apr 05 22:43:54 2011 +0300
+++ b/src/lib-storage/index/mbox/mbox-storage.c	Fri Apr 08 15:39:43 2011 +0300
@@ -146,7 +146,7 @@
 	if (stat(ns->list->set.root_dir, &st) == 0 && !S_ISDIR(st.st_mode)) {
 		*error_r = t_strdup_printf(
 			"mbox root directory can't be a file: %s "
-			"(http://wiki.dovecot.org/MailLocation/Mbox)",
+			"(http://wiki2.dovecot.org/MailLocation/Mbox)",
 			ns->list->set.root_dir);
 		return -1;
 	}
diff -r 654b5a2fc926 -r b6a705c42001 src/lib-storage/mail-storage-service.c
--- a/src/lib-storage/mail-storage-service.c	Tue Apr 05 22:43:54 2011 +0300
+++ b/src/lib-storage/mail-storage-service.c	Fri Apr 08 15:39:43 2011 +0300
@@ -574,11 +574,11 @@
 		i_fatal("Time just moved backwards by %ld seconds. "
 			"This might cause a lot of problems, "
 			"so I'll just kill myself now. "
-			"http://wiki.dovecot.org/TimeMovedBackwards", diff);
+			"http://wiki2.dovecot.org/TimeMovedBackwards", diff);
 	} else {
 		i_error("Time just moved backwards by %ld seconds. "
 			"I'll sleep now until we're back in present. "
-			"http://wiki.dovecot.org/TimeMovedBackwards", diff);
+			"http://wiki2.dovecot.org/TimeMovedBackwards", diff);
 		/* Sleep extra second to make sure usecs also grows. */
 		diff++;
 


More information about the dovecot-cvs mailing list