Page 1 of 2

psa-spamdyke

Posted: Mon Mar 22, 2010 2:25 pm
by zeki
hello
i installed:

psa-spamdyke-2.3.3-1.el5.art
spamdyke-4.0.10-6.el5.art

whats with creating the sql db/tables?
where i can see the webinterface psa-spamdyke in plesk?

i dont have an entry like "Atomic Secured Linux" in the left panel....

any tips?
thanks
zeki

Re: psa-spamdyke

Posted: Mon Mar 22, 2010 3:19 pm
by BruceLee
I don't know exactly how Scotts rpm is working, but I bet you will find the button under each Domain.
Check if a spamdyke database is created and check the /etc/spamdyke.conf.
if no db exists you can create one with:

Code: Select all

mysql: 
CREATE DATABASE spamdyke;
USE spamdyke;
CREATE TABLE `spamdyke_log_table` (
	`id` bigint(7) NOT NULL auto_increment,
	`time` timestamp NOT NULL default CURRENT_TIMESTAMP,
	`reason` varchar(30) character set utf8 NOT NULL,
	`from` varchar(50) character set utf8 NOT NULL,
	`to` varchar(50) character set utf8 NOT NULL,
	`ip` varchar(15) character set utf8 NOT NULL,
	`rdns` varchar(50) character set utf8 NOT NULL,
	`auth` varchar(25) character set utf8 NOT NULL,
	PRIMARY KEY  (`id`),
	KEY `time` (`time`),
	KEY `reason` (`reason`,`from`,`to`,`ip`,`rdns`)
) ENGINE=MyISAM  DEFAULT CHARSET=utf8;
	
GRANT ALL ON spamdyke.* TO 'spamdyke'@'localhost' IDENTIFIED BY 'spamdyke';
FLUSH PRIVILEGES;

Re: psa-spamdyke

Posted: Mon Mar 22, 2010 3:22 pm
by zeki
okay thanks.


i dont see a spamdyke button in plesk...hmmm

Re: psa-spamdyke

Posted: Mon Mar 22, 2010 3:26 pm
by BruceLee
domain view! not the start page
look under the admin account under custom buttons if a button was created.

Re: psa-spamdyke

Posted: Mon Mar 22, 2010 3:33 pm
by zeki
year, but no button is defiened there...only asl and the standard ones...
dont exist an admin interface for general settings for spamdyke that is visible under the admin view?

Re: psa-spamdyke

Posted: Mon Mar 22, 2010 3:36 pm
by BruceLee
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)

Re: psa-spamdyke

Posted: Mon Mar 22, 2010 4:39 pm
by scott
For some reason module doesnt seem to detect spamdyke either. If someone could investigate what is going on there that would be great.

Re: psa-spamdyke

Posted: Mon Mar 22, 2010 6:34 pm
by BruceLee
since I have installed this version manually a few weeks ago I would like to help and installed it on a testmachine.
As far as I can see the only thing that seems to be missing is the settings in /etc/xinetd.d/smtps_psa.
What errors do you get or how does it react?

Re: psa-spamdyke

Posted: Mon Mar 22, 2010 6:38 pm
by scott
I didnt spend more than a minute on it, but the web interface said that spamdyke wasnt installed

Re: psa-spamdyke

Posted: Mon Mar 22, 2010 6:46 pm
by BruceLee
I think its due to the wrapper file.
Two versions of the wrapper files exists for the spamdyke and other addons.

one for plesk 7+8
and one for plesk 9

not easy to find on the page:
http://www.haggybear.com/downloads?func=select&id=4
After a click on wrapper 9 for example you get to page that looks almost the same as the normal
addon download page does. For each addon you get a wrapper file.

Re: psa-spamdyke

Posted: Mon Mar 22, 2010 6:57 pm
by scott
I was testing this in 8.6. Is anyone on 9.x that can test the current package to rule this out?

And yeah, I noticed how cryptic it was to find any of the files :P

Re: psa-spamdyke

Posted: Mon Mar 22, 2010 6:58 pm
by BruceLee
I have installed it on centos64bit+plesk9 vmware and it acts like I know it

Re: psa-spamdyke

Posted: Mon Mar 22, 2010 7:11 pm
by zeki
im on plesk 9.01 and 9.3 and you see what i get

- no icon
- not automatic databse creating
- no entry in smtp_psa / smtps_psa

Re: psa-spamdyke

Posted: Mon Mar 22, 2010 7:15 pm
by BruceLee
well all this, except the icon, is working on my testmachine centos 64 bit!! with plesk 9.
Do you run a 64bit system?

Re: psa-spamdyke

Posted: Tue Dec 07, 2010 3:46 am
by premierhosting
Anyone have the wrapper / plesk admin working on Plesk 10? You can get to an interface by manually going to your plesk url/spamdyke/ but no links are appearing. Especially for end users.