Skip to content

Instantly share code, notes, and snippets.

@danielehrhardt
Created January 7, 2020 08:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save danielehrhardt/f3d6eb7d1bbc9fed96774166cad41b0c to your computer and use it in GitHub Desktop.
Save danielehrhardt/f3d6eb7d1bbc9fed96774166cad41b0c to your computer and use it in GitHub Desktop.
Ubuntu 18.04 Postfix Remove Script
#!/bin/sh
echo
sudo apt-get remove postfix
sudo apt-get purge postfix
userdel postfix
rm -rf /etc/postfix/
rm -rf /usr/share/doc/postfix/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment