Page 1 of 1

Spamdyke and PSA-Spamdyke

Posted: Fri Aug 21, 2009 3:14 pm
by catch22media
I've installed Spamdyke and PSA-Spamdyke, but wanted to try the newest version of the Spamdyke control panel so I downloaded it and installed it, but am getting:

Spamdyke not installed, or path to spamdyke.conf in config.inc.php is not set!!

This is my config.inc.php:

Code: Select all

<?php
error_reporting(1);

define("DB_USR",                "admin");
define("DB_PWD",                trim (exec ("cat /etc/psa/.psa.shadow")));
define("DB_NAME",               "psa");
define("DB_HOST",               "localhost");
define("QMAIL_PATH",            "/var/qmail/");
define("LOG_FILE",              "/usr/local/psa/var/log/maillog");
define("SPAMDYKE_CONFIG",       "/etc/spamdyke.conf");
define("AUTOUPDATE",            false);
define("LANG",                  "en");
define("DEFAULT_PERPAGE",       100);
define("LOG_TYPE",              "file");
?>
And /etc/spamdyke.conf does exist - any ideas?

Luke

Re: Spamdyke and PSA-Spamdyke

Posted: Fri Aug 21, 2009 6:43 pm
by faris
Sorry to be dumb, but what exactly have you installed and how did you install it?

i.e. from source or from Scott's RPM, and Spamdyke Control Panel from Haggy Bear's site?

(Like I say, sorry for being dumb. I've not used Scott's RPM so I don't know what's included in it).

One thing to check -- look in /etc/xinet.d/smtp_psa to see if spamdyke might be set to use a different config file? Just in case?

Faris.