Displaying 7 results from an estimated 7 matches for "caughtspam".
2011 Dec 15
1
dsync panic
...rivate
}
namespace {
hidden = yes
list = no
location =
prefix = Mail/
separator = /
subscriptions = yes
type = private
}
passdb {
driver = pam
}
passdb {
args = /opt/local/etc/dovecot/dovecot-ldap.conf.ext
driver = ldap
}
plugin {
autocreate = Trash
autocreate2 = caughtspam
autocreate3 = Sent
autocreate4 = Drafts
autosubscribe = Trash
autosubscribe2 = caughtspam
autosubscribe3 = Sent
autosubscribe4 = Drafts
mail_log_events = delete undelete expunge copy mailbox_delete
mailbox_rename
mail_log_fields = uid box msgid size
sieve = ~/.dovecot.si...
2011 Dec 07
1
lazy_expunge plugin and folder subscription trouble
...aildir:/var/mail/public:CONTROL=~/Maildir/public:INDEX=~/Maildir/public
prefix = Public/
separator = /
subscriptions = no
type = public
}
namespace {
location = mdbox:~/mdbox:MAILBOXDIR=expunged
prefix = .EXPUNGED/
separator = /
}
plugin {
autocreate = Trash
autocreate2 = caughtspam
autocreate3 = Sent
autocreate4 = Drafts
autosubscribe = Trash
autosubscribe2 = caughtspam
autosubscribe3 = Sent
autosubscribe4 = Drafts
fts = squat
lazy_expunge = .EXPUNGED/
mail_log_events = delete undelete expunge copy mailbox_delete mailbox_rename
mail_log_fields =...
2011 Sep 14
2
LDA panics without sieve script
...rivate
}
namespace {
hidden = yes
list = no
location =
prefix = Mail/
separator = /
subscriptions = yes
type = private
}
passdb {
driver = pam
}
passdb {
args = /opt/local/etc/dovecot/dovecot-ldap.conf.ext
driver = ldap
}
plugin {
autocreate = Trash
autocreate2 = caughtspam
autocreate3 = Sent
autosubscribe = Trash
autosubscribe2 = caughtspam
autosubscribe3 = Sent
mail_log_events = delete undelete expunge copy mailbox_delete mailbox_rename
mail_log_fields = uid box msgid size
quota = fs:Home-Verzeichnis:noenforcing
quota2 = fs:INBOX:noenforcing:...
2012 Jan 10
1
Panic: file mbox-sync.c: line 1348: assertion failed
...rivate
}
namespace {
hidden = yes
list = no
location =
prefix = Mail/
separator = /
subscriptions = yes
type = private
}
passdb {
driver = pam
}
passdb {
args = /opt/local/etc/dovecot/dovecot-ldap.conf.ext
driver = ldap
}
plugin {
autocreate = Trash
autocreate2 = caughtspam
autocreate3 = Sent
autocreate4 = Drafts
autosubscribe = Trash
autosubscribe2 = caughtspam
autosubscribe3 = Sent
autosubscribe4 = Drafts
mail_log_events = delete undelete expunge copy mailbox_delete mailbox_rename
mail_log_fields = uid box msgid size
sieve = ~/.dovecot.sie...
2011 Jul 13
1
How to turn off "plus" delivery
...user: postfix
group: postfix
plugin:
sieve: ~/.dovecot.sieve
sieve_dir: ~/sieve
sieve: ~/.dovecot.sieve
sieve_dir: ~/sieve
> cat ~/.dovecot.sieve
require ["regex","fileinto"];
if header :regex ["X-Bogosity"] ["^ *Spam,"] {
fileinto "caughtspam";
stop;
}
# excerpt from mail.log:
postfix/pipe[32255]: BE4FCE24069: to=<gene_att at xxxxxxxxxx.com>, relay=bogo_filter, delay=1.2, delays=0.13/0.01/0/1.1, dsn=2.0.0, status=sent (delivered via bogo_filter service)
postfix/qmgr[28916]: BE4FCE24069: removed
postfix/cleanup[32254]: DBA...
2018 Jul 26
2
mdbox_deleted proper syntax
...= sql
}
passdb {
args = cache_key=%u%r%l *
driver = bsdauth
}
plugin {
antispam_backend = mailtrain
antispam_mail_notspam = learn_ham
antispam_mail_sendmail = /usr/local/bin/rspamc
antispam_mail_sendmail_args = -h;127.0.0.1:11334;-P;q1
antispam_mail_spam = learn_spam
antispam_spam = caughtspam
antispam_trash = trash
fts = solr
fts_autoindex = yes
fts_solr = url=http://127.0.0.1:8983/solr/dovecot/
recipient_delimiter = +
sieve = file:~/sieve;active=~/.dovecot.sieve
sieve_before = /var/dovecot/sieve/before/
sieve_default = /var/dovecot/sieve/default.sieve
sieve_extensions...
2018 Jul 30
0
mdbox_deleted proper syntax
...> driver = bsdauth
> }
> plugin {
> antispam_backend = mailtrain
> antispam_mail_notspam = learn_ham
> antispam_mail_sendmail = /usr/local/bin/rspamc
> antispam_mail_sendmail_args = -h;127.0.0.1:11334;-P;q1
> antispam_mail_spam = learn_spam
> antispam_spam = caughtspam
> antispam_trash = trash
> fts = solr
> fts_autoindex = yes
> fts_solr = url=http://127.0.0.1:8983/solr/dovecot/
> recipient_delimiter = +
> sieve = file:~/sieve;active=~/.dovecot.sieve
> sieve_before = /var/dovecot/sieve/before/
> sieve_default = /var/doveco...