Stefan,

> > It would be simplest to install missing modules in one of the
> > perl-default directories, such as /usr/lib/perl5/site_perl/5.10.0/ .
> > Or try adding:  use lib "your-directory"  at the start of file amavisd.
>
> I added
> use lib '/usr/local/perl/lib';
> to /etc/amavisd.conf and it seams to work. Are there any disadvantages in
> placing the use lib pragma there instead of in amavisd?

That would be alright, if it works for you.

The amavisd.conf is loaded slightly later than the first
pass of main initialization, but apparently early enough
for your needs.

  Mark

Reply via email to