Displaying 20 results from an estimated 600 matches similar to: "[stava@telcotec.se: [stava: antispam problem]]"
2013 Aug 01
1
Antispam folder names
Is there anywhere a collection of folder names for the antispam_trash
and antispam_spam configuration?
Our problem is that in academia, you have a vast amount of different
clients, and some, like Microsoft, use language-specific folder names
*on the server*. So we're now collecting folder names to better handle
the rare cases.
Two more problems:
1. We needed to fix UTF-8 handling in the
2014 Aug 17
3
antispam plugin crash
Hi,
the dovecot antispam plugin crahses here on a nullpointer dereference in
antispam_copy() at mailbox.c
The crash tracks back to a call of
antispam_classify_copy(asms->box_class, asmb->box_class)
At that point in time asmb is set to 0x0, causing the process to crash
with SIGSEGV.
Regards,
Thomas
GDB output:
Program received signal SIGSEGV, Segmentation fault.
antispam_copy
2007 Sep 26
7
Auto create folder(s)
Hi All,
does anyone know of a way to automatically create user folder(s)?
Like creating a Spam folder on login if not already there.
I've googled a bit but couldn't find anything relevant.
Any advice appreciated
R
/Lars
2007 Sep 11
2
postfix + dspam + dovecot problem
Hi All,
I'm new to dovecot (coming from cyrus) and have a bit of a problem
setting up postfix + dspam + dovecot.
1. postfix + dovecot: works like a charm.
Using "mailbox_command = /usr/lib/dovecot/deliver"
in postfix main.cf
2. adding dspam to the equation: unable to deliver:
net_connect(/usr/var/run/dovecot/auth-master) failed:
No such file or directory
Using
2012 Sep 27
7
Antispam plugin problem (CRM114)
Hi to all, sorry in advance for my poor english, this is the first time
that i wrote to a list if i make mistake .... excuseme.
My problem is this: i have dovecot 2.1.8 installed and functioning from
2 years one week ago i have installed crm114 for my last spam detection
filter "version 20100106-BlameMichelson (TRE 0.8.0 (BSD))"
My mail system is qmail that through .qmail default
2007 Oct 01
2
Timeout leak
In my development environment I sometimes get:
dovecot: IMAP(stava): Timeout leak: 0x4425d0
Does anyone know what it means or how I can use this information?
Cheers
/Lars
2010 Oct 23
1
dovecot-antispam-plugin problem
Hi All,
anyone been able to use the dovecot-antispam-plugin from http://hg.dovecot.org with dovecot-2.0.x?
Any input appreciated
R
/Lars Stavholm
2008 May 12
3
imapsync
Hi All,
I'm trying out the imapsync migration tool,
migrating user mails from cyrus IMAP to Dovecot IMAP.
In order to avoid knowing about each of the users
password, I use the cyrus admin user in the cyrus end.
Is there such a thing as the dovecot admin user, or
is that simply the root user?
Any input appreciated
/Lars
2015 Aug 27
2
Panic in service(log)
Hello,
I'm using the Debian builds of dovecot-2.2 by S[r]us.
Today I started getting the following panic:
log: Panic: file priorityq.c: line 122 (priorityq_remove_idx): assertion
failed: (idx < count)
log: Error: Raw backtrace:
/usr/lib/dovecot/libdovecot.so.0(+0x7f1ae) [0x7fd368dc31ae] ->
/usr/lib/dovecot/libdovecot.so.0(+0x7f269) [0x7fd368dc3269] ->
2007 Sep 29
3
plugin problem
I'm trying to do a rewrite of the dspam_plugin for dovecot 1.1b1.
There are some API changes that warranted an update of the plugin.
Also, I wanted the dspam_plugin to be able to handle pristine mails
for dspam retraining, as opposed to the signature based retraining.
Question:
How can I retrieve the full unix path for a specific mail?
The original code uses mail_get_first_header() to
2007 Oct 01
2
plugin advice needed
I'm working on a dovecot plugin.
What's the easiest way to read a specific
mail header like "To" or "From"?
Cheers
/Lars
2007 Sep 24
2
Unknown dict module: db
Using dovecot-1.1beta1 I get "Unknown dict module: db"
when starting up dovecot. In dovecot.conf I've got the
"expire_dict = db:/var/lib/dovecot/expire.db" statement
in the plugin{} section. Aparently required when the
"expire" plugin is enabled. dovecot is built with
"--with-db" and db-devel is present at compile time.
Any ideas anyone?
Cheers
/Lars
2007 Sep 12
2
Does auth_username_format work at all?
Hi All,
can anyone confirm whether "auth_username_format = %n" works or not?
R
/Lars
2013 Apr 30
2
dovecot antispam plugin is not woking
?Hi All,
I am using dovecot? version 2.0.9
DSPAM Anti-Spam Suite 3.10.2 (agent/library)
ClamAV 0.97.7/17102
and dspam antispam plugin
?dovecot-antispam-plugin-43880985e3dd
and plugin configuration is given below:
protocol imap {
? mail_plugins = " antispam autocreate"
}
protocol pop3 {
? mail_plugins = antispam autocreate
}
plugin {
? antispam_allow_append_to_spam = YES
?
2014 Aug 18
1
antispam plugin crash
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
On Sun, 17 Aug 2014, Thomas Witt wrote:
> the dovecot antispam plugin crahses here on a nullpointer dereference in
> antispam_copy() at mailbox.c
does it crashes all of the time or for specific messages, mailboxes,
etc.pp? What version of Dovecot and which configuration do you use?
>
> The crash tracks back to a call of
>
2007 Oct 23
2
POP3/IMAP newbie question
Is it possible to serve both POP3 and IMAP for the same
user from the same mailbox format, e.g. the maildir format?
If so, how should I configure in dovecot.conf?
At the moment I have (dovecot -n):
# 1.1.beta2: /etc/dovecot/dovecot.conf
base_dir: /var/run/dovecot/
protocols: imap imaps pop3 pop3s
ssl_disable: yes
disable_plaintext_auth: no
login_dir: /var/run/dovecot//login
2010 Oct 24
1
dovecot-antispam-1.3 multiple plugin load
Hi all,
I have running dovecot-1.2.15 and I try whith dovecot-antispam-1.3 and
1.2-* if it's running for me.
I use mailtrain backend to call a script when I move a mail to a
specific folder. Then, I set allow_append_to_spam: yes
At .config for Make dovecot-antispam. I set the plugin's name to:
PLUGINNAME=isspam
An then, I have another copy of the sources and .config with plugin's
2011 Jul 24
1
dspam
I have installed dspam (from gentoo compile system) and dovecot-antispam
plugin for dovecot 2.0.13.
I have setup it in dovecot.conf but still have this:
jul 24 20:38:19 einstein dovecot: imap(stephane): Error: antispam plugin
backend is not selected for this user
any explanation ?
thanks for your help.
--
St?phane Guedon
page web : http://www.22decembre.eu/
carte de visite :
2010 Jul 13
1
mailbox_storage_vfuncs: mailbox_open -> ? in 2.0
Hello,
I am working on fixing dovecot-antispam to work with dovecot 2.0. I am
down to three errors/warnigns that concern me.
The one I need help from those more familiar with dovecot internals is
in the subject. What happened to mailbox_open? Did it disappear? Did it
get renamed?
It appears that I am needing to override some methods:
if (need_folder_hook) {
/* override
2012 Dec 20
1
Antispam r49 breaks Dovecot v2.1
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Dear Eugene,
patch 49 breaks compilation with Dovecot v2.1.
Attached patch encloses the change in a #if.
To feed the #if the actual Dovecot version, I've introduced an extra
variable in extra.mk, but I cannot help with making the GNU configure
stuff doing it right away. There will be numerous other ways to get the
Dovecot version into the