[Cooker] Amavis problem

2002-11-23 Thread Bernard Varaine
when trying to use amavis with Postfix I get the following error:

Nov 23 21:43:27 doit postfix/pipe[7813]: A3CB87BCDF: 
to=[EMAIL PROTECTED], relay=filter, delay=4, status=bounced 
(Command died with status 2: /usr/bin/amavis. Command output: AMAVIS: 
Couldn't init AMAVIS::Extract::LHA at 
/usr/lib/perl5/vendor_perl/5.8.0/AMAVIS.pm line 212. )


Any suggestions ?

regards

Bernard




smime.p7s
Description: S/MIME Cryptographic Signature


Re: [Cooker] Amavis problem

2002-11-23 Thread Buchan Milne
On Sat, 23 Nov 2002, Bernard Varaine wrote:

 when trying to use amavis with Postfix I get the following error:

 Nov 23 21:43:27 doit postfix/pipe[7813]: A3CB87BCDF:
 to=[EMAIL PROTECTED], relay=filter, delay=4, status=bounced
 (Command died with status 2: /usr/bin/amavis. Command output: AMAVIS:
 Couldn't init AMAVIS::Extract::LHA at
 /usr/lib/perl5/vendor_perl/5.8.0/AMAVIS.pm line 212. )



Disable the LHA extractor in /etc/amavis/amavis.conf unless you have LHA
installed. And that goes for RAR, ARC etc also.

Also, I hope you have the two perl packages I updated?

Buchan

-- 
|Registered Linux User #182071-|
Buchan MilneMechanical Engineer, Network Manager
Cellphone * Work+27 82 472 2231 * +27 21 8828820x121
Stellenbosch Automotive Engineering http://www.cae.co.za
GPG Key   http://ranger.dnsalias.com/bgmilne.asc
1024D/60D204A7 2919 E232 5610 A038 87B1 72D6 AC92 BA50 60D2 04A7





Re: [Cooker] Amavis problem

2002-11-23 Thread Bernard Varaine
I guess it was a cas eof RTFM...

Thank you.

Bernard

Buchan Milne wrote:

On Sat, 23 Nov 2002, Bernard Varaine wrote:



when trying to use amavis with Postfix I get the following error:

Nov 23 21:43:27 doit postfix/pipe[7813]: A3CB87BCDF:
to=[EMAIL PROTECTED], relay=filter, delay=4, status=bounced
(Command died with status 2: /usr/bin/amavis. Command output: AMAVIS:
Couldn't init AMAVIS::Extract::LHA at
/usr/lib/perl5/vendor_perl/5.8.0/AMAVIS.pm line 212. )





Disable the LHA extractor in /etc/amavis/amavis.conf unless you have LHA
installed. And that goes for RAR, ARC etc also.

Also, I hope you have the two perl packages I updated?

Buchan



--





smime.p7s
Description: S/MIME Cryptographic Signature


[Cooker] amavis: problem with loading text extractor : perl-Convert-UUlib

2002-11-21 Thread Pascal Cavy
amavis complains an loading the text extractor :

# amavis
snipped
mail|crit
AMAVIS: Couldn't load AMAVIS::Extract::Text
AMAVIS: Couldn't load AMAVIS::Extract::Text at 
/usr/lib/perl5/vendor_perl/5.8.0/AMAVIS.pm line 208.

the text extractor module exists :

# find /usr/lib/perl5/ -name 'Text.*'
/usr/lib/perl5/5.8.0/Pod/Text.pm
/usr/lib/perl5/vendor_perl/5.8.0/AMAVIS/Extract/Text.pm

But it fails to start because UUlib.pm is not in the standard perl search 
paths :

# perl /usr/lib/perl5/vendor_perl/5.8.0/AMAVIS/Extract/Text.pm
Can't locate Convert/UUlib.pm in @INC (@INC contains: 
/usr/lib/perl5/5.8.0/i386-linux-thread-multi /usr/lib/perl5/5.8.0 
/usr/lib/perl5/site_perl/5.8.0/i386-linux-thread-multi 
/usr/lib/perl5/site_perl/5.8.0 /usr/lib/perl5/site_perl 
/usr/lib/perl5/vendor_perl/5.8.0/i386-linux-thread-multi 
/usr/lib/perl5/vendor_perl/5.8.0 /usr/lib/perl5/vendor_perl .) at 
/usr/lib/perl5/vendor_perl/5.8.0/AMAVIS/Extract/Text.pm line 15.
BEGIN failed--compilation aborted at 
/usr/lib/perl5/vendor_perl/5.8.0/AMAVIS/Extract/Text.pm line 15.

this path /usr/lib/perl5/vendor_perl/5.8.0/i386-linux/ is not in the standard 
path.

# rpm -ql perl-Convert-UUlib
/usr/lib/perl5/vendor_perl/5.8.0/i386-linux/Convert/UUlib.pm
/usr/lib/perl5/vendor_perl/5.8.0/i386-linux/auto/Convert/UUlib
/usr/lib/perl5/vendor_perl/5.8.0/i386-linux/auto/Convert/UUlib/UUlib.so
/usr/lib/perl5/vendor_perl/5.8.0/i386-linux/auto/Convert/UUlib/autosplit.ix
/usr/share/doc/perl-Convert-UUlib-0.212
/usr/share/doc/perl-Convert-UUlib-0.212/COPYING
/usr/share/doc/perl-Convert-UUlib-0.212/Changes
/usr/share/doc/perl-Convert-UUlib-0.212/MANIFEST
/usr/share/doc/perl-Convert-UUlib-0.212/README
/usr/share/man/man3pm/Convert::UUlib.3pm.bz2


So what package is to be fixed ?? 

-- 
Pascal
Mayyy thhee souuurcee beee with yaaa, Geeekk !




Re: [Cooker] amavis: problem with loading text extractor :perl-Convert-UUlib

2002-11-21 Thread François Pons
Le jeu 21/11/2002 à 13:07, Pascal Cavy a écrit :

 this path /usr/lib/perl5/vendor_perl/5.8.0/i386-linux/ is not in the standard 
 path.
[...]
 So what package is to be fixed ?? 

perl-Convert-UUlib which has been compiled with an older perl without
multi-thread support. just compiling it again will problably fixes it.

François.