Spamdyke Control Panel - Installation
|
1) - Change into your Plesk Admin htdocs directory (e.g. /opt/psa/admin/htdocs) - Make a directory for the Spamdyke Config Panel (e.g. "mkdir spamdyke") - Set chown of the directory you made above to root:psaadm ("chown root:psaadm spamdyke") - Set chmod of the directory you made above to 755 ("chmod 755 spamdyke") - Extract all files of the ZIP into that directory - Set chown of all files to root:psaadm ("chown -R root:psaadm *") - Set chmod of all files to 755 ("chmod 755 -R *") - Set the wrapper to chown root:root ("chown root:root wrapper") - Set the wrapper to chmod 4755 ("chmod 4755 wrapper") - Set all *.txt to chmod 777
============================================================================================================ IMPORTANT IF THE SCP DON'T WORK ON PLESK 8.x (WHITE SCREEN), SET ALL FILES TO 775 ============================================================================================================
-make your settings in file config.inc.php -only use LOG_TYPE level "mysql"if you have the pachted spamdyke version with mysql-logging from haggybear.de installed. Make sure the Spamdyke is installed and working, don't forget to set the correct path to the spamdyke.conf
2) -Login to your Plesk as admin -Make a new Custom Button with the following settings:
Button label: Just choose a name ;-) Location: Domain administration page Priority: 100 Background image: choose the dslogo.gif of the ZIP URL: your directory you made above an the index file (e.g. "/spamdyke/index.php") Include domain id: yes Include domain name: yes Include FTP Login: no Include FTP password: no Include client id: yes Include client's company name: no Include client's contact name: no Include client's e-mail: no Context help tip contents: whatever you want Open URL in the Control Panel: yes Visible to all sub-logins: yes (if your clients are allowed to manager their spamdyke)
|