summaryrefslogtreecommitdiff
path: root/mail/popa3d/patches/patch-aa
blob: 6bf31445e460e670e4aec1dce2e8cef633883cda (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
$NetBSD: patch-aa,v 1.5 2001/09/11 16:47:13 wiz Exp $

--- params.h.orig	Sat Sep  8 15:46:55 2001
+++ params.h
@@ -142,8 +142,8 @@
  *
  * Note that there's no built-in password aging support.
  */
-#define AUTH_PASSWD			0
-#define AUTH_SHADOW			1
+#define AUTH_PASSWD			1
+#define AUTH_SHADOW			0
 #define AUTH_PAM			0
 #define AUTH_PAM_USERPASS		0
 
@@ -178,7 +178,7 @@
  *
  * #undef this for qmail-style $HOME/Mailbox mailboxes.
  */
-#define MAIL_SPOOL_PATH			"/var/spool/mail"
+#define MAIL_SPOOL_PATH			"/var/mail"
 
 #ifndef MAIL_SPOOL_PATH
 /*