Skip to content

Instantly share code, notes, and snippets.

@pablodevopensource
Last active July 18, 2016 21:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save pablodevopensource/8e910229ec8c301bb492 to your computer and use it in GitHub Desktop.
Save pablodevopensource/8e910229ec8c301bb492 to your computer and use it in GitHub Desktop.
install postfix&dovecot for puphpet
#!/bin/bash
sudo apt-get install postfix -y && sudo apt-get install dovecot-imapd dovecot-pop3d -y
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment