Date: Wed, 03 Oct 2007 17:05:30 -0400 From: Steve Bertrand <iaccounts@ibctech.ca> To: Lisa Casey <lisa@jellico.com> Cc: freebsd-questions@freebsd.org Subject: Re: FreeBsd e-mail question Message-ID: <4704041A.7010505@ibctech.ca> In-Reply-To: <011e01c805fc$4c5dc3d0$d5b9bfcf@lisac> References: <011e01c805fc$4c5dc3d0$d5b9bfcf@lisac>
next in thread | previous in thread | raw e-mail | index | archive | help
> 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?
It really depends on what version of rmuser you have.
In /usr/sbin/rmuser, do you have something similar to this code snippet?:
if [ -f ${MAILSPOOL}/${login}.pop ]; then
verbose && echo -n " ${MAILSPOOL}/${login}.pop" ||
echo -n " pop3"
rm ${MAILSPOOL}/${login}.pop
fi
...if so, try putting a . character before each instance of ${login}.pop.
Steve
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4704041A.7010505>
