Skip to content

Instantly share code, notes, and snippets.

@crofty
Created September 9, 2009 11:29
Show Gist options
  • Save crofty/183655 to your computer and use it in GitHub Desktop.
Save crofty/183655 to your computer and use it in GitHub Desktop.
Postfix installation on slicehost
# 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