Displaying 20 results from an estimated 25 matches for "antispam_spool2dir_spam".
Reviewing end-user ham/spam submissions before feeding them to sa-learn via Dovecot Antispam plug-in
2013 Jan 16
1
Reviewing end-user ham/spam submissions before feeding them to sa-learn via Dovecot Antispam plug-in
Currently, I'm using the Dovecot Antispam plug-in with great success.
Everything works as expected.
However, I would like to change the plug-in's behavior such that it
simply sends a copy of a message that is moved from Inbox -> Junk (or
Junk -> Inbox) to an administrator, instead of calling sa-learn (I'm
using SpamAssassin) automatically.
Basically, I would like to be able to
2015 Jul 20
2
[Dovecot Antispam] Can't seem to load plugin
On 2015-07-20 08:20, Christian Kivalo wrote:
>> 
>> That seems to be about all I get though. Still nothing to indicate 
>> errors, and
>> nothing to indicate that anything is being done when I move messages 
>> into
>> spam. I suppose that probably means I've configured the folder paths
>> incorrectly. I'll have to keep beating my head against it
2020 Jul 03
0
Mail replication fails between v2.2.27 and v2.3.4.1
...ial_use = \Trash
  }
  prefix = 
  separator = .
  type = private
}
passdb {
  args = /etc/dovecot/dovecot-sql.conf
  driver = sql
}
plugin {
  acl = vfile
  antispam_backend = spool2dir
  antispam_spam = spam;Spam;junk;Junk
  antispam_spool2dir_notspam = /var/spool/spamtrainer/%%lu-%u-%%05lu-ham
  antispam_spool2dir_spam = /var/spool/spamtrainer/%%lu-%u-%%05lu-spam
  antispam_trash = trash;Trash;Deleted Items;Deleted Messages
  mail_log_events = delete
  mail_log_fields = uid box msgid from subject
  sieve = ~/.dovecot.sieve
  sieve_before = /home/vmail/global.sieve
  sieve_default = /home/vmail/global.sieve
  siev...
2015 Jul 20
0
[Dovecot Antispam] Can't seem to load plugin
...ot.index.thread
dovecot.mailbox.log
new
subscriptions
tmp
plugin {
  antispam_debug_target = syslog
  antispam_verbose_debug = 1
  antispam_trash_pattern_ignorecase  = Trash
  antispam_spam_pattern_ignorecase   = Spam
  antispam_unsure_pattern_ignorecase = Suspect
  antispam_backend  = spool2dir
  antispam_spool2dir_spam = /home/%u/unprocessed/spam-%%lu-%%lu
  antispam_spool2dir_notspam = /home/%u/unprocessed/ham-%%lu-%%lu
}
After reloading with this configuration and moving a piece of spam into the 
spam folder...
root at zerolag:/home/james.lott/mail # ls -lah ../unprocessed/
total 12
drwxr-xr-x  2 james.lott...
2012 Aug 09
1
looking for information on Vacation auto-reply
...ve
}
protocol imap {
   mail_max_userip_connections = 30
   mail_plugins = " quota imap_quota"
   plugin {
     antispam_backend = spool2dir
     antispam_signature = X-DSPAM-Signature
     antispam_spam = Junk
     antispam_spool2dir_notspam = /var/spamtrain/not-spam/%%020lu-%u-%%05
     antispam_spool2dir_spam = /var/spamtrain/spam/%%020lu-%u-%%05
     antispam_trash = Trash
     antispam_verbose_debug = 1
   }
}
protocol sieve {
   mail_debug = yes
   managesieve_implementation_string = Dovecot Pigeonhole
}
2014 Nov 04
1
doveadm index message-decoder assertion failed
...Sent Messages" {
     special_use = \Sent
   }
   mailbox Trash {
     special_use = \Trash
   }
   prefix =
}
passdb {
   driver = pam
}
plugin {
   antispam_backend = spool2dir
   antispam_spam = Junk
   antispam_spool2dir_notspam = 
/var/spool/dovecot-antispam/queue/ham-%%020lu-%u-%%05lu
   antispam_spool2dir_spam = 
/var/spool/dovecot-antispam/queue/spam-%%020lu-%u-%%05lu
   antispam_trash = Trash
   fts = lucene
   fts_autoindex = yes
   fts_lucene = whitespace_chars=@.
}
protocols = imap lmtp sieve
service imap-login {
   inet_listener imap {
     address = xxx.xxx.xxx.x
   }
   inet_listener imaps {...
2010 Dec 16
2
Expire plugin does not work
...imap4flags copy include variables body enotify environment mailbox date
passdb {
  args = scheme=PLAIN-MD5 username_format=%Ln /etc/dovecot/databases/users
  driver = passwd-file
}
plugin {
  antispam_backend = SPOOL2DIR
  antispam_spam = Spam
  antispam_spool2dir_notspam = %h/ham/%%020lu-%%05lu
  antispam_spool2dir_spam = %h/spam/%%020lu-%%05lu
  antispam_trash = Trash
  expire = Spam
  expire2 = Trash
  expire_dict = proxy::expire
  sieve = ~/.dovecot.sieve
  sieve_dir = ~/sieve
}
protocols = imap lmtp sieve
service auth {
  unix_listener /var/spool/postfix/private/auth {
    group = postfix
    mode = 0660
    u...
2010 Dec 31
2
X-SAVEDATE & dync & doveadm expunge
...virtual
   prefix = virtual/
   separator = /
   subscriptions = no
   type = private
}
passdb {
   args = /etc/dovecot/dovecot-sql.conf.ext
   driver = sql
}
plugin {
   antispam_backend = spool2dir
   antispam_spam = Junk
   antispam_spool2dir_notspam = /home/vmail/learn-ham/%%020lu-%u-%%05luh
   antispam_spool2dir_spam = /home/vmail/learn-spam/%%020lu-%u-%%05lus
   antispam_trash = Trash
   fts = squat
   fts_squat = partial=4 full=10
   quota = dict:user::proxy::dictionary
   sieve = ~/dovecot.sieve
   sieve_before = /etc/dovecot/sieve-global/
   sieve_dir = ~/sieve
}
postmaster_address = postmaster at ubuntu-te...
2015 Dec 16
3
[bug][Pigeonhole 0.4.10] Missing msgid
...scheme=plain username_format=%n /usr/local/etc/dovecot/dovecot.auth/%d.passwd
  driver = passwd-file
}
plugin {
  acl = vfile
  acl_shared_dict = file:/vmail/shared-mailboxes.db
  antispam_backend = spool2dir
  antispam_spam = Junk
  antispam_spool2dir_notspam = /tmp/spamspool/%%020lu-%u-%%05luh
  antispam_spool2dir_spam = /tmp/spamspool/%%020lu-%u-%%05lus
  antispam_trash = Trash;train_ham;train_prob;train_spam
  quota = dict:User quota::file:%h/dovecot-quota
  quota_rule = *:storage=2G
  quota_rule2 = Trash:storage=+10%%
  quota_rule3 = Spam:storage=+20%%
  quota_status_nouser = DUNNO
  quota_status_success = DUN...
2014 Mar 13
0
quota using wrong limits in user shared mailboxes
...vecot-2.2.10/etc/dovecot/dovecot-ldap.conf.ext
   driver = ldap
}
plugin {
   acl = vfile
   acl_shared_dict = proxy::acl
   antispam_allow_append_to_spam = yes
   antispam_backend = spool2dir
   antispam_spam = SPAM+ReportAsSPAM
   antispam_spool2dir_notspam = /tmp/spamspool/%%020lu-%%05lu-%u-H
   antispam_spool2dir_spam = /tmp/spamspool/%%020lu-%%05lu-%u-S
   antispam_trash = trash;TRASH;Trash;spam;SPAM;Spam;junk;JUNK;Junk;Deleted Items;Deleted Messages;Gel&APY-schte Elemente;Gel&APY-schte Objekte;Junk E-mail;Junk-E-Mail;INBOX.Trash;INBOX.TRASH;INBOX.trash
   mail_log_events = delete undelete expunge copy...
2013 Jul 16
1
Dovecot v2.2.4 (ebbe00999da8) doveadm crash
...virtual:~/virtual
  prefix = virtual/
  separator = /
  subscriptions = no
  type = private
}
passdb {
  args = /etc/dovecot/dovecot-sql.conf.ext
  driver = sql
}
plugin {
  antispam_backend = spool2dir
  antispam_spam = Junk
  antispam_spool2dir_notspam = /home/vmail/learn-ham/%%020lu-%u-%%05luh
  antispam_spool2dir_spam = /home/vmail/learn-spam/%%020lu-%u-%%05lus
  antispam_trash = Trash
  fts = lucene
  fts_lucene = whitespace_chars=@.
  mail_log_events = delete undelete expunge copy mailbox_delete mailbox_rename append
  mail_log_fields = uid box from subject msgid size flags
  quota = dict:user::proxy::dictiona...
2015 Dec 16
3
[bug][Pigeonhole 0.4.10] Missing msgid
Pigeonhole 0.4.10 doesn't log msgid for some messages.
Dec 16 09:57:57 mx dovecot: lmtp(user1 at example.com): EbLlL2gLcVYCBgEAPZa6/Q: sieve: msgid=<20151216065756.BE1DF1FFD8 at cp.bitrix24.com>: forwarded to <user3 at example.com>
Dec 16 09:57:57 mx dovecot: lmtp(user1 at example.com): EbLlL2gLcVYCBgEAPZa6/Q: sieve: stored mail into mailbox 'INBOX'
Dec 16 09:57:57 mx
2016 Mar 21
3
Dovecot 2.2.22 - doveadm via socket not working
...d.dovcot.master
  driver = passwd-file
  master = yes
}
plugin {
  antispam_allow_append_to_spam = yes
  antispam_backend = spool2dir
  antispam_spam = UCE-TMP;UCE-MELDEN
  antispam_spam_pattern_ignorecase = junk*
  antispam_spool2dir_notspam = /opt/rubmail/data/antispam/ham/ham-%%020lu-%u-%%05lu
  antispam_spool2dir_spam = /opt/rubmail/data/antispam/spam/spam-%%020lu-%u-%%05lu
  antispam_trash = Trash;Papierkorb
  antispam_trash_pattern_ignorecase = gel?scht*;gel&APY-scht*;deleted*
  mail_log_events = mailbox_delete mailbox_rename mailbox_create
  mail_log_fields = uid box msgid size
  quota = dict:User quota:%...
2014 Feb 17
4
output of doveconf in conflict with order of settings in conf.d/*-*.conf files
...vecot-2.2.10/etc/dovecot/dovecot-ldap.conf.ext
   driver = ldap
}
plugin {
   acl = vfile
   acl_shared_dict = proxy::acl
   antispam_allow_append_to_spam = yes
   antispam_backend = spool2dir
   antispam_spam = SPAM+ReportAsSPAM
   antispam_spool2dir_notspam = /tmp/spamspool/%%020lu-%%05lu-%u-H
   antispam_spool2dir_spam = /tmp/spamspool/%%020lu-%%05lu-%u-S
   antispam_trash = trash;TRASH;Trash;spam;SPAM;Spam;junk;JUNK;Junk;Deleted Items;Deleted Messages;Gel&APY-schte Elemente;Gel&APY-schte Objekte;Junk E-mail;Junk-E-Mail;INBOX.Trash;INBOX.TRASH;INBOX.trash
   mail_log_events = delete undelete expunge copy...
2013 Jan 24
0
Again ACL Postgres dict trouble, no update and raw backtrace
...ecot-2.1.13/etc/dovecot/dovecot-ldap.conf.ext
   driver = ldap
}
plugin {
   acl = vfile
   acl_shared_dict = proxy::acl
   antispam_allow_append_to_spam = true
   antispam_backend = spool2dir
   antispam_spam = SPAM+ReportAsSPAM
   antispam_spool2dir_notspam = /tmp/spamspool/%%020lu-%%05lu-%u-H
   antispam_spool2dir_spam = /tmp/spamspool/%%020lu-%%05lu-%u-S
   antispam_trash = trash;TRASH;Trash;spam;SPAM;Spam;junk;JUNK;Junk;Deleted Items;Deleted Messages;Gel&APY-schte Elemente;Gel&APY-schte Objekte;Junk E-mail;Junk-E-Mail;INBOX.Trash;INBOX.TRASH;INBOX.trash
   mail_log_events = delete undelete expunge copy...
2016 Jul 19
2
Replication sieve scripts.
Hello,
 Are you sure about that I would need so recent version? That is ok to 
 have some bugfixes but you are talking about the latest cutting edge 
 debian jessie backports package.
 Even the mainline debian jessie only have 2.2.13 in it and my system is 
 a complex wheezy installation, the last thing I want to do is to move 
 all my components into jessie just because of this or do you know
2010 Feb 19
2
quota and lazy_expunge plugins both used: quotas go wrong with lazy_expunge'd mails
....d/
  sieve_before: /etc/dovecot/sieve/before.d/
  sieve_after: /etc/dovecot/sieve/after.d/
  antispam_trash: trash;Trash;TRASH;Deleted Items;Deleted Messages;Corbeille
  antispam_spam: spam;Spam;SPAM;junk;Junk;Junk mail;Junk E-mail;Courrier ind&AOk-sirable
  antispam_allow_append_to_spam: no
  antispam_spool2dir_spam: /var/spool/antispam/spam/%%020lu-%u-%%05lu-spam
  antispam_spool2dir_notspam: /var/spool/antispam/notspam/%%020lu-%u-%%05lu-ham
dict:
  expire: mysql:/etc/dovecot/dovecot-dict-expire.conf
2016 Mar 20
2
[BUG] Dovecot 2.2.22 lmtp child killed with signal 11
...d.dovcot.master
  driver = passwd-file
  master = yes
}
plugin {
  antispam_allow_append_to_spam = yes
  antispam_backend = spool2dir
  antispam_spam = UCE-TMP;UCE-MELDEN
  antispam_spam_pattern_ignorecase = junk*
  antispam_spool2dir_notspam = /opt/rubmail/data/antispam/ham/ham-%%020lu-%u-%%05lu
  antispam_spool2dir_spam = /opt/rubmail/data/antispam/spam/spam-%%020lu-%u-%%05lu
  antispam_trash = Trash;Papierkorb
  antispam_trash_pattern_ignorecase = gel?scht*;gel&APY-scht*;deleted*
  mail_log_events = mailbox_delete mailbox_rename mailbox_create
  mail_log_fields = uid box msgid size
  quota = dict:User quota:%...
2014 Feb 10
3
Feature request about Info: Internal login failure (pid=2296 id=17278) (internal failure, 1 successful auths)
...vecot-2.2.10/etc/dovecot/dovecot-ldap.conf.ext
   driver = ldap
}
plugin {
   acl = vfile
   acl_shared_dict = proxy::acl
   antispam_allow_append_to_spam = yes
   antispam_backend = spool2dir
   antispam_spam = SPAM+ReportAsSPAM
   antispam_spool2dir_notspam = /tmp/spamspool/%%020lu-%%05lu-%u-H
   antispam_spool2dir_spam = /tmp/spamspool/%%020lu-%%05lu-%u-S
   antispam_trash = trash;TRASH;Trash;spam;SPAM;Spam;junk;JUNK;Junk;Deleted Items;Deleted Messages;Gel&APY-schte Elemente;Gel&APY-schte Objekte;Junk E-mail;Junk-E-Mail;INBOX.Trash;INBOX.TRASH;INBOX.trash
   mail_log_events = delete undelete expunge copy...
2013 Nov 25
4
v2.2.9 released
http://dovecot.org/releases/2.2/dovecot-2.2.9.tar.gz
http://dovecot.org/releases/2.2/dovecot-2.2.9.tar.gz.sig
        + Full text search indexing can now be done automatically after
          saving/copying mails by setting plugin { fts_autoindex=yes }
        + replicator: Added replication_dsync_parameters setting to pass
          "doveadm sync" parameters (for controlling what to