Skip to content

Commit 60d35f1

Browse files
authored
Merge pull request hestiacp#2817 from jaapmarcus/fix/unable-install-sieve
Force creating /etc/dovecot/sieve
2 parents e7c06f4 + dd7cac2 commit 60d35f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install/upgrade/manual/install_sieve.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ if [ "$HAS_DOVECOT_SIEVE_INSTALLED" = "0" ]; then
5757
cp -f $HESTIA_COMMON_DIR/dovecot/sieve/* /etc/dovecot/conf.d
5858

5959
# dovecot default file install
60-
mkdir /etc/dovecot/sieve
60+
mkdir -p /etc/dovecot/sieve
6161
echo -e "require [\"fileinto\"];\n# rule:[SPAM]\nif header :contains \"X-Spam-Flag\" \"YES\" {\n fileinto \"INBOX.Spam\";\n}\n" > /etc/dovecot/sieve/default
6262

6363
# exim4 install

0 commit comments

Comments
 (0)