mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-04 22:33:27 +00:00
19 lines
542 B
Plaintext
19 lines
542 B
Plaintext
--- authenticate.c.orig Wed May 13 20:57:39 1998
|
|
+++ authenticate.c Mon Mar 29 03:11:18 1999
|
|
@@ -39,12 +39,14 @@
|
|
|
|
#define VIRTUALSERVER /**/
|
|
|
|
+#ifndef SENDMAILLIB
|
|
#define SENDMAILLIB "/etc/mail"
|
|
+#endif
|
|
#define VIRTUALHOSTDB "vpop.db"
|
|
#define VIRTUALUSER "vpop"
|
|
|
|
#ifndef MAILSPOOLDIR
|
|
-#define MAILSPOOLDIR "/var/spool/mail/" /* watch the trailing / */
|
|
+#define MAILSPOOLDIR "/var/mail/" /* watch the trailing / */
|
|
#endif
|
|
#ifndef MAILSPOOLHASH
|
|
#define MAILSPOOLHASH 0 /* 2 would deliver to /var/spool/mail/b/a/bar */
|