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

» Feed - Atomicorp

All times are UTC - 5 hours [ DST ]




Post new topic Reply to topic Share/Bookmark  [ 40 posts ]  Go to page Previous  1, 2, 3  Next
Author Message
 Post subject: Re: Issues with plesk and haggybears spamdyke addon
Unread postPosted: Sat Mar 05, 2011 3:56 am 
Offline
Forum User
Forum User

Joined: Mon Feb 28, 2011 6:59 pm
Posts: 23
Location: Charlotte NC
Here is my mysql-devel packages that are installed

Code:
mysql-devel.i386                                                                                    5.1.55-1.el5.art                                                                                  installed
mysql-devel.x86_64                                                                                  5.1.55-1.el5.art                                                                                  installed


apprently libmysqlclient.a is not included in this release by atomic and thats why I cannot get this to compile apparently. I cannot downgrade mysql because apparently it will uninstall psa packages and I am fearful that it will effect my server enviroment. Now if anyone has this file for this version could you share it please, or any other ideas are very much appreciated.

Thanks


Top
 Profile  
 
 Post subject: Re: Issues with plesk and haggybears spamdyke addon
Unread postPosted: Sat Mar 05, 2011 1:24 pm 
Offline
Atomicorp Staff - Site Admin
Atomicorp Staff - Site Admin

Joined: Wed Dec 31, 1969 8:00 pm
Posts: 7458
Location: earth
Thats because Mysql deprecated it in 5.1


Top
 Profile  
 
 Post subject: Re: Issues with plesk and haggybears spamdyke addon
Unread postPosted: Sat Mar 05, 2011 5:25 pm 
Offline
Forum User
Forum User

Joined: Mon Feb 28, 2011 6:59 pm
Posts: 23
Location: Charlotte NC
So it would lead me to believe then I can't compile the spamdyke-mysql because I don't have the required file. Is there a work around for this?


Top
 Profile  
 
 Post subject: Re: Issues with plesk and haggybears spamdyke addon
Unread postPosted: Sat Mar 05, 2011 10:20 pm 
Offline
Forum User
Forum User

Joined: Mon Feb 28, 2011 6:59 pm
Posts: 23
Location: Charlotte NC
So after realizing that downgrading Plesk was not an option then I went back and followed the instructions again thouroughly when i got to scott's
Quote:
ln -s /usr/lib64/mysql/libmysqlclient.a /usr/lib/libmysqlclient.a
I ended up realizing that I did not type it in correctly. That fixed my problem as far as compiling :cool: ty schott. I have successfully compiled spamdyke-mysql now and I am still having 2 issues. haggybear I have coppied your config for spamdyke and the users are still getting denied from outlook, also I am still getting a blank page when the control panel loads.I am so close I can taste it and thank everyone for their help so far, and hope we can figure these last two out.

Thanks in advance :mrgreen:


Top
 Profile  
 
 Post subject: Re: Issues with plesk and haggybears spamdyke addon
Unread postPosted: Sun Mar 06, 2011 8:11 am 
Offline
Forum User
Forum User

Joined: Mon Feb 28, 2011 6:59 pm
Posts: 23
Location: Charlotte NC
Ok so we have major progress. I have spamdyke displaying in the plesk domain control panel, I also have outlook sending and recieving emails. now just one problem remains spamdyke is not reporting anything in its list in the domain control panel. Checked config files and everything is correct. Any ideas to why it would not be displaying the email logs?

Thanks


Top
 Profile  
 
 Post subject: Re: Issues with plesk and haggybears spamdyke addon
Unread postPosted: Tue Mar 08, 2011 1:03 am 
Offline
Forum User
Forum User

Joined: Mon Feb 28, 2011 6:59 pm
Posts: 23
Location: Charlotte NC
Ok so spamdayke is working I looked at the logs and I see quite a bit of
Quote:
spamdyke[31331]: DENIED_RBL_MATCH from: nvrgivup@envisional.com to: alrick@alricksporch.com origin_ip: 112.170.220.186 origin_rdns: (unknown) auth: (unknown) encryption: (none)

I also included my spamdyke.conf as well . However as you can see in the attached screenshot the log in Spamdyke Control Panel is empty :shock: .
Thanks in advance :)


Image

Code:
#Plesk-Addon
log-level=info
idle-timeout-secs=180
local-domains-file=/var/qmail/control/rcpthosts
tls-certificate-file=/var/qmail/control/servercert.pem
#AUTH FROM xinetd-conf
smtp-auth-command=/var/qmail/bin/smtp_auth /var/qmail/bin/true /var/qmail/bin/cmd5checkpw /bin/true
smtp-auth-level=ondemand-encrypted
graylist-level=always
graylist-dir=/var/qmail/spamdyke/greylist
#GREYLIST MINIMUM = 5 Min
graylist-min-secs=1
#GREYLIST MAX = 3 Months
graylist-max-secs=1814400
sender-blacklist-file=/var/qmail/spamdyke/blacklist_senders
recipient-blacklist-file=/var/qmail/spamdyke/blacklist_recipients
ip-in-rdns-keyword-blacklist-file=/var/qmail/spamdyke/blacklist_keywords
ip-blacklist-file=/var/qmail/spamdyke/blacklist_ip
rdns-whitelist-file=/var/qmail/spamdyke/whitelist_rdns
ip-whitelist-file=/var/qmail/spamdyke/whitelist_ip
sender-whitelist-file=/var/qmail/spamdyke/whitelist_senders
greeting-delay-secs=5
#RBL BLOCKLISTS

