Skip to content

Commit dd7cac2

Browse files
committed
Force creating /etc/dovecot/sieve
1 parent e7c06f4 commit dd7cac2

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)