• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS.

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