You are not logged in.

#1 2012-06-06 16:30:05

freaks
Member
Registered: 2010-11-10
Posts: 63

amavisd

Hello
amavis don't want to start

defined(@array) is deprecated at /usr/share/perl5/site_perl/Net/Server.pm line 211.
	(Maybe you should just omit the defined()?)

when i execute netstat -tap
there is not amavis daemon on port 10028

Offline

#2 2012-06-06 17:24:32

juster
Forum Fellow
Registered: 2008-10-07
Posts: 195

Re: amavisd

Try upgrading the Net::Server module. That one is old.

Because the module file (Net/Server.pm) is installed under site_perl that leads me to believe that you (or amavisd) have installed (or auto-installed) this module by using the cpan shell. You can use the cpan shell to upgrade it by running: cpan install Net::Server

The more laborious task is to remove the Net-Server files manually and install the perl-net-server package. The Net-Server files include /usr/share/perl5/site_perl/Net/Server.pm and the /usr/share/perl5/site_perl/Net/Server/ directory.

In any case mixing modules installed by the cpan shell and packaged modules can be confusing. The cpan modules have higher precedence. This means the version installed by cpan is always loaded instead of the packaged module.

Offline

Board footer

Powered by FluxBB