Date: Wed, 3 Oct 2007 23:04:58 +0200 From: Mel <fbsd.questions@rachie.is-a-geek.net> To: freebsd-questions@freebsd.org Subject: Re: FreeBsd e-mail question Message-ID: <200710032304.59151.fbsd.questions@rachie.is-a-geek.net> In-Reply-To: <011e01c805fc$4c5dc3d0$d5b9bfcf@lisac> References: <011e01c805fc$4c5dc3d0$d5b9bfcf@lisac>
next in thread | previous in thread | raw e-mail | index | archive | help
On Wednesday 03 October 2007 22:30:54 Lisa Casey wrote:
> If I take a look at /var/mail/.jjvc.pop it isn't owned by anyone, the
> ownership of the file is the group number of the original jjvc.
>
> -rw-rw---- 1 1473 mail 0 Sep 11 19:15
> .jjvc.pop
>
> Is there anyway to have rmuser remover the mail drop file associated with
> that account also, or am I just going to have to remove these manually?
rmuser is a shell script. There's 2 ways to solve this problem:
1) edit the rm_mail function in /usr/sbin/rmuser to use:
${MAILSPOOL}/.${login}.pop
2) Better option is to change the default temp-name in qpopper.config:
set temp-name "%s.pop"
so that rmuser will detect it automatically.
--
Mel
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200710032304.59151.fbsd.questions>
