From: Silke Meyer Date: Mon, 2 Feb 2015 15:05:47 +0000 (+0100) Subject: preps to read mail in vagrant X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=d1c3d897d89ce41ad933af6069d1a7874fbfdd7e;p=friendica.git preps to read mail in vagrant --- diff --git a/util/vagrant_provision.sh b/util/vagrant_provision.sh index cd9f632dea..8a8ff3face 100644 --- a/util/vagrant_provision.sh +++ b/util/vagrant_provision.sh @@ -68,7 +68,7 @@ service mysql restart debconf-set-selections <<< "postfix postfix/mailname string friendica.dev" debconf-set-selections <<< "postfix postfix/main_mailer_type string 'Local Only'" apt-get install -y postfix -apt-get install mailutils +apt-get install mailutils libmailutils-dev #make the vagrant directory the docroot sudo rm -rf /var/www/