QUOTE
On a Fedora Core 2 server, the version of Digest::SHA1 was 2.01. I had to manually download and install version 2.10 from here:
http://search.cpan.org/dist/Digest-SHA1/And the make install for the agent-2,61 worked fine.
Did you run /scripts/perlinstaller Digest::SHA1 ?
It should update Digest::SHA1 to latest version.
QUOTE
On this step:
razor-admin -d -create -home=/var/spool/mqueue/.razor/
We failed because there was no mqueue directroy. I manually created it, but am unsure about ownership. Should it be mailnull:mail?
I updated the instruction to make /var/spool/mqueue dir. The owner have to be mailnull:mail.
QUOTE
At this this point:
chkconfig --add DCC
Shouldn't we also do
chkconfig DCC on
Because only do chkconfig --add DCC, when I reboot the server, DCC start on reboot. By theory it should but no one reommend it, so I leave it.
QUOTE
I am stopping for now and taking a break, but in reading ahead, I see a potential conflict. You have us edit the middle box in the ACLs to enable filename and mime scanning, and then again you have us edit the same section for the spamassassin actions.
Does it matter where we put it? Above, below or what?
The order does matter. I have edited the instruction to avoid confusion.