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 e7c06f4 + dd7cac2 commit 60d35f1Copy full SHA for 60d35f1
install/upgrade/manual/install_sieve.sh
@@ -57,7 +57,7 @@ if [ "$HAS_DOVECOT_SIEVE_INSTALLED" = "0" ]; then
57
cp -f $HESTIA_COMMON_DIR/dovecot/sieve/* /etc/dovecot/conf.d
58
59
# dovecot default file install
60
- mkdir /etc/dovecot/sieve
+ mkdir -p /etc/dovecot/sieve
61
echo -e "require [\"fileinto\"];\n# rule:[SPAM]\nif header :contains \"X-Spam-Flag\" \"YES\" {\n fileinto \"INBOX.Spam\";\n}\n" > /etc/dovecot/sieve/default
62
63
# exim4 install
0 commit comments