Displaying 20 results from an estimated 22 matches for "antispam_unsur".
Did you mean:
antispam_unsure
2010 Aug 04
1
Shared mailboxes errors
...ure_missing = move
>
> antispam_mail_sendmail = /usr/local/bin/sa-learn
> antispam_mail_sendmail_args = --username=%u;--debug;all
> antispam_mail_spam = --spam
> antispam_mail_notspam = --ham
> antispam_mail_tmpdir = /tmp
> antispam_spam = Spam
> antispam_unsure = Virus
> antispam_trash = Trash
>
First of all - what OS is this ? BSD ? And how did you install your spamassassin (ports\compiling from source)?
Show your local.cf file (/etc/mail/spamassassin or /usr/local/etc/mail/spamassasin).
After reading perldoc Mail::SpamAssassin::Conf add t...
2015 Jul 20
2
[Dovecot Antispam] Can't seem to load plugin
...olders...
plugin {
antispam_backend = crm114
antispam_crm_args = --fileprefix=/home/%u/spamdb/
antispam_crm_binary = /usr/local/etc/dovecot/filter/mailreaver.crm
antispam_debug_target = syslog
antispam_signature = X-CRM114-CacheID
antispam_spam = Spam
antispam_trash = Trash
antispam_unsure = INBOX/Suspect
i don't know crm114 but this looks ok to me.
you could try
antispam_verbose_debug = 1
to get more verbose logging from the antispam plugin
regards
- christian
2015 Jul 20
0
[Dovecot Antispam] Can't seem to load plugin
...f
dovecot.index
dovecot.index.cache
dovecot.index.log
dovecot.index.log.2
dovecot.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 zer...
2015 Jul 20
2
[Dovecot Antispam] Can't seem to load plugin
Thanks for the pointer! Thanks to the enabled debug logging, I can now see
that the plugin is at least loading
root at zerolag:/usr/local/etc/dovecot # grep antispam /var/log/debug.log
Jul 19 20:02:30 zerolag dovecot: imap(james.lott): Debug: Module loaded:
/usr/local/lib/dovecot/lib90_antispam_plugin.so
Jul 19 20:02:35 zerolag dovecot: imap(james.lott): Debug: Module loaded:
2017 Sep 27
3
mail-storage.c:2473 assertion failed: (!ctx->unfinished) (related to antispam?)
...ogram = /usr/local/bin/trainspam
>> antispam_pipe_program_notspam_arg = ham
>> antispam_pipe_program_spam_arg = spam
>> antispam_spam = Spam;ProbablySpam;Ongewenste e-mail;Junk
>> antispam_trash_pattern_ignorecase = trash;Deleted *;Prullenbak;Verwijderde *
>> antispam_unsure = INBOX
>> sieve = ~/sieve
>> sieve_dir = ~/sieve.d
>> sieve_global_path = /etc/dovecot/sieve/default
>> }
>> protocols = imap sieve
>> service auth {
>> unix_listener auth-client {
>> group = Debian-exim
>> mode = 0600
>>...
2014 Nov 10
0
mail-storage.c:2222:mailbox_copy assertion failed: (!ctx->unfinished)
...; antispam_mail_notspam = -g
> antispam_mail_sendmail = /usr/bin/nice
> antispam_mail_sendmail_args = /usr/local/bin/python2;-W;ignore;/usr/local/bin/sb_filter.py;-d;%h/.hammiedb;-f
> antispam_mail_spam = -s
> antispam_spam = SPAM;Spam;Junk
> antispam_trash = Trash
> antispam_unsure = Filtered-Spam;Possible-Spam
> fetchmail_pidfile = %h/.fetchmail.pid
> fts = lucene
> fts_autoindex = yes
> fts_autoindex_max_recent_msgs = 30
> fts_decoder = decode2text
> fts_index_timeout = 60
> fts_lucene = whitespace_chars=@. mime_parts
> mailbox_alias...
2012 Jan 25
1
Dovecot antispam plugint got an empty message
...usr/bin/dspam
antispam_dspam_notspam = --class=innocent
antispam_dspam_result_header = X-DSPAM-Result
antispam_dspam_spam = --class=spam
antispam_mail_tmpdir = /tmp
antispam_signature = X-DSPAM-Signature
antispam_signature_missing = move
antispam_spam = Junk
antispam_trash = Trash
antispam_unsure =
sieve = /home/dovecot/%u/sieve.default
sieve_before = /etc/dovecot/sieve/dspam.sieve
sieve_dir = /home/dovecot/%u/sieve
}
protocols = imap sieve
service auth {
unix_listener /var/spool/postfix/private/auth {
group = postfix
mode = 0660
user = postfix
}
unix_listener auth...
2010 Jul 27
3
AntiSpam Plugin
I'm getting Errors in Thunderbird, when using the antispam plugin:
[SERVERBUG] failed to send email
What am I doing wrong? there isn't that much to configure? I'm using
Dovecot version 1.2.12.
Does anyone know about that bug aswell, cause google research showed me
that it might be a common bug?!
Regards
2015 Apr 22
2
Dovecot 2.2.16 crashes when fetching mails with Trojita 0.5
...antispam_dspam_binary = /usr/bin/dspamc
antispam_dspam_notspam = --class=innocent
antispam_dspam_result_header = X-DSPAM-Result
antispam_dspam_spam = --class=spam
antispam_signature = X-DSPAM-Signature
antispam_signature_missing = error
antispam_spam = spam
antispam_trash = trash
antispam_unsure = spam/unsure
expire = spam
expire2 = spam/ham
expire_dict = proxy::expire
sieve = file:/var/mail/user-sieve/%u;active=/var/mail/user-sieve/%u.sieve
sieve_after = /var/mail/sieve/after.d
sieve_before = /var/mail/sieve/before.d
sieve_extensions = +spamtest
sieve_global = /var/mail/s...
2008 Apr 23
4
disconnect error
...master
mode: 384
user: mailnull
group: mail
plugin:
sieve: /usr/local/mail/.dovecot.sieve
trash: /usr/local/etc/dovecot-trash.conf
antispam_signature: X-DSPAM-Signature
antispam_trash: trash;Trash;Deleted Items
antispam_spam: Junk;Spam;junk;spam;SPAM;SpamTrain
antispam_unsure: Draft;draft
antispam_mail_tmpdir: /tmp
antispam_mail_spam: spam at localhost
antispam_mail_notspam: nospam at localhost
antispam_mail_sendmail: /usr/sbin/sendmail
2008 Oct 13
1
Unkown namespace / sieve
...group: mail
plugin:
sieve: /usr/local/mail/.dovecot.sieve
quota: maildir
quota_rule2: Trash:ignore
trash: /usr/local/etc/dovecot-trash.conf
antispam_signature: X-DSPAM-Signature
antispam_trash: trash;Trash;Deleted Items
antispam_spam: Junk;Spam;junk;spam;SPAM;SpamTrain
antispam_unsure: Draft;draft
antispam_mail_tmpdir: /tmp
antispam_mail_spam: spam at localhost
antispam_mail_notspam: nospam at localhost
antispam_mail_sendmail: /usr/sbin/sendmail
2015 Jul 19
2
[Dovecot Antispam] Can't seem to load plugin
...s
driver = pam
}
plugin {
antispam_backend = crm114
antispam_crm_args = --fileprefix=/home/%u/spamdb/
antispam_crm_binary = /usr/local/etc/dovecot/filter/mailreaver.crm
antispam_debug_target = syslog
antispam_signature = X-CRM114-CacheID
antispam_spam = Spam
antispam_trash = Trash
antispam_unsure = INBOX/Suspect
recipient_delimiter = +
sieve = file:~/filters;active=~/.main.sieve
sieve_after = %h/.after.sieve
sieve_before = %h/.before.sieve
sieve_max_actions = 0
sieve_max_script_size = 0
}
postmaster_address = mailstore at zerolag.lottspot.com
protocols = imap sieve
service auth...
2013 Nov 14
1
Dovecot antispam unable to call dspam since dovecot upgrade to 2.X
...m_line = NO
# semicolon-separated list of spam folders
antispam_spam = Spam
# semicolon-separated list of Trash folders (default unset i.e.
none)
antispam_trash = Trash
# semicolon-separated list of unsure folders (default unset
i.e. none)
#antispam_unsure =
# mail signature (used with any backend requiring a signature)
antispam_signature = X-DSPAM-Signature
# specifies what to do if the signature header is missing. Possible
# values: "move" (move the mail silently without training), "error"...
2015 Aug 12
1
imap segfaults when using antispam plugin, and moving mail to an 'unsure' folder.
...ugin {
antispam_backend = dspam
antispam_debug_target = syslog
antispam_dspam_args = --deliver=;--user;%u;
antispam_dspam_binary = /usr/bin/dspam
antispam_signature = X-DSPAM-Signature
antispam_signature_missing = error
antispam_spam = Attention-Not-Required
antispam_trash = Trash
antispam_unsure = Review-Classification
antispam_verbose_debug = 1
mail_log_events = delete undelete expunge copy mailbox_delete
mailbox_rename
mail_log_fields = uid box msgid size
sieve = ~/.dovecot.sieve
sieve_dir = ~/sieve
}
postmaster_address = postmaster at example.net
protocols = " imap lmtp&...
2017 Sep 27
4
Panic
...antispam_backend = pipe
antispam_pipe_program = /usr/local/bin/trainspam
antispam_pipe_program_notspam_arg = ham
antispam_pipe_program_spam_arg = spam
antispam_spam = Spam;ProbablySpam;Ongewenste e-mail;Junk
antispam_trash_pattern_ignorecase = trash;Deleted *;Prullenbak;Verwijderde *
antispam_unsure = INBOX
sieve = ~/sieve
sieve_dir = ~/sieve.d
sieve_global_path = /etc/dovecot/sieve/default
}
protocols = imap sieve
service auth {
unix_listener auth-client {
group = Debian-exim
mode = 0600
user = Debian-exim
}
unix_listener auth-master {
group = virtual-mail
mod...
2013 Apr 12
0
Problem with vpopmail + qmail + dovecot lda
..._events =
quota = maildir:User quota
quota_rule2 = Trash:storage=+20%%
quota_warning = storage=95%% quota-warning 95 %u
quota_warning2 = storage=80%% quota-warning 80 %u
# antispam_debug_target = syslog
# antispam_verbose_debug = 1
antispam_backend = pipe
antispam_spam = SPAM
antispam_unsure = UNSURE
antispam_trash_pattern_ignorecase = trash;Deleted *
# antispam_signature = X-DSPAM-Signature
# antispam_signature_missing = move
# antispam_dspam_binary = /usr/local/bin/dspamc
# antispam_crm_args =
-u;%h;/usr/share/crm114/mailreaver.crm;--fileprefix=/usr/share/crm114/
#sa-learn -...
2017 Sep 27
0
mail-storage.c:2473 assertion failed: (!ctx->unfinished) (related to antispam?)
...; antispam_pipe_program = /usr/local/bin/trainspam
> antispam_pipe_program_notspam_arg = ham
> antispam_pipe_program_spam_arg = spam
> antispam_spam = Spam;ProbablySpam;Ongewenste e-mail;Junk
> antispam_trash_pattern_ignorecase = trash;Deleted *;Prullenbak;Verwijderde *
> antispam_unsure = INBOX
> sieve = ~/sieve
> sieve_dir = ~/sieve.d
> sieve_global_path = /etc/dovecot/sieve/default
> }
> protocols = imap sieve
> service auth {
> unix_listener auth-client {
> group = Debian-exim
> mode = 0600
> user = Debian-exim
> }
>...
2014 Jul 15
1
Dovecot2 Antispam MAILTRAIN backend with SpamAssassin
Hi there,
I've already asked this question on FreeBSD forums without getting any
response. So, I thought it's a good idea to ask it again here.
I've setup Dovecote2 (2.2.13) + Postfix + SpamAssassin on my FreeBSD 10
VPS and it works flawlessly. Though, I couldn't setup the Dovecot
Antispam plugin to train SpamAssassin when I move mails to the Junk
folder.
I installed the
2012 Sep 27
7
Antispam plugin problem (CRM114)
...s: GOOD ( 28.64 ) headers
dovecot.conf is as follow:
plugin {
. . .
antispam_signature = X-CRM114-CacheID
antispam_verbose_debug = 1
antispam_debug_target = stderr
antispam_backend = crm114
antispam_signature_missing = error
antispam_trash = Trash
antispam_spam = SPAM
antispam_unsure = UNSURE
antispam_crm_binary = /opt/crm114/mailreaver.crm
antispam_crm_args = --fileprefix=/opt/crm114/
. . .
}
protocol imap {
. . .
mail_plugin_dir = /usr/local/lib/dovecot
mail_plugins = $mail_plugins quota imap_quota mail_log antispam
. . .
}
I have a sieve default compi...
2009 Feb 03
4
Dovecot-antispam does not work
...s in the doc)
with the dspam exe:
protocol imap {
mail_plugins = antispam
mail_plugin_dir = /usr/lib64/dovecot/imap
}
plugin {
# For dovecot-antispam:
antispam_signature = X-DSPAM-Signature
antispam_trash = trash;Trash;Deleted Items
antispam_spam = SPAM;Junk
#antispam_unsure = unsure
antispam_dspam_binary = /usr/bin/dspam
antispam_dspam_args = --deliver=;--user;%u
antispam_mail_tmpdir = /tmp
}
But it does not work and really I cannot figure it out for two days, because
I can find no log wherever, where it writes it does (or try to do)
someth...