Displaying 3 results from an estimated 3 matches for "falseposit".
Did you mean:
falsepos
2014 Feb 20
1
dovecot with maildir not using mtime on reindex
...localhost port=1143 username=%L{user}::%L{service}::%L{rip}::%L{session}
driver = imap
}
plugin {
antispam_backend = pipe
antispam_debug_target = syslog
antispam_pipe_program = /he/dovecot/utils/he_spamtrain.pl
antispam_pipe_program_args = --user=%u
antispam_pipe_program_notspam_arg = --falsepositive
antispam_pipe_program_spam_arg = --missed
antispam_pipe_tmpdir = /var/run/dovecot_as_tmp
antispam_signature_missing = move
antispam_spam = Spam;Inbox.Spam;INBOX.Spam;Junk;INBOX.Junk
antispam_trash_pattern_ignorecase = trash
mail_log_events = delete undelete expunge copy mailbox_delet...
2008 Aug 15
5
SpamAssassin and Maildir with Dovecot
A patch has been proposed for SpamAssassin to process Maildir folders of
spam:
<https://issues.apache.org/SpamAssassin/show_bug.cgi?id=3003>
Is this patch compatible with Dovecot's implementation of Maildir? For
example, is anything needed to avoid stepping on Dovecot's metadata?
2007 Apr 07
5
Shared mailbox plans
** Configuration **
namespace shared {
prefix = user/%u/
location = maildir:/home/%u/Maildir:INDEX=~/Maildir/shared-indexes
}
So the only difference to how it's configured now is that %u is
expanded to whatever user whose mailboxes we're accessing. ACL plugin
then uses that user as the owner in the namespace's mailbox owner.
Since the default ACL is to not give any access