• The APS Catalog has been deprecated and removed from all Plesk Obsidian versions.
    Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
  • Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.

Issue Plesk 12 sendmail issues

publiczne

New Pleskian
First of this is my server configuration:

OS CloudLinux Server 6.7 (Aleksei Gubarev) Plesk version 12.0.18 Update #65,

And now this is my problem.

I have disabled sendmail via panel, and set outoging mail limit 50 e-mail per inbox. Everything was working fine till recently when we started to have issues with mails.

Despite sendmail being disabled this works pretty good in command line

echo -e "To:[email protected] \nSubject: Test mail from web\n\n Test mail from web via senmail\n" | sendmail -t -F [email protected]

Php works fine to, via php script despite php mail function being disabled in php ini (/opt/alt/php54/etc/php.ini)

mail("[email protected]","hello","test mail function");

And the worst thing is both of those methods ignore outgoing mail limit that is set in panel.

So basicly someone can hack one of our website and starts sending spam (which happened already).

My questions are simple. How to disable sendmail permanently and how to disable php mail function on whole server.

Ty in advance.
 
Back
Top