mirror of
https://github.com/mail-in-a-box/mailinabox.git
synced 2024-11-22 02:17:26 +00:00
dovecot antispam was not setup right
This commit is contained in:
parent
4a06e93b1e
commit
cff3d561c2
@ -33,8 +33,8 @@ plugin {
|
|||||||
antispam_backend = pipe
|
antispam_backend = pipe
|
||||||
antispam_spam_pattern_ignorecase = SPAM
|
antispam_spam_pattern_ignorecase = SPAM
|
||||||
antispam_allow_append_to_spam = yes
|
antispam_allow_append_to_spam = yes
|
||||||
antispam_pipe_program_spam_arg = /usr/bin/sa-learn-pipe.sh --spam
|
antispam_pipe_program_spam_args = /usr/bin/sa-learn-pipe.sh;--spam
|
||||||
antispam_pipe_program_notspam_arg = /usr/bin/sa-learn-pipe.sh --ham
|
antispam_pipe_program_notspam_args = /usr/bin/sa-learn-pipe.sh;--ham
|
||||||
antispam_pipe_program = /bin/bash
|
antispam_pipe_program = /bin/bash
|
||||||
}
|
}
|
||||||
EOF
|
EOF
|
||||||
|
Loading…
Reference in New Issue
Block a user