--- ./imap/pop3dserver.c.orig	Sat Dec 29 07:03:05 2001
+++ ./imap/pop3dserver.c	Thu Feb 21 16:16:36 2002
@@ -590,7 +590,7 @@
 		printf("-ERR Invalid command.\r\n");
 		fflush(stdout);
 	}
-	acctout("ERR: DISCONNECTED");
+	acctout("INFO: DISCONNECTED");
 }

 /* Like every good Maildir reader, we purge the tmp subdirectory */
@@ -667,16 +667,16 @@
 	if ((authaddr=getenv("AUTHADDR")) == 0 ||
 		(remoteip=getenv("TCPREMOTEIP")) == 0)
 	{
-		fprintf(stderr, "ERROR: Required environment variables not initialized.\n");
+		fprintf(stderr, "ERR: Required environment variables not initialized.\n");
 		fflush(stderr);
 		exit (1);
 	}
-
+/*
 	fprintf(stderr, "INFO: LOGIN, user=%s, ip=[%s]\n",
 			authaddr,
 			remoteip);
 	fflush(stderr);
-
+*/
 	msglist_cnt=0;
 	msglist_l=0;
 	msglist_a=0;
