Compare commits

...

4 Commits
0.35 ... 0.37

Author SHA1 Message Date
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 13 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

@@ -92,6 +92,7 @@ RUN set -x \
sudo \
tig \
tree \
unzip \
vim \
w3m \
wget \

View File

@@ -92,6 +92,7 @@ RUN set -x \
sudo \
tig \
tree \
unzip \
vim \
w3m \
wget \

View File

@@ -92,6 +92,7 @@ RUN set -x \
sudo \
tig \
tree \
unzip \
vim \
w3m \
wget \

View File

@@ -92,6 +92,7 @@ RUN set -x \
sudo \
tig \
tree \
unzip \
vim \
w3m \
wget \

View File

@@ -92,6 +92,7 @@ RUN set -x \
sudo \
tig \
tree \
unzip \
vim \
w3m \
wget \

View File

@@ -92,6 +92,7 @@ RUN set -x \
sudo \
tig \
tree \
unzip \
vim \
w3m \
wget \

View File

@@ -92,6 +92,7 @@ RUN set -x \
sudo \
tig \
tree \
unzip \
vim \
w3m \
wget \

View File

@@ -92,6 +92,7 @@ RUN set -x \
sudo \
tig \
tree \
unzip \
vim \
w3m \
wget \

View File

@@ -92,6 +92,7 @@ RUN set -x \
sudo \
tig \
tree \
unzip \
vim \
w3m \
wget \

View File

@@ -107,6 +107,7 @@ RUN set -x \
sudo \
tig \
tree \
unzip \
vim \
w3m \
wget \