aboutsummaryrefslogtreecommitdiffstats
path: root/mail/popa3d/files/patch-aa
blob: eac93b14a7f452c98c56d773cab334e386187bf4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
--- params.h.orig   Tue Feb  1 09:16:24 2000
+++ params.h    Sun Feb  6 15:24:46 2000
@@ -62,7 +62,7 @@
  * Do we have shadow passwords? (Not for *BSD.)
  * Note: password aging is not supported.
  */
-#define AUTH_SHADOW            1
+#define AUTH_SHADOW            0
 
 /*
  * A salt used to waste some CPU time on dummy crypt(3) calls and make
@@ -81,14 +81,14 @@
  * Your mail spool directory. Note: only local (non-NFS) mode 775 mail
  * spools are currently supported.
  */
-#define MAIL_SPOOL_PATH            "/var/spool/mail"
+#define MAIL_SPOOL_PATH            "/var/mail"
 
 /*
  * How do we talk to syslogd? These should be fine for most systems.
  */
 #define SYSLOG_IDENT           "popa3d"
 #define SYSLOG_OPTIONS         LOG_PID
-#define SYSLOG_FACILITY            LOG_DAEMON
+#define SYSLOG_FACILITY            LOG_MAIL
 #define SYSLOG_PRIORITY            LOG_NOTICE
 
 /*