Sep 07
I Just want to sharing, once i have this error when starting my mailscanner
#/usr/bin/check_mailscanner
**** ERROR: You must upgrade your perl IO module to at least
**** ERROR: version 1.2301 or MailScanner will not work!
Solution
# wget http://search.cpan.org/CPAN/authors/id/G/GB/GBARR/IO-1.2301.tar.gz
# tar xvfz IO-1.2301.tar.gz tar xvfz IO-1.2301.tar.gz
# cd IO-1.2301 cd IO-1,2301
# perl Makefile.PL
# make test
# make install
Then start your mail scanner again 🙂
Starting MailScanner… Done.