mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
21 lines
491 B
Plaintext
21 lines
491 B
Plaintext
--- 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
|