1 (edited by diego.sanjuan 2016-05-25 02:11:58)

Topic: Amavisd not working

On CentOs 7 (1511) when I try to load Amavisd I get an error:

root@mailserver sbin]# ./amavisd -V
ERROR: MISSING REQUIRED BASIC MODULES:
  Unix::Syslog
  MIME::Words
  MIME::Head
  MIME::Body
  MIME::Entity
  MIME::Parser
  MIME::Decoder
  MIME::Decoder::Base64
  MIME::Decoder::Binary
  MIME::Decoder::QuotedPrint
  MIME::Decoder::NBit
  MIME::Decoder::UU
  MIME::Decoder::Gzip64
  Net::Server
  Net::Server::PreFork
BEGIN failed--compilation aborted at ./amavisd line 251.
[root@mailserver sbin]#

I have try to install the modules, but nothing is finded

[root@mailserver sbin]# yum install perl-Net-Server
Plugins carregados: fastestmirror
Loading mirror speeds from cached hostfile
 * base: mirror.nbtelecom.com.br
 * extras: mirror.gtdinternet.com
 * updates: mirror.nbtelecom.com.br
Nenhum pacote perl-Net-Server disponível.
Error: Nada a ser feito

Same with yum install perl-MIME-tools.

User are receiving very much SPAM. Help!
Thanks!

----

Spider Email Archiver: On-Premises, lightweight email archiving software developed by iRedMail team. Supports Amazon S3 compatible storage and custom branding.

2

Re: Amavisd not working

After some more investigation, I think I had an old epel repo version.
With

yum remove epel-release

then

yum --enablerepo=extras install epel-release

then

yum clean all

and finally

yum --enablerepo=epel install amavisd-new

It download and install amavisd and all its dependencies and now It is loading Ok:

[root@mailserver sbin]# ./amavisd -V
amavisd-new-2.9.0 (20140509)

Hope this helps comeone!