• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

Is it possible to completely remove postfix from server?

nejck666

New Pleskian
Hi,

i'm using this server only as webserver, therefore I'd like to remove all the stuff I don't need...

One of them is also postfix mail server since I already got listed on one or two blacklists.

Any hints on how to do that? :)

tnx,
nejck
 
You can't remove any MTA from Linux because it is one of base part of operating system.
 
and beside of that, if you are saying that your not using it but are blacklisted. I would be worried :) Postfix is light so don't worry about the resource savements.
 
problem was it was running... even if I shutted down the service in plesk... after a day or two postfix is running again :(
 
you could always try rpm -e postfix --nodeps and see what happens. It may cause some problems with other items since other apps may expect a MTA to be present.
 
you could always try rpm -e postfix --nodeps and see what happens. It may cause some problems with other items since other apps may expect a MTA to be present.

Exactly. It is really bad idea to stop or remove MTA on Linux system.
 
Back
Top