Archive

Archive for January, 2009

nginx fastcgi

January 19th, 2009

I ran into a problem using nginx and squirrelmail. Squirrelmail would display correctly but would return an error when you tried to login. It turned out to be a problem with the user running php-fastcgi. I am using a script that uses spawn-fcgi (from lighttpd) and had the user set to www-data (nginx user). Since I had previously used apache, I reset the script to user apache and ngnix to user apache.

That cleared my problem.

tech ramblings

Correcting pyzor error

January 16th, 2009

If you noticed this error in your mail logs:  pyzor: check failed: internal error. It is most likely due to a permissions problem within the .pyzor folder in the home directory of the mail user. Simply cd .pyzor and chmod 770 the ‘server’ file. This should correct the error you are seeing in your mail logs.

Happy spam hunting!

tech ramblings