/var/logs/paulooi.log
Menu
  • About Me
  • Contact
  • Privacy Policy
Systems Admin, Web Development and etc
Browse: Home » server

Razor2 Error: No such file or directory report requires authentication

July 6, 2010 · by Paul Ooi · in Systems

While doing Spam Report on SpamAssassin, I came across this error message,

1
2
3
4
5
6
7
 
 
 
reporter: razor2 report failed: No such file or directory report requires authentication at /usr/local/lib/perl5/site_perl/5.x.x/Mail/SpamAssassin/Plugin/Razor2.pm line 180. at /usr/local/lib/perl5/site_perl/5.x.x/Mail/SpamAssassin/Plugin/Razor2.pm line 330.
 
 
 

I checked the file existed, so It’s something to do with Razor authentication. This is what you need to do fix the error message from SpamAssassin.

1
2
3
4
5
6
7
8
 
 
 
shell> razor-admin -create
shell> razor-admin -register
 
 
 

How to Change Hostname in Unix FreeBSD

June 3, 2010 · by Paul Ooi · in Systems

We have interesting hostname for our all our servers. Some of it is using Football Team like Manchester, Liverpool, Chelsea, Arsenal. Part of it is striker name like Rooney, Ronaldo and etc. We also have like meganfox, milla, jessicaalba for…

Disabled Sendmail Service on FreeBSD

May 14, 2010 · by Paul Ooi · in Systems

Disabled Sendmail Service on FreeBSD is slightly different compare to Linux. We usually disabled Sendmail Service and configure exim on FreeBSD. Sendmail service can be disabled via /etc/rc.conf. Put these lines into /etc/rc.conf

1
2
3
4
5
6
7
 
 
 
sendmail_enable="NONE"
 
 
 

After that restart sendmail service

1
2
3
4
5
6
7
 
 
 
/etc/rc.d/sendmail restart
 
 
 

…

Recent Posts

  • How to Rsync from Remote Server to Synology
  • Are you a Programmer and Preparing for an Interview?
  • Sublime Text Editor – Package Control
  • Interesting Services on Fiverr
  • Finally, a new Theme

Recent Comments

  • Mo Beigi on How to Rsync from Remote Server to Synology
  • Finley Hall on How to Flush DNS Cache in Apple Mac OSX Leopard
  • Bob on How to Rsync from Remote Server to Synology
  • DaveQB on Setup Sendmail Smart Relay in FreeBSD
  • takizo on How to Check Paypal Pre-Approved Payment List

Copyright © 2021 /var/logs/paulooi.log

Powered by WordPress and Origin