dovecot-1.1: Fix to previous warning log message.

dovecot at dovecot.org dovecot at dovecot.org
Wed Jan 21 00:37:18 EET 2009


details:   http://hg.dovecot.org/dovecot-1.1/rev/989789b2afd8
changeset: 8111:989789b2afd8
user:      Timo Sirainen <tss at iki.fi>
date:      Tue Jan 20 17:37:13 2009 -0500
description:
Fix to previous warning log message.

diffstat:

1 file changed, 1 insertion(+), 1 deletion(-)
src/master/master-settings.c |    2 +-

diffs (12 lines):

diff -r 5cc6ca3ab289 -r 989789b2afd8 src/master/master-settings.c
--- a/src/master/master-settings.c	Tue Jan 20 17:35:46 2009 -0500
+++ b/src/master/master-settings.c	Tue Jan 20 17:37:13 2009 -0500
@@ -831,7 +831,7 @@ static bool settings_verify(struct setti
 	    strncmp(set->listen, "127.", 4) != 0 &&
 	    !settings_have_nonplaintext_auths(set)) {
 		i_warning("There is no way to login to this server: "
-			  "disable_plaintext_auth=yes, ssl=no, "
+			  "disable_plaintext_auth=yes, ssl-disable=yes, "
 			  "no non-plaintext auth mechanisms.");
 	}
 


More information about the dovecot-cvs mailing list