preps to read mail in vagrant
This commit is contained in:
parent
1fb79a1a59
commit
d1c3d897d8
|
@ -68,7 +68,7 @@ service mysql restart
|
||||||
debconf-set-selections <<< "postfix postfix/mailname string friendica.dev"
|
debconf-set-selections <<< "postfix postfix/mailname string friendica.dev"
|
||||||
debconf-set-selections <<< "postfix postfix/main_mailer_type string 'Local Only'"
|
debconf-set-selections <<< "postfix postfix/main_mailer_type string 'Local Only'"
|
||||||
apt-get install -y postfix
|
apt-get install -y postfix
|
||||||
apt-get install mailutils
|
apt-get install mailutils libmailutils-dev
|
||||||
|
|
||||||
#make the vagrant directory the docroot
|
#make the vagrant directory the docroot
|
||||||
sudo rm -rf /var/www/
|
sudo rm -rf /var/www/
|
||||||
|
|
Loading…
Reference in a new issue