Permission denied

Mark Sapiro mark at msapiro.net
Tue Apr 18 21:22:49 UTC 2017


On 04/18/2017 01:58 PM, Jerry Benton wrote:
> 
> Apr 18 15:52:27 smtp2 MailScanner[4395]: MailScanner Email Processor
> version 5.0.3 starting...
> Apr 18 15:52:27 smtp2 MailScanner[4395]: Could not use Custom Function
> code /usr/share/MailScanner/perl/custom/MailWatch.pm, it could not be
> "require"d. Make sure the last line is "1;" and the module is correct
> with perl -wc (Error: Can't locate Storable.pm:   Permission denied at
> /usr/share/MailScanner/perl/custom/MailWatch.pm line 35.


It appears that MailWatch.pm at its line 35 is trying to 'use Storable'
which can't be found. Is it installed, world readable, in perl's search
path ...?

What, if anything, does

perl -e 'use Storable;'

say?

-- 
Mark Sapiro <mark at msapiro.net>        The highway is for gamblers,
San Francisco Bay Area, California    better use your sense - B. Dylan


More information about the MailScanner mailing list