Displaying 14 results from an estimated 14 matches for "antispam_crm_binary".
2012 Sep 27
7
Antispam plugin problem (CRM114)
...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 compiled script that automatically put...
2015 Jul 20
2
[Dovecot Antispam] Can't seem to load plugin
...e.
>
Ok, found it in the first mail...
Do these folders exist in the filesystem? The case matches?
I use antispam_{spam,trash}_pattern_ignorecase and don't care about the
case of the folders...
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...
2015 Jul 20
0
[Dovecot Antispam] Can't seem to load plugin
...>
> Do these folders exist in the filesystem? The case matches?
> I use antispam_{spam,trash}_pattern_ignorecase and don't care about the
> case of the folders...
>
> 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.
>
&...
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 Aug 22
2
imapsieve: failed to read mailbox attribute
...special_use = \Junk
}
mailbox Sent {
special_use = \Sent
}
mailbox "Sent Messages" {
special_use = \Sent
}
mailbox Trash {
special_use = \Trash
}
prefix =
}
passdb {
args = /etc/dovecot/passwd
driver = passwd-file
}
plugin {
antispam_backend = pipe
antispam_crm_binary = /bin/false
antispam_debug_target = syslog
antispam_pipe_program = /usr/bin/sa-learn-pipe.sh
antispam_pipe_program_notspam_arg = --ham
antispam_pipe_program_spam_arg = --spam
antispam_pipe_tmpdir = /tmp
antispam_spam_pattern_ignorecase = SPAM
antispam_trash_pattern_ignorecase = trash...
2009 Dec 16
1
Filing to public folders
...ve: ~/.dovecot.sieve
sieve_dir: ~/sieve
antispam_signature: X-DSPAM-Signature
antispam_signature_missing: error
antispam_spam: SPAM
antispam_dspam_binary: /usr/bin/dspam
antispam_dspam_args: --deliver=;--user;%u
antispam_mail_tmpdir: /tmp
antispam_mail_sendmail: /usr/sbin/sendmail
antispam_crm_binary: /bin/false
antispam_signature: X-CRM114-CacheID
2009 Jul 11
1
sieve_execute_bytecode(/var/vmail/domain1/user/dovecot.sievec) failed
...co
no deseado;Correo electr&APM-nico no deseado
antispam_dspam_binary: /usr/bin/dspam
antispam_dspam_args: --deliver=;--user;%u
antispam_dspam_result_header: X-DSPAM-Result
antispam_dspam_result_blacklist: Virus
antispam_mail_tmpdir: /tmp
antispam_mail_sendmail: /usr/sbin/sendmail
antispam_crm_binary: /bin/false
dict:
quotadict: mysql:/etc/dovecot-dict-quota.conf
2015 Jul 19
2
[Dovecot Antispam] Can't seem to load plugin
...nt
}
mailbox Spam {
auto = subscribe
special_use = \Junk
}
mailbox Trash {
auto = subscribe
special_use = \Trash
}
prefix =
separator = /
}
passdb {
args = %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...
2017 Aug 23
0
imapsieve: failed to read mailbox attribute
...\Sent
> ?}
> ?mailbox "Sent Messages" {
> ?? special_use = \Sent
> ?}
> ?mailbox Trash {
> ?? special_use = \Trash
> ?}
> ?prefix = }
> passdb {
> ?args = /etc/dovecot/passwd
> ?driver = passwd-file
> }
> plugin {
> ?antispam_backend = pipe
> ?antispam_crm_binary = /bin/false
> ?antispam_debug_target = syslog
> ?antispam_pipe_program = /usr/bin/sa-learn-pipe.sh
> ?antispam_pipe_program_notspam_arg = --ham
> ?antispam_pipe_program_spam_arg = --spam
> ?antispam_pipe_tmpdir = /tmp
> ?antispam_spam_pattern_ignorecase = SPAM
> ?antispam_tras...
2009 Jan 20
2
userdb didn't return a home directory with v1.1.7
...sh;Deleted Items
antispam_spam: Spam
antispam_dspam_binary: /usr/bin/dspam
antispam_dspam_args: --deliver=;--user;%u;-s
antispam_mail_tmpdir: /tmp
antispam_mail_sendmail: /usr/sbin/sendmail
antispam_mail_spam: spam-%u at mail.example
antispam_mail_notspam: notspam-%u at mail.example
antispam_crm_binary: /bin/false
dict:
expire: mysql:/etc/dovecot/dovecot-dict-expire.conf
root at mail:~# cat /etc/dovecot/dovecot-dict-expire.conf
connect = host=127.0.0.1 dbname=postfix user=postfix password=removed
table = expire
select_field = timestamp
where_field = path
username_field = username
root at mail...
2014 Nov 13
0
Error using Tika as meta extractor with solr
...prefix = Public/
separator = /
subscriptions = no
type = public
}
passdb {
args = webmail=127.0.0.1 cache_key=%u%s
driver = vpopmail
}
plugin {
antispam_backend = crm114
antispam_crm_args =
-u;/opt/crm114;--fileprefix=/opt/crm114/;--config=/usr/share/crm114/mailfilter.cf
antispam_crm_binary = /usr/share/crm114/mailreaver.crm
antispam_crm_notspam_arg = --good
antispam_crm_spam_arg = --spam
antispam_signature = X-CRM114-CacheID
antispam_spam_pattern_ignorecase = crm-spam*
antispam_trash_pattern_ignorecase = Trash*
antispam_unsure_pattern_ignorecase = crm-unsure*
fts...
2017 Aug 22
2
imapsieve: failed to read mailbox attribute
Hello all,
Hopefully this is something fairly simple.
I've been trying to set up the Sieve Antispam system as detailed at
https://wiki2.dovecot.org/HowTo/AntispamWithSieve, but at the moment,
whenever I change mailboxes I get the following message logged:
Aug 22 09:30:45 remy dovecot: imap(darac at darac.org.uk): Error: imapsieve:
mailbox INBOX: Failed to read /shared/imapsieve/script
2014 Apr 25
1
Segfault in auth (when talked to by postfix lda)
...}
mailbox Sent {
special_use = \Sent
}
mailbox "Sent Messages" {
special_use = \Sent
}
mailbox Trash {
special_use = \Trash
}
prefix =
}
passdb {
driver = pam
}
passdb {
args = /etc/dovecot/passwd
driver = passwd-file
}
plugin {
antispam_backend = dspam
antispam_crm_binary = /bin/false
antispam_debug_target = syslog
antispam_dspam_args = --client;--mode=teft;--deliver;--user;%u
antispam_dspam_binary = /usr/bin/dspam
antispam_pipe_program = /usr/sbin/sendmail
antispam_pipe_tmpdir = /tmp
antispam_signature = X-DSPAM-Signature
antispam_signature_missing =...
2015 Jan 20
0
Help backup mails from one dovecot server to another dovecot server
...r = passwd-file
master = yes
pass = yes
}
passdb {
driver = shadow
}
passdb {
args = webmail=127.0.0.1 cache_key=%u%s
driver = vpopmail
}
plugin {
antispam_backend = crm114
antispam_crm_args =
-u;/opt/crm114;--fileprefix=/opt/crm114/;--config=/usr/share/crm114/mailfilter.cf
antispam_crm_binary = /usr/share/crm114/mailreaver.crm
antispam_crm_notspam_arg = --good
antispam_crm_spam_arg = --spam
antispam_signature = X-CRM114-CacheID
antispam_spam_pattern_ignorecase = crm-spam*
antispam_trash_pattern_ignorecase = Trash*
antispam_unsure_pattern_ignorecase = crm-unsure*
fts...