diff options
Diffstat (limited to 'mail/cucipop/files/patch-af')
-rw-r--r-- | mail/cucipop/files/patch-af | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/mail/cucipop/files/patch-af b/mail/cucipop/files/patch-af new file mode 100644 index 000000000000..eba6a64a2c3b --- /dev/null +++ b/mail/cucipop/files/patch-af @@ -0,0 +1,18 @@ +--- 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 */ |