Created
September 9, 2009 11:29
-
-
Save crofty/183655 to your computer and use it in GitHub Desktop.
Postfix installation on slicehost
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
# check the hostname, needed as part of install | |
hostname -f | |
sudo apt-get install postfix telnet mailx | |
# test with | |
mail [email protected] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment