Howdy, Centos 5.5 perfect server, ISPConfig2 Latest version. I've had this server up and running for about a week now and got to playing to figure out why SpamAssassin doesn't seem to be working. I tried /etc/init.d/spamassassin restart and start and received this message: HTML: [root@newbox init.d]# spamassassin restart Oct 13 11:29:21.090 [31614] warn: archive-iterator: no access to restart: No such file or directory at /usr/lib/perl5/vendor_perl/5.8.8/Mail/SpamAssassin/ArchiveIterator.pm line 771. Oct 13 11:29:21.090 [31614] warn: archive-iterator: unable to open restart: No such file or directory Clues would be greatly appreciated!
Hi Falko, Not sure which URL it was but it was the centos 5 32 bit perfect server installation and the newest ISPConfig2 (last week) I will try uninstalling/reinstalling later but right now I'm scratching my head to figure out why perl scripts are not running in either cgi-bin or root web directories. I get 403 errors in the main web directory and 500 errors in the cgi-bin but yet it runs fine in the ssh shell ---and this is only your basic "hello world" test script.
Yep-- ISPConfig2 I have this shortcut saved from when I did the install. http://www.howtoforge.org/perfect-server-centos-5.5-x86_64-ispconfig-2 It's been a long week-and-a-half for me here..haven't been this deep into it for a while.
But we don't install SpamAssassin in that tutorial... It comes with ISPConfig 2, but has different paths from what you posted here...
I suppose that's why it's not there...because it wasn't installed. The option exists in ISPConfig to turn it on per account so I thought it was installed. I thought that after following the server setup and installing ISPConfig2, any options shown in ISPConfig would be available like spamassassin and FrontPage. Guess I need to chase down some more info on how to get both of them properly installed although from what I've found so far it doesn't look good for FrontPage with Apache2.
ISPConfig 2 comes with SpamAssassin, but it's installed in different locations, so I guess that there's a SpamAssassin installed from the CentOS repositories on your system which is generating the error messages.
Good Morning, (or afternoon over there in Deutchland!) I took a day off yesterday and let my brain heal up a bit Ok...Spamassassin service is up but no dice on it actually doing anything, Could you please point me to configuration files that I need to look at? Thank you! BTW.. Have a Spaten for me! We get it here but I'm sure it's much better closer to the source! The last time I was over there was in 1973.
Hi Falko, Yes it is turned on as best as I can tell...One particular email address is one I've had for years and it gets hit hard with spam. In the ISP manager I checked for that domain and it's enabled...and on that particular email account I checked--mail scan is enabled on the advanced settings tab and on the spamfilter and antivirus settings tab both scan and spam are checked. I did not mess with the other options on that page (set to level five and accept with the subject rewrite set to ***SPAM***) Is there somewhere else I should check? I appreciate the help getting up to speed on your system!
Does Code: /home/admispconfig/ispconfig/tools/spamassassin/usr/bin/spamassassin --lint report any errors? Also, you can run Code: /home/admispconfig/ispconfig/tools/spamassassin/usr/bin/sa-update --no-gpg to download the latest SpamAssassin rules.
Ok.. ran the "spamassassin --lint" command and it said: config: no rules were found! Do you need to run 'sa-update'? So I did.. and then ran the first command again and got no message back. Should be ok now? Thanks for your help!
Woo Hoo Working good now! Is the update something I need to setup as a cron job or should it be automatic now? Answered my own question...there's a cron setup for that. Thanks again for your help!