AW: [Kolab-devel] PARTIAL 2ND SUMMARY kolab_bootstrap -b fails onSolaris8Sparc
ComCept Net GmbH Soliva
soliva at comcept.ch
Wed Oct 19 22:53:25 CEST 2005
Hi
To controll if everything would work fine for amavisd etc. you must first
enable debug:
# vi /kolab/etc/kolab/templates/amavisd.conf.template
$sa_debug = 1; # defaults to false
Activate config from template to real file:
/kolab/sbin/kolabconf -n
Now you can use the debug command and you will see all information depending
amavisd:
/kolab/sbin/amavisd \
-c /kolab/etc/amavisd/amavisd.conf debug
If you like to test on a particular user use:
su - kolab-r -c /kolab/sbin/amavisd \
-c /kolab/etc/amavisd/amavisd.conf debug
To run the debug mode as user is not really neccessary because amavisd would
change the user anyway to kolab-r! Do not forgett to switch back because the
logging of the debug is horrible if you have quit a lot of traffic on the
server!
About your note to the missing Perl Module I do not know what you exactly
expect from me. What I can give you is the following:
Module Net::DNS 0.53 (Perl interface to the DNS resolver)
http://search.cpan.org/CPAN/authors/id/O/OL/OLAF/Net-DNS-0.53_02.tar.gz
To be installed manueally:
opa /kolab
gzip -dc Net-DNS-0.53_02.tar.gz | tar xvf -
cd Net-DNS-0.53_02
/kolab/bin/perl Makefile.PL
make
make test
make install
To be installed with cpan:
/kolab/bin/perlperl -MCPAN -e shell
cpan > install Net::DNS
NOTE: with cpan the NET::DNS 0.53 would be installed and not 0.53_02
After this installation the error within amavisd debug mode disappears!
Andrea
-----Ursprüngliche Nachricht-----
Von: kolab-devel-bounces at kolab.org [mailto:kolab-devel-bounces at kolab.org] Im
Auftrag von Bernhard Reiter
Gesendet: Mittwoch, 19. Oktober 2005 22:31
An: kolab-devel at kolab.org
Betreff: Re: [Kolab-devel] PARTIAL 2ND SUMMARY kolab_bootstrap -b fails
onSolaris8Sparc
Am Mittwoch, 19. Oktober 2005 20:11 schrieb ComCept Net GmbH Soliva:
> I looked now deeper in some stuff and recognized that for amavisd or
> specially Spamassassin there is a module missing it means if I use amavisd
> debug command
How did you do this in particular?
> there is an error about the module
> Mail::SpamAssassin::Plugin::URIDNSBL that following module is missing:
>
> Net::DNS
Please file and issue with our tracker.
Keyword: server.
>
> I installed it and the error disappears. I do not know if it is really
only
> on my installation or also on others but it seems to me that this is on
all
> installations missing!
_______________________________________________
Kolab-devel mailing list
Kolab-devel at kolab.org
https://kolab.org/mailman/listinfo/kolab-devel
More information about the devel
mailing list