--- qmail-1.03/qmail-getpw.c.org	Mon Jan 24 20:32:57 2000
+++ qmail-1.03/qmail-getpw.c	Mon Jan 24 20:37:17 2000
@@ -39,7 +39,7 @@
 	if (pw)
 	  if (pw->pw_uid)
 	    if (stat(pw->pw_dir,&st) == 0) {
-	      if (st.st_uid == pw->pw_uid) {
+	      if ((st.st_uid == pw->pw_uid) || (st.st_uid == 0)) {
 		dash = "";
 		if (*extension) { ++extension; dash = "-"; }
 		return 1;
--- qmail-1.03/qmail-getpw.9.org	Mon Jan 24 20:38:15 2000
+++ qmail-1.03/qmail-getpw.9	Mon Jan 24 20:42:04 2000
@@ -57,7 +57,7 @@
 (2) the account's home directory exists (and is visible to
 .BR qmail-getpw ),
 and
-(3) the account owns its home directory.
+(3) the account (or UID 0 -- change /mn/) owns its home directory.
 .B qmail-getpw
 ignores account names containing uppercase letters.
 .B qmail-getpw
