Issues with plesk and haggybears spamdyke addon

Community support for Plesk, CPanel, WebMin and others with insight from two of the founders of Plesk. Ask for help here! No question is too simple or complicated. :-)
visualrealityink
Forum User
Forum User
Posts: 23
Joined: Mon Feb 28, 2011 6:59 pm
Location: Charlotte NC

Re: Issues with plesk and haggybears spamdyke addon

Unread post by visualrealityink »

Here is my mysql-devel packages that are installed

Code: Select all

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
scott
Atomicorp Staff - Site Admin
Atomicorp Staff - Site Admin
Posts: 8355
Joined: Wed Dec 31, 1969 8:00 pm
Location: earth
Contact:

Re: Issues with plesk and haggybears spamdyke addon

Unread post by scott »

Thats because Mysql deprecated it in 5.1
visualrealityink
Forum User
Forum User
Posts: 23
Joined: Mon Feb 28, 2011 6:59 pm
Location: Charlotte NC

Re: Issues with plesk and haggybears spamdyke addon

Unread post by visualrealityink »

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?
visualrealityink
Forum User
Forum User
Posts: 23
Joined: Mon Feb 28, 2011 6:59 pm
Location: Charlotte NC

Re: Issues with plesk and haggybears spamdyke addon

Unread post by visualrealityink »

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
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:
visualrealityink
Forum User
Forum User
Posts: 23
Joined: Mon Feb 28, 2011 6:59 pm
Location: Charlotte NC

Re: Issues with plesk and haggybears spamdyke addon

Unread post by visualrealityink »

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
visualrealityink
Forum User
Forum User
Posts: 23
Joined: Mon Feb 28, 2011 6:59 pm
Location: Charlotte NC

Re: Issues with plesk and haggybears spamdyke addon

Unread post by visualrealityink »

Ok so spamdayke is working I looked at the logs and I see quite a bit of
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: Select all

#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
BruceLee
Forum Regular
Forum Regular
Posts: 879
Joined: Sat Mar 28, 2009 6:58 pm
Location: Germany

Re: Issues with plesk and haggybears spamdyke addon

Unread post by BruceLee »

you also need to configure/enable each domain through the webgui
visualrealityink
Forum User
Forum User
Posts: 23
Joined: Mon Feb 28, 2011 6:59 pm
Location: Charlotte NC

Re: Issues with plesk and haggybears spamdyke addon

Unread post by visualrealityink »

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
BruceLee
Forum Regular
Forum Regular
Posts: 879
Joined: Sat Mar 28, 2009 6:58 pm
Location: Germany

Re: Issues with plesk and haggybears spamdyke addon

Unread post by BruceLee »

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?
visualrealityink
Forum User
Forum User
Posts: 23
Joined: Mon Feb 28, 2011 6:59 pm
Location: Charlotte NC

Re: Issues with plesk and haggybears spamdyke addon

Unread post by visualrealityink »

GLOBAL
BruceLee
Forum Regular
Forum Regular
Posts: 879
Joined: Sat Mar 28, 2009 6:58 pm
Location: Germany

Re: Issues with plesk and haggybears spamdyke addon

Unread post by BruceLee »

set domain rights under administration tab
and check that under the domain in the tab settings greylisting is set to active
visualrealityink
Forum User
Forum User
Posts: 23
Joined: Mon Feb 28, 2011 6:59 pm
Location: Charlotte NC

Re: Issues with plesk and haggybears spamdyke addon

Unread post by visualrealityink »

Thanks BruceLee

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

Image

Image


Thanks Again Mate :)
BruceLee
Forum Regular
Forum Regular
Posts: 879
Joined: Sat Mar 28, 2009 6:58 pm
Location: Germany

Re: Issues with plesk and haggybears spamdyke addon

Unread post by BruceLee »

Ok, now check that under the domain in the tab settings greylisting is set to active
visualrealityink
Forum User
Forum User
Posts: 23
Joined: Mon Feb 28, 2011 6:59 pm
Location: Charlotte NC

Re: Issues with plesk and haggybears spamdyke addon

Unread post by visualrealityink »

Like this?
Image
BruceLee
Forum Regular
Forum Regular
Posts: 879
Joined: Sat Mar 28, 2009 6:58 pm
Location: Germany

Re: Issues with plesk and haggybears spamdyke addon

Unread post by BruceLee »

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.
Post Reply