blob: 5636763ad2f1efa42f8029fa086f4edc8c857c7e (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
--- src/const.h.orig Wed Apr 19 00:04:05 2000
+++ src/const.h Tue Nov 7 08:59:40 2000
@@ -36,7 +36,7 @@
#define DEFWCCOUNT 5
#ifdef MDMAILBOX
-#define DEFMAILDROPNAME "/var/spool/mail/%s"
+#define DEFMAILDROPNAME "/var/mail/%s"
#else
#define DEFMAILDROPNAME "Maildir"
#endif
@@ -50,7 +50,7 @@
#define MAXMDTYPENAMELENGTH 40
#define USERCFG ".spop3d"
#define USERBULL ".spop3d-bull"
-#define POPUSER "spop3d"
+#define POPUSER "pop"
#define PER_SOURCE 5
#define MAX_SESSIONS 50
|