diff src/login-common/common.h @ 2773:e624a9ad6a30 HEAD

More smart IMAP and POP3 proxies. Now if remote login fails, it just destroys the proxy and allows trying another username which can go elsewhere. Also now replies with the same old "Authentication failed" error message instead of showing remote server's failure message.
author Timo Sirainen <tss@iki.fi>
date Tue, 19 Oct 2004 02:07:01 +0300
parents 46f879c46b45
children 08c640bdf749
line wrap: on
line diff
--- a/src/login-common/common.h	Tue Oct 19 02:03:54 2004 +0300
+++ b/src/login-common/common.h	Tue Oct 19 02:07:01 2004 +0300
@@ -3,6 +3,8 @@
 
 #include "lib.h"
 
+#define AUTH_FAILED_MSG "Authentication failed."
+
 extern int disable_plaintext_auth, process_per_connection, greeting_capability;
 extern int verbose_proctitle, verbose_ssl, verbose_auth;
 char *greeting;