We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e7c06f4 commit dd7cac2Copy full SHA for dd7cac2
1 file changed
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