Compare commits

..

6 Commits
0.35 ... 0.38

Author SHA1 Message Date
cytopia
b57a7c1a24 Merge pull request #51 from devilbox/release-0.38
Add graphviz to all worker images
2018-09-12 08:40:15 +02:00
cytopia
c0bd7e32b8 Add graphviz 2018-09-11 23:40:47 +02:00
cytopia
4c856c6d67 Merge pull request #50 from devilbox/release-0.37
Add Tool: unzip
2018-08-30 08:17:52 +02:00
cytopia
68417da37f Add Tool: unzip 2018-08-29 22:17:27 +02:00
cytopia
fd255f1f9a Merge pull request #49 from devilbox/postfix-user-perm-on-windows
Mitigate postfix maildir permissions for Windows
2018-08-29 12:45:46 +02:00
cytopia
e285134ad3 Mitigate postfix maildir permissions for Windows 2018-08-29 08:51:11 +02:00
11 changed files with 23 additions and 0 deletions

View File

@@ -69,6 +69,9 @@ set_postfix() {
run "chown ${username}:${groupname} /var/mail" "${debug}"
run "chown ${username}:${groupname} /var/mail/${username}" "${debug}"
# warning: specify "strict_mailbox_ownership = no" to ignore mailbox ownership mismatch
run "postconf -e 'strict_mailbox_ownership=no'" "${debug}"
# Postfix configuration
run "postconf -e 'inet_protocols=ipv4'" "${debug}"
run "postconf -e 'virtual_alias_maps=pcre:/etc/postfix/virtual'" "${debug}"

View File

@@ -57,6 +57,7 @@ RUN set -x \
git \
git-flow \
git-svn \
graphviz \
hostname \
htop \
imagemagick \
@@ -92,6 +93,7 @@ RUN set -x \
sudo \
tig \
tree \
unzip \
vim \
w3m \
wget \

View File

@@ -57,6 +57,7 @@ RUN set -x \
git \
git-flow \
git-svn \
graphviz \
hostname \
htop \
imagemagick \
@@ -92,6 +93,7 @@ RUN set -x \
sudo \
tig \
tree \
unzip \
vim \
w3m \
wget \

View File

@@ -57,6 +57,7 @@ RUN set -x \
git \
git-flow \
git-svn \
graphviz \
hostname \
htop \
imagemagick \
@@ -92,6 +93,7 @@ RUN set -x \
sudo \
tig \
tree \
unzip \
vim \
w3m \
wget \

View File

@@ -57,6 +57,7 @@ RUN set -x \
git \
git-flow \
git-svn \
graphviz \
hostname \
htop \
imagemagick \
@@ -92,6 +93,7 @@ RUN set -x \
sudo \
tig \
tree \
unzip \
vim \
w3m \
wget \

View File

@@ -57,6 +57,7 @@ RUN set -x \
git \
git-flow \
git-svn \
graphviz \
hostname \
htop \
imagemagick \
@@ -92,6 +93,7 @@ RUN set -x \
sudo \
tig \
tree \
unzip \
vim \
w3m \
wget \

View File

@@ -57,6 +57,7 @@ RUN set -x \
git \
git-flow \
git-svn \
graphviz \
hostname \
htop \
imagemagick \
@@ -92,6 +93,7 @@ RUN set -x \
sudo \
tig \
tree \
unzip \
vim \
w3m \
wget \

View File

@@ -57,6 +57,7 @@ RUN set -x \
git \
git-flow \
git-svn \
graphviz \
hostname \
htop \
imagemagick \
@@ -92,6 +93,7 @@ RUN set -x \
sudo \
tig \
tree \
unzip \
vim \
w3m \
wget \

View File

@@ -57,6 +57,7 @@ RUN set -x \
git \
git-flow \
git-svn \
graphviz \
hostname \
htop \
imagemagick \
@@ -92,6 +93,7 @@ RUN set -x \
sudo \
tig \
tree \
unzip \
vim \
w3m \
wget \

View File

@@ -57,6 +57,7 @@ RUN set -x \
git \
git-flow \
git-svn \
graphviz \
hostname \
htop \
imagemagick \
@@ -92,6 +93,7 @@ RUN set -x \
sudo \
tig \
tree \
unzip \
vim \
w3m \
wget \

View File

@@ -72,6 +72,7 @@ RUN set -x \
git \
git-flow \
git-svn \
graphviz \
hostname \
htop \
imagemagick \
@@ -107,6 +108,7 @@ RUN set -x \
sudo \
tig \
tree \
unzip \
vim \
w3m \
wget \