openbsd-ports/mail/solid-pop3d/patches/patch-src_const_h

31 lines
782 B
Plaintext

$OpenBSD: patch-src_const_h,v 1.2 2000/08/15 20:36:58 danh Exp $
--- src/const.h.orig Tue Apr 18 12:04:05 2000
+++ src/const.h Thu Aug 10 03:51:24 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 "nobody"
#define PER_SOURCE 5
#define MAX_SESSIONS 50
@@ -59,6 +59,6 @@
#define POP3_PORT 110
#define POP_IDENT "spop3d"
-#define POP_PRIORITY LOG_NOTICE
-#define POP_FACILITY LOG_LOCAL0
+#define POP_PRIORITY LOG_INFO
+#define POP_FACILITY LOG_DAEMON
#endif /* const.h */