#MySQL-Logging:
config-mysql-database=spamdyke
config-mysql-username=spamdyke
config-mysql-password=spamdyke
connection-timeout-secs=5000
config-dir=/var/qmail/spamdyke/conf.d
config-dir=/var/qmail/spamdyke/conf.s
dns-blacklist-entry=zen.spamhaus.org
dns-blacklist-entry=bl.spamcop.net
dns-blacklist-entry=bogons.cymru.com
reject-missing-sender-mx


Top
 Profile  
 
 Post subject: Re: Issues with plesk and haggybears spamdyke addon
Unread postPosted: Tue Mar 08, 2011 4:59 am 
Offline
Forum Regular
Forum Regular

Joined: Sat Mar 28, 2009 6:58 pm
Posts: 802
Location: Germany
you also need to configure/enable each domain through the webgui


Top
 Profile  
 
 Post subject: Re: Issues with plesk and haggybears spamdyke addon
Unread postPosted: Tue Mar 08, 2011 9:23 am 
Offline
Forum User
Forum User

Joined: Mon Feb 28, 2011 6:59 pm
Posts: 23
Location: Charlotte NC
Thanks BruceLee could you please be a little more descriptive because I have fiddled with all the settings and still nothing is displaying in the log window of SPC. I have enabled most of the settings and still no dice :? .

Thanks


Top
 Profile  
 
 Post subject: Re: Issues with plesk and haggybears spamdyke addon
Unread postPosted: Tue Mar 08, 2011 2:21 pm 
Offline
Forum Regular
Forum Regular

Joined: Sat Mar 28, 2009 6:58 pm
Posts: 802
Location: Germany
login as admin in Plesk. Open haggybears Spamdyke Control Panel and click on "administration"
What have you configured at Greylisting option: Domain based or Global?


Top
 Profile  
 
 Post subject: Re: Issues with plesk and haggybears spamdyke addon
Unread postPosted: Wed Mar 09, 2011 12:44 am 
Offline
Forum User
Forum User

Joined: Mon Feb 28, 2011 6:59 pm
Posts: 23
Location: Charlotte NC
GLOBAL


Top
 Profile  
 
 Post subject: Re: Issues with plesk and haggybears spamdyke addon
Unread postPosted: Wed Mar 09, 2011 4:36 am 
Offline
Forum Regular
Forum Regular

Joined: Sat Mar 28, 2009 6:58 pm
Posts: 802
Location: Germany
set domain rights under administration tab
and check that under the domain in the tab settings greylisting is set to active


Top
 Profile  
 
 Post subject: Re: Issues with plesk and haggybears spamdyke addon
Unread postPosted: Thu Mar 10, 2011 7:37 am 
Offline
Forum User
Forum User

Joined: Mon Feb 28, 2011 6:59 pm
Posts: 23
Location: Charlotte NC
Thanks BruceLee

Here is what I have used screenshots to make sure I have setup right

Image

Image


Thanks Again Mate :)


Top
 Profile  
 
 Post subject: Re: Issues with plesk and haggybears spamdyke addon
Unread postPosted: Thu Mar 10, 2011 7:42 am 
Offline
Forum Regular
Forum Regular

Joined: Sat Mar 28, 2009 6:58 pm
Posts: 802
Location: Germany
Ok, now check that under the domain in the tab settings greylisting is set to active


Top
 Profile  
 
 Post subject: Re: Issues with plesk and haggybears spamdyke addon
Unread postPosted: Thu Mar 10, 2011 11:04 am 
Offline
Forum User
Forum User

Joined: Mon Feb 28, 2011 6:59 pm
Posts: 23
Location: Charlotte NC
Like this?
Image


Top
 Profile  
 
 Post subject: Re: Issues with plesk and haggybears spamdyke addon
Unread postPosted: Thu Mar 10, 2011 11:21 am 
Offline
Forum Regular
Forum Regular

Joined: Sat Mar 28, 2009 6:58 pm
Posts: 802
Location: Germany
no, this one has to be turned off since you replace the greylisting feature from Plesk with the one from haggybear. Enabling this will lead to errors.
I meant the tab in the spamdyke control panel from the domain. If you click the settings tab there it will drop down and you can set it to active.
If it's set to active already check the file permissions again.


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic Share/Bookmark  [ 40 posts ]  Go to page Previous  1, 2, 3  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