We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2b750ae + f7361d8 commit c8aee56Copy full SHA for c8aee56
.gitignore
@@ -1 +1,2 @@
1
-.vagrant
+.vagrant
2
+.idea
resources/Scripts/Provision.sh
@@ -7,6 +7,11 @@ echo 'Provisioning Environment with Dovecot and Test Messages'
7
if which dovecot > /dev/null; then
8
echo 'Dovecot is already installed'
9
else
10
+
11
+ echo 'Updating apt-get repositories'
12
+ sudo apt-get -qq update
13
14
15
echo 'Installing Dovecot'
16
sudo apt-get -qq -y install dovecot-imapd dovecot-pop3d
17
sudo touch /etc/dovecot/local.conf
0 commit comments