store | blogs | forums | twitter | facebook | wiki | mailing lists | downloads | support portal
Atomic Secure Linux
It is currently Wed Jun 19, 2013 5:43 am

» Feed - Atomicorp

All times are UTC - 5 hours [ DST ]




Post new topic Reply to topic Share/Bookmark  [ 17 posts ]  Go to page 1, 2  Next
Author Message
 Post subject: psa-spamdyke
Unread postPosted: Mon Mar 22, 2010 2:25 pm 
Offline
Forum Regular
Forum Regular

Joined: Sat Aug 12, 2006 8:14 am
Posts: 117
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


Top
 Profile  
 
 Post subject: Re: psa-spamdyke
Unread postPosted: Mon Mar 22, 2010 3:19 pm 
Offline
Forum Regular
Forum Regular

Joined: Sat Mar 28, 2009 6:58 pm
Posts: 802
Location: Germany
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:
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;


Top
 Profile  
 
 Post subject: Re: psa-spamdyke
Unread postPosted: Mon Mar 22, 2010 3:22 pm 
Offline
Forum Regular
Forum Regular

Joined: Sat Aug 12, 2006 8:14 am
Posts: 117
okay thanks.


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


Top
 Profile  
 
 Post subject: Re: psa-spamdyke
Unread postPosted: Mon Mar 22, 2010 3:26 pm 
Offline
Forum Regular
Forum Regular

Joined: Sat Mar 28, 2009 6:58 pm
Posts: 802
Location: Germany
domain view! not the start page
look under the admin account under custom buttons if a button was created.


Top
 Profile  
 
 Post subject: Re: psa-spamdyke
Unread postPosted: Mon Mar 22, 2010 3:33 pm 
Offline
Forum Regular
Forum Regular

Joined: Sat Aug 12, 2006 8:14 am
Posts: 117
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?


Top
 Profile  
 
 Post subject: Re: psa-spamdyke
Unread postPosted: Mon Mar 22, 2010 3:36 pm 
Offline
Forum Regular
Forum Regular

Joined: Sat Mar 28, 2009 6:58 pm
Posts: 802
Location: Germany
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)


Top
 Profile  
 
 Post subject: Re: psa-spamdyke
Unread postPosted: Mon Mar 22, 2010 4:39 pm 
Offline
Atomicorp Staff - Site Admin
Atomicorp Staff - Site Admin

Joined: Wed Dec 31, 1969 8:00 pm
Posts: 7454
Location: earth
For some reason module doesnt seem to detect spamdyke either. If someone could investigate what is going on there that would be great.


Top
 Profile  
 
 Post subject: Re: psa-spamdyke
Unread postPosted: Mon Mar 22, 2010 6:34 pm 
Offline
Forum Regular
Forum Regular

Joined: Sat Mar 28, 2009 6:58 pm
Posts: 802
Location: Germany
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?


Top
 Profile  
 
 Post subject: Re: psa-spamdyke
Unread postPosted: Mon Mar 22, 2010 6:38 pm 
Offline
Atomicorp Staff - Site Admin
Atomicorp Staff - Site Admin

Joined: Wed Dec 31, 1969 8:00 pm
Posts: 7454
Location: earth
I didnt spend more than a minute on it, but the web interface said that spamdyke wasnt installed


Top
 Profile  
 
 Post subject: Re: psa-spamdyke
Unread postPosted: Mon Mar 22, 2010 6:46 pm 
Offline
Forum Regular
Forum Regular

Joined: Sat Mar 28, 2009 6:58 pm
Posts: 802
Location: Germany
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.


Top
 Profile  
 
 Post subject: Re: psa-spamdyke
Unread postPosted: Mon Mar 22, 2010 6:57 pm 
Offline
Atomicorp Staff - Site Admin
Atomicorp Staff - Site Admin

Joined: Wed Dec 31, 1969 8:00 pm
Posts: 7454
Location: earth
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


Top
 Profile  
 
 Post subject: Re: psa-spamdyke
Unread postPosted: Mon Mar 22, 2010 6:58 pm 
Offline
Forum Regular
Forum Regular

Joined: Sat Mar 28, 2009 6:58 pm
Posts: 802
Location: Germany
I have installed it on centos64bit+plesk9 vmware and it acts like I know it


Top
 Profile  
 
 Post subject: Re: psa-spamdyke
Unread postPosted: Mon Mar 22, 2010 7:11 pm 
Offline
Forum Regular
Forum Regular

Joined: Sat Aug 12, 2006 8:14 am
Posts: 117
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


Top
 Profile  
 
 Post subject: Re: psa-spamdyke
Unread postPosted: Mon Mar 22, 2010 7:15 pm 
Offline
Forum Regular
Forum Regular

Joined: Sat Mar 28, 2009 6:58 pm
Posts: 802
Location: Germany
well all this, except the icon, is working on my testmachine centos 64 bit!! with plesk 9.
Do you run a 64bit system?


Top
 Profile  
 
 Post subject: Re: psa-spamdyke
Unread postPosted: Tue Dec 07, 2010 3:46 am 
Offline
Forum Regular
Forum Regular

Joined: Wed Aug 04, 2010 2:52 pm
Posts: 257
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.


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic Share/Bookmark  [ 17 posts ]  Go to page 1, 2  Next

» Feed - Atomicorp

All times are UTC - 5 hours [ DST ]


Who is online

Users browsing this forum: No registered users and 1 guest


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group