diff options
author | wiz <wiz@pkgsrc.org> | 2001-09-11 16:47:12 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2001-09-11 16:47:12 +0000 |
commit | c5c1adb96775948fc3079c768f16ac27c830cea7 (patch) | |
tree | 19e5b3682a5fc176614d90c632a8f7ea921e7a5b /mail/popa3d/patches | |
parent | bd02cc8c266a3d555e1760ab5a0cfe14389fef49 (diff) | |
download | pkgsrc-c5c1adb96775948fc3079c768f16ac27c830cea7.tar.gz |
Update to 0.4.9.4. Changes since 0.4.9.2:
Parts of the daemon code are now run in a chroot jail. qmail-style
~/Mailbox support was added. The inetd vs. standalone mode setting has been
made runtime configurable. A bug resulting in incorrect failure reason being
logged, and a bug which could result in mailbox corruption (glued messages)
have been fixed.
Diffstat (limited to 'mail/popa3d/patches')
-rw-r--r-- | mail/popa3d/patches/patch-aa | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/mail/popa3d/patches/patch-aa b/mail/popa3d/patches/patch-aa index 4e130309365..6bf31445e46 100644 --- a/mail/popa3d/patches/patch-aa +++ b/mail/popa3d/patches/patch-aa @@ -1,8 +1,8 @@ -$NetBSD: patch-aa,v 1.4 2001/09/02 16:48:32 wiz Exp $ +$NetBSD: patch-aa,v 1.5 2001/09/11 16:47:13 wiz Exp $ ---- params.h.orig Sat Sep 1 11:08:34 2001 +--- params.h.orig Sat Sep 8 15:46:55 2001 +++ params.h -@@ -124,8 +124,8 @@ +@@ -142,8 +142,8 @@ * * Note that there's no built-in password aging support. */ @@ -13,12 +13,12 @@ $NetBSD: patch-aa,v 1.4 2001/09/02 16:48:32 wiz Exp $ #define AUTH_PAM 0 #define AUTH_PAM_USERPASS 0 -@@ -158,7 +158,7 @@ - * Your mail spool directory. Note: only local (non-NFS) mode 775 mail - * spools are currently supported. +@@ -178,7 +178,7 @@ + * + * #undef this for qmail-style $HOME/Mailbox mailboxes. */ -#define MAIL_SPOOL_PATH "/var/spool/mail" +#define MAIL_SPOOL_PATH "/var/mail" - #endif - + #ifndef MAIL_SPOOL_PATH + /* |