> -----Original Message-----
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] On Behalf
> Of Voytek Eymont
> Sent: Tuesday, July 04, 2006 3:50 AM
> To: [email protected]
> Subject: [AMaViS-user] recovering from Perl failure:
> transport unavailable
>
>
> somehow, whilst doing a Perl CPAN updates, my Perl got out of
> sync, causing Amavis failure.
>
> in the interim, I've diabled amavis from
> /etc/postfix/main.cf, so, my mail works again
>
> before I look at fixing my problems:
Postsuper might work. Hold, unhold, requeue. Maybe editing the qued
files and restarting.
As for perl, if on freebsd, try:
perl-after-upgrade -f
If not, try this:
rsync -avun /usr/local/lib/perl5/{old perl}/
/usr/local/lib/perl5/{newperl}
(note the slash after oldperl and missing slash after new perl)
Note the files it WOULD copy, then do it for real:
rsync -avun /usr/local/lib/perl5/{old perl}/
/usr/local/lib/perl5/{newperl}
Only copyies NEWER files.
--
Michael Scheidell, CTO
561-999-5000, ext 1131
SECNAP Network Security Corporation
Keep up to date with latest information on IT security: Real time
security alerts: http://www.secnap.com/news
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
AMaViS-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/amavis-user
AMaViS-FAQ:http://www.amavis.org/amavis-faq.php3
AMaViS-HowTos:http://www.amavis.org/howto/