I've a little article, if you want to connect your Zimbra Postfix with a external greylist like SQLGrey:
http://wiki.zimbra.com/index.php?tit...g_with_SQLGrey
Have fun
I've a little article, if you want to connect your Zimbra Postfix with a external greylist like SQLGrey:
http://wiki.zimbra.com/index.php?tit...g_with_SQLGrey
Have fun
Thanks deugenin,
That's great!
Originally Posted by deugenin
Hello,
I try to install sqlgrey but when I start sqlgrey I get :
Binding to TCP port 2501 on host localhost
dbaccess: can't connect to DB: Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (2)
dbaccess: error: couldn't get now() from DB: Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (2)
.....
It is not as easy as in the wiki : http://wiki.zimbra.com/index.php?tit...g_with_SQLGrey
I'm using zcs-3.1.4_GA_518.FC4.tgz with no change in any conf file
Is SQLgrey to use it's own MySQL server or Zimbra. If it is supposed to use it's own then it's possible MySQL isn't started, which could be because of a port conflict if it is running on the same box as Zimbra. If SQLgrey is to use Zimbra's MySQL server then using that socket will not work the locatation of Zimbra's MySQL socket is /opt/zimbra/db/mysql.sock
Howdy,Originally Posted by Yvonne
Well, I guess the article assumes that you have SQL Grey working first... the article is more how to tie in a working SQL Grey into Zimbra.
SQL Grey uses MySQL to work, so you'd need to setup another instance of MySQL on your server, and point SQL Grey at it. But, you can get all that setup using the SQL Grey docs. Once it's setup, then check out the wiki entry :-)
-Eric
Hi all, i'm updating the Wiki article, and i use SQLite for SQLGrey.
http://wiki.zimbra.com/index.php?tit...g_with_SQLGrey
Regards
--
Daniel
Daniel Eugenin
http://www.it-linux.cl
Hi,
I'm wondering if someone can help me solve my problem. I've got Open Source Zimbra installed on a CentOS4 server and wanted to implement the SQLGrey using the wiki article that has been posted.
I've got all the required Perl modules installed, but when I try to...
rpm -ivh sqlgrey-1.6.7-1.noarch.rpm
...I get this error...
error: Failed dependencies:
perl(Net::Server::Multiplex) is needed by sqlgrey-1.6.7-1.noarch
I have checked and this module exists in /usr/lib/perl5/site_perl/5.8.5. I've uninstalled and reinstalled via CPAN. I also downloaded the module source and installed it manually. It seems that no matter what I do the sqlgrey rpm install does not see this module.
Can anyone tell me where I've gone wrong?
Thanks,
Matt
I always try to use RPM packages instead CPAN installed modules.
All packages requires by SQLGrey I downloaded from DAG repository:
http://apt.sw.be/redhat/el4/en/i386/RPMS.dag/
If you have Red Hat 4 or CentOS 4, you can install them using APT:
rpm -Uvh http://apt.sw.be/redhat/el4/en/i386/...l4.rf.i386.rpm
apt-get update
apt-get install perl-Net-Server perl-IO-Multiplex perl-DBD-SQLite sqlite -y
Note: before using APT, you must install perl-Date-Calc from Red Hat or CentOS CDs.
Daniel Eugenin
http://www.it-linux.cl
Whoohoo!! That worked...
Thanks for the quick response.
Matt
I'm really happy for you Matt, and I'm updating my wiki article again
http://wiki.zimbra.com/index.php?tit...g_with_SQLGrey
Regards
Daniel Eugenin
http://www.it-linux.cl
There are currently 1 users browsing this thread. (0 members and 1 guests)