That part of the code is doing IPv6 lookups. I don't know why.
Have you disabled IPv6?

On 11/10/2010 05:38 PM, bax bax wrote:
No now I recive two mail the bounced one and the second


subject:Cron <r...@server2> env LANG=C /usr/bin/mrtg
/usr/share/toaster/mrtg/qmailmrtg.cfg 2>&1 > /dev/null

Subroutine main::AF_INET6 redefined at /usr/lib/perl5/5.8.8/Exporter.pm line 65.
  at /usr/bin/mrtg line 97



 > To: [email protected]
 > From: [email protected]
 > Date: Wed, 10 Nov 2010 16:42:02 -0700
 > Subject: [qmailtoaster] Re: Bounce mail
 >
 > It looks as though some IPv6 modules are coming into play. I would try
 > disabling IPv6 and see if that fixes things up. In
 > /etc/sysconfig/network file:
 > NETWORKING_IPV6=no
 > (unless of course you're actually *using* IPv6, which I'm guessing
 > you're not)
 > You'll need to restart networking (or reboot) after making this change.
 >
 > This really is just a guess. Hard to say what's really going on w/out
 > looking at the code.
 >
 > Did you fix the problem with cron email delivery?
 >
 > --
 > -Eric 'shubes'
 >
 > On 11/10/2010 03:59 PM, bax bax wrote:
 > > Thanks Eric but problem still here
 > >
 > > #qtp-whatami
 > > qtp-whatami v0.3.7 Wed Nov 10 23:58:41 CET 2010
 > > DISTRO=CentOS
 > > OSVER=5.5
 > > QTARCH=x86_64
 > > QTKERN=2.6.18-194.17.4.el5
 > > BUILD_DIST=cnt5064
 > > BUILD_DIR=/usr/src/redhat
 > > This machine's OS is supported and has been tested
 > >
 > >
 > >
 > > > To: [email protected]
 > > > From: [email protected]
 > > > Date: Wed, 10 Nov 2010 10:55:28 -0700
 > > > Subject: [qmailtoaster] Re: Bounce mail
 > > >
 > > > On 11/07/2010 07:28 PM, bax bax wrote:
 > > > > Good morning I have update my qmailtoaster but now every 4-5
 > > minutes I get =
 > > > > this message, can I fix this?
 > > > > Thanks for you help
 > > > >
 > > > > Hi. This is the qmail-send program at server2.xxxxxxxxx.org.
 > > > > I tried to deliver a bounce message to this address, but the bounce
 > > bounc=
 > > > > ed!
 > > > >
 > > > > <[email protected]>:
 > > > > Sorry=2C I wasn't able to establish an SMTP connection. (#4.4.1)
 > > > > I'm not going to try again; this message has been in the queue too
 > > long.
 > > > >
 > > > > --- Below this line is the original bounce.
 > > > >
 > > > > Return-Path:<>
 > > > > Received: (qmail 23910 invoked for bounce); 6 Nov 2010 22:10:03
-0000
 > > > > Date: 6 Nov 2010 22:10:03 -0000
 > > > > From: [email protected]
 > > > > To: [email protected]
 > > > > Subject: failure notice
 > > > >
 > > > > Hi. This is the qmail-send program at server2.xxxxxxxxxx.org.
 > > > > I'm afraid I wasn't able to deliver your message to the following
 > > addresses=
 > > > > .
 > > > > This is a permanent error=3B I've given up. Sorry it didn't
work out.
 > > > >
 > > > > <[email protected]>:
 > > > > Sorry=2C I wasn't able to establish an SMTP connection. (#4.4.1)
 > > > > I'm not going to try again=3B this message has been in the queue
 > > too long.
 > > > >
 > > > > --- Below this line is a copy of the message.
 > > > >
 > > > > Return-Path:<[email protected]>
 > > > > Received: (qmail 10832 invoked by uid 0)=3B 5 Nov 2010 21:10:02
-0000
 > > > > Date: 5 Nov 2010 21:10:01 -0000
 > > > > Message-ID:<[email protected]>
 > > > > From: [email protected] (Cron Daemon)
 > > > > To: [email protected]
 > > > > Subject: Cron<r...@server2> env LANG=3DC /usr/bin/mrtg
 > > /usr/share/toaster/=
 > > > > mrtg/qmailmrtg.cfg 2>&1> /dev/null
 > > > > Content-Type: text/plain=3B charset=3DUTF-8
 > > > > Auto-Submitted: auto-generated
 > > > > X-Cron-Env:<SHELL=3D/bin/bash>
 > > > > X-Cron-Env:<PATH=3D/sbin:/bin:/usr/sbin:/usr/bin>
 > > > > X-Cron-Env:<MAILTO=3Droot>
 > > > > X-Cron-Env:<HOME=3D/>
 > > > > X-Cron-Env:<LOGNAME=3Droot>
 > > > > X-Cron-Env:<USER=3Droot>
 > > > >
 > > > > Subroutine SNMPv1_Session::AF_INET6 redefined at
 > > /usr/lib/perl5/5.8.8/Expor=
 > > > > ter.pm line 65.
 > > > > at /usr/bin/../lib64/mrtg2/SNMP_Session.pm line 594
 > > > > Subroutine main::AF_INET6 redefined at
 > > /usr/lib/perl5/5.8.8/Exporter.pm lin=
 > > > > e 65.
 > > > > at /usr/bin/mrtg line 97
 > > > >
 > > >
 > > > You appear to have 2 problems. First is a problem with mrtg. That
error
 > > > is trying to be emailed from cron to [email protected], which is
 > > > undeliverable (2nd problem).
 > > >
 > > > You can change the MAILTO= parameter in your /etc/crontab file to
point
 > > > to a valid email address to fix the 2nd problem.
 > > >
 > > > The first problem appears to be a problem with the Exporter.pm
module,
 > > > which is part of the perl package. I would make sure that perl is
up to
 > > > date:
 > > > # yum update perl
 > > >
 > > > If that doesn't fix things, what does
 > > > # qtp-whatami
 > > > show you?
 > > >
 > > > --
 > > > -Eric 'shubes'
 > > >
 > > >
 > > >
 > >
---------------------------------------------------------------------------------
 > > > Qmailtoaster is sponsored by Vickers Consulting Group
 > > (www.vickersconsulting.com)
 > > > Vickers Consulting Group offers Qmailtoaster support and
installations.
 > > > If you need professional help with your setup, contact them today!
 > > >
 > >
---------------------------------------------------------------------------------
 > > > Please visit qmailtoaster.com for the latest news, updates, and
packages.
 > > >
 > > > To unsubscribe, e-mail:
[email protected]
 > > > For additional commands, e-mail:
[email protected]
 > > >
 > > >
 >
 >
 >
 >
---------------------------------------------------------------------------------
 > Qmailtoaster is sponsored by Vickers Consulting Group
(www.vickersconsulting.com)
 > Vickers Consulting Group offers Qmailtoaster support and installations.
 > If you need professional help with your setup, contact them today!
 >
---------------------------------------------------------------------------------
 > Please visit qmailtoaster.com for the latest news, updates, and packages.
 >
 > To unsubscribe, e-mail: [email protected]
 > For additional commands, e-mail: [email protected]
 >
 >


--
-Eric 'shubes'


---------------------------------------------------------------------------------
Qmailtoaster is sponsored by Vickers Consulting Group 
(www.vickersconsulting.com)
   Vickers Consulting Group offers Qmailtoaster support and installations.
     If you need professional help with your setup, contact them today!
---------------------------------------------------------------------------------
    Please visit qmailtoaster.com for the latest news, updates, and packages.
To unsubscribe, e-mail: [email protected]
    For additional commands, e-mail: [email protected]


Reply via email to