[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] Problem with CMU on Raq4
- Subject: Re: [cobalt-users] Problem with CMU on Raq4
- From: "Robert Fitzpatrick" <robert@xxxxxxxxxxx>
- Date: Thu Mar 28 08:26:16 2002
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
>
> > ----- Transcript of session follows -----
> > procmail: Renaming bogus mailbox
> > "/home/sites/site1/../../spool/mail/j.klein.hmw" into
> > "/var/spool/mail/BOGUS.j.klein.hmw.VcxB"
> > procmail: Couldn't
create "/home/sites/site1/../../spool/mail/j.klein.hmw"
> > 550 5.0.0 <user@domain>... Can't create output
> > -------------------END
I've had this problem basically every time I've ever loaded a RaQ. I
think it has something to do with Procmail for us. But one of our
standard procedures when loading a new RaQ is to wipe out
the /var/spool/mail directory (which just removes it and the links to
mailboxes inside, not the mailboxes themselves. Then we create a
symbolic link in /var/spool to the /home/spool/mail directory called
mail, like this (BE SURE TO BACK-UP AND NEVER DO THIS ON A PRODUCTION
SERVER):
rm /var/spool/mail -R
cd /var/spool
ln --symbolic /home/spool/mail mail
This just merely changes the links to each individual mailbox one link
for the entire spool directory. Never had a problem with BOGUS files
ever again :) Hasn't seem to bother the RaQ in over a year of practice.
--
Robert