PluginManager added a new file:
QuotePlugin allows to use Postscreen daemon with Postfix on i-MSCP.
http://wiki.i-mscp.net/doku.php?id=plugins:postscreen
PluginManager added a new file:
QuotePlugin allows to use Postscreen daemon with Postfix on i-MSCP.
http://wiki.i-mscp.net/doku.php?id=plugins:postscreen
Error happens again.....
Error about iMSCP::OpenSSL is fixed. See https://github.com/i-MSCP/imsc…2b7cb2c977f03ad3b38440583
About the postscreen plugin: I've not tested but I can confirm the problem by reading the code from the incubator. The line as reported by perl is not always explicit for undefined variables. Here, the line to look at is 289:
Here the $policyService variable can have undef as value in some contexts which explain the error. You should initialize that variable with empty value instead of undef at line 209.
Thanks Laurent.
We will fix it ASAP.
Thanks for fixing. I'm not at home till tomorrow afternoon.
Thanks.
New version is online.