When sending email from a Plesk server, i get error
1 |
Aug 11 19:49:28 vmi274961 postfix/smtp[29276]: E413C3320265: to=<serverok@customer-domain.com>, relay=none, delay=0.47, delays=0.47/0/0/0, dsn=4.4.1, status=deferred (connect to 127.0.0.1[127.0.0.1]:10024: Connection refused) |
This is beccause amavis service is not running. It is supposed to be run in port 10024 When i try to start amavis service, i get error
1 2 3 4 |
Aug 17 09:31:04 server.ishiply.com systemd[1]: Starting LSB: Starts amavisd-new mailfilter... Aug 17 09:31:05 server.ishiply.com amavis[7771]: Starting amavisd: Problem in Amavis SQL base code: Can't locate DBI.pm in @INC (you may need to install the DBI module) (@INC contains: /etc/perl /usr/local/lib/x86_64-linux-gnu/perl/5.22.1 /usr/local/share/perl/5.22.1 /usr/lib/x86_64-linux-gnu/perl5/5.22 /usr/share/perl5 /usr/lib/x86_64-linux-gnu/perl/5.22 /usr/share/perl/5.22 /usr/local/lib/site_perl /usr/lib/x86_64-linux-gnu/perl-base) at (eval 100) line 19. Aug 17 09:31:05 server.ishiply.com amavis[7771]: BEGIN failed--compilation aborted at (eval 100) line 19. Aug 17 09:31:05 server.ishiply.com amavis[7771]: (failed). |
This is becuase Perl DBI module was missing. On Ubuntu server, i found the package that […]