Skip to content

Instantly share code, notes, and snippets.

@richardsonlima
Forked from pablodevopensource/mailservers.sh
Created July 18, 2016 21:54
Show Gist options
  • Save richardsonlima/1432a4ffb5d09251ad843eeacf9be26f to your computer and use it in GitHub Desktop.
Save richardsonlima/1432a4ffb5d09251ad843eeacf9be26f 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