Created
January 7, 2020 08:21
-
-
Save danielehrhardt/f3d6eb7d1bbc9fed96774166cad41b0c to your computer and use it in GitHub Desktop.
Ubuntu 18.04 Postfix Remove Script
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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