Search found 21 matches

by jclawson
Thu May 11, 2006 10:57 am
Forum: Anti-Spam Help and Discussion
Topic: Spamassassin config and qmail scanner
Replies: 3
Views: 5310

Right I noticed the header didn't work... So for something like $sa_delete_site the parameter in the spamassasin config would be sa_delete?
by jclawson
Wed May 10, 2006 11:20 pm
Forum: Anti-Spam Help and Discussion
Topic: Spamassassin config and qmail scanner
Replies: 3
Views: 5310

Spamassassin config and qmail scanner

Does qmail scanner follow the spammassasin /etc/mail/spamassassin/local.cf?

what params can I have to set things like $sa_delete_site etc

or do I have to edit the scanner perl script
by jclawson
Fri Sep 30, 2005 6:12 pm
Forum: General Help and Development Discussion
Topic: error: psa-horde:6 unknown user 'apache' -- from logrotate
Replies: 0
Views: 6033

error: psa-horde:6 unknown user 'apache' -- from logrotate

Why does log rotate not recognize my apache user and group? Here is the psa-horde logrotate config: /var/log/psa-horde.log { monthly missingok rotate 4 compress create 640 apache apache notifempty nomail } The offending line being "create 640 apache apache" apache is in there, httpd runs a...
by jclawson
Mon May 23, 2005 12:24 pm
Forum: PHP Help and Discussion
Topic: PHP5 CGI rpm?
Replies: 18
Views: 25282

I have composed and sent messages from both squirrel mail and horde. I don't know how the rest of the apps in the app vault are affected... i dont ever use them... mostly because the versions are always way behind and have many security holes
by jclawson
Sat May 21, 2005 2:19 pm
Forum: PHP Help and Discussion
Topic: PHP5 CGI rpm?
Replies: 18
Views: 25282

I just verified with a clean image on a 1and1 server. I ran the plesk updater to update to PSA 7.5.3 and then yum update php with the atomic-unstable channel. It complains about php-mbstring ... like the other Jason said. So you should remove those rpm's (with nodeps) before updating. Additionally y...
by jclawson
Sat May 21, 2005 1:46 pm
Forum: PHP Help and Discussion
Topic: PHP5 CGI rpm?
Replies: 18
Views: 25282

i am reimaging a server to test with the ART php5 rpms... so we will see in about 30 min

My installation was completly by hand... I compiled php5 because I wanted MySQLI
by jclawson
Sat May 21, 2005 1:34 pm
Forum: PHP Help and Discussion
Topic: PHP5 CGI rpm?
Replies: 18
Views: 25282

:D Yay!
by jclawson
Sat May 21, 2005 2:56 am
Forum: PHP Help and Discussion
Topic: PHP5 CGI rpm?
Replies: 18
Views: 25282

Scott, Just an FYI in swsofts latest release they have the new version of horde that is compatible with PHP5. No more PHP5 issues with webmail.
by jclawson
Sat May 21, 2005 2:52 am
Forum: PHP Help and Discussion
Topic: php with mysql-4.1
Replies: 8
Views: 13360

hey if you want to run MySQL 4.1 just add the following line to your /etc/my.cnf old_passwords=1 Then you don't have to alter any of your mysql queries and plesk won't complain. You may have to re-set your passwords if they were previously stored in the new format. I am running PHP 5.0.4 and MySQL 4...
by jclawson
Sun May 01, 2005 2:51 pm
Forum: General Help and Development Discussion
Topic: Squirrelmail from domain
Replies: 8
Views: 9942

Ahhh! ok... the file /usr/share/squirrelmail/config/config.php is a symbolic link to /etc/squirrelmail/config.php... the config.php.rpmsave is in /etc/squirrelmail :-D although... the rpmsave is the exact same file as config.php... To fix the problem add the following to config_local.php preg_match(...
by jclawson
Sun May 01, 2005 1:49 pm
Forum: General Help and Development Discussion
Topic: Squirrelmail from domain
Replies: 8
Views: 9942

I am having this problem as well. There is no rpmnew config file after the upgrade. Can you post what the config.php file should be?
by jclawson
Thu Apr 28, 2005 6:03 pm
Forum: Anti-Spam Help and Discussion
Topic: Spamassassin not working correctly
Replies: 4
Views: 6390

oh... and my email goes through faster than 10 minutes so that can't be the case. I can send email from 1 domain on the machine to another on the machine in a few seconds
by jclawson
Thu Apr 28, 2005 6:00 pm
Forum: Anti-Spam Help and Discussion
Topic: Spamassassin not working correctly
Replies: 4
Views: 6390

that doesn't make sense... I have 2 gigs of RAM with 441mb currently free as reported by top.

Any other ideas?
by jclawson
Wed Apr 27, 2005 4:57 pm
Forum: Anti-Spam Help and Discussion
Topic: Spamassassin not working correctly
Replies: 4
Views: 6390

Spamassassin not working correctly

I am not quite sure of what I did here... its always somthing you know? I wanted to upgrade to the latest version of spamassassin so I installed the qmail scanner / spammassassin package. I also installed squirrelmail. My emails are not being tagged as spam and the spam header looks like this: X-Spa...
by jclawson
Sun Apr 10, 2005 3:24 pm
Forum: General Help and Development Discussion
Topic: Successful install of MySQL 4.1 and PHP5 on a PSA 7.5 System
Replies: 3
Views: 5636

I spoke a little too soon. Some parts fo webmail don't work. The only thing you must do to get MySQL 4.1 to work is add this line in your my.cnf file: old-passwords Plesk uses the old php-mysql client so it doesn't know about the new password format introduced in 4.1. To get around that the "ol...