Jump to content

Exim:Uninstall di Ubuntu

From Wiki
Revision as of 08:06, 7 December 2022 by Kangtain (talk | contribs) (Created page with "Here's all you need to do to cleanly and easily get rid of Exim4: <syntaxhighlight lang="bash"> apt-get remove exim4 exim4-base exim4-config exim4-daemon-light </syntaxhighlight> You may have the exim4 logs directory left behind. Just get rid of it manually, if you do: <syntaxhighlight lang="bash"> rm -r /var/log/exim4/ </syntaxhighlight>")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Here's all you need to do to cleanly and easily get rid of Exim4:

apt-get remove exim4 exim4-base exim4-config exim4-daemon-light

You may have the exim4 logs directory left behind. Just get rid of it manually, if you do:

rm -r /var/log/exim4/