diff options
author | Andrey A. Chernov <ache@FreeBSD.org> | 1999-03-29 02:01:38 +0000 |
---|---|---|
committer | Andrey A. Chernov <ache@FreeBSD.org> | 1999-03-29 02:01:38 +0000 |
commit | b2fa6925a0f1985e57b91738b1227990eef0d220 (patch) | |
tree | 970e1f63cc38ac51edbcae46b003dfcd3ecb0f2e /mail/cucipop/files/patch-af | |
parent | Upgrade to v1.5.8p2 (diff) |
turn on virtual hosts support
Notes
Notes:
svn path=/head/; revision=17422
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 */ |