Date: Thu, 5 Nov 1998 17:02:38 +0000 From: Ben Smithurst <ben@scientia.demon.co.uk> To: adm <adm@gus.orgus.ru> Cc: FreeBSD <questions@FreeBSD.ORG> Subject: Re: popper Message-ID: <19981105170238.C16404@scientia.demon.co.uk> In-Reply-To: <000401be0933$a69c5d40$0300000a@suhov.orgus.ru> References: <000401be0933$a69c5d40$0300000a@suhov.orgus.ru>
next in thread | previous in thread | raw e-mail | index | archive | help
adm wrote: > I installed qpopper2.53 on my FreeBSD2.2.1. Everything was OK. But when I tried to open my mailbox it gave the messages like this: > Unable to open temporary maildrop ' /var/mail/.vit.pop': Permission denied(13) > ERR System error, can't open temporary file, do you own it? The permissions must be wrong. What does this show: ls -la /var/mail You may need to fix some permissions, /var/mail in the default FreeBSD is mode 775, try changing that to 1777, which works here (Exim doesn't work at all with it as mode 775, since it doesn't have permission to create lock files in there) -- Ben Smithurst ben@scientia.demon.co.uk send a blank message to ben+pgp@scientia.demon.co.uk for PGP key To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19981105170238.C16404>