Displaying 20 results from an estimated 3000 matches similar to: "sieve and antispam"
2014 Mar 06
1
Struggling with antispam
I have a dovecot installation I am building on a raspberry pi for a mail
server for the home.
I am almost there, everything bar one thing is working.
In simple terms dovecot is the authentication agent and the lda (using
lmtp) for postfix. My maildir mailboxed at at /var/mail - location and
accounts controlled by a small sqlite database.
the uid for these mailboxes are 10001 and up and are
2008 Jul 23
5
Dovecot antispam (X-DSPAM-Signature)
Hi,
I recently installed an IMAP server with dovecot and the dovecot
antispam plugin with dspam backend.
If I configure dspam to not include the signature in the
X-DSPAM-Signature header will I be able to move mail into SPAM folder?
Regards,
Isabel
2015 Aug 12
1
imap segfaults when using antispam plugin, and moving mail to an 'unsure' folder.
I put up a question on serverfault first, which has the details,
including a stack trace:
http://serverfault.com/questions/713687/dovecot-antispam-error-storing-mail
. Details also copied below.
Is this a known bug? If I built dovecot from source rather than using
the Ubuntu 14.04 packages, would I expect that to help? Are there any
configuration details that might be relevant? (dovecot -n
2017 Feb 12
4
Replacement for antispam plugin
Den 12. feb. 2017 21:44, skrev ebroch at whitehorsetc.com:
>
>
> Any opinion on dspam's interoperability with this?
>
>
Just follow the wiki and replace sa-learn scripts with calling dspam.
Dspam direct pipe needs mail-line-endings (\r\n) translated into unix
line-endings (\r).
like so:
----- learn-spam.sh ---------
#!/bin/sh
sed -e 's/\r$//' | /usr/bin/dspam
2009 Jun 13
3
dovecot-antispam plugin and "Failed to call dspam" message
Hi,
I had this working until I recently upgraded Dovecot, and now I'm getting a message back from
Thunderbird of "Failed to call dspam." when I attempt to move a message into one of the designated
spam folders.
However, I know from looking at the dspam system.log file, the retraining actually happens - so it
-does- appear to be calling dspam. It appears that the 'move'
2007 Sep 30
4
new antispam plugin
Sparked from the discussion on the list, I've put my antispam plugin
into git and split up the code into a frontend and possibly multiple
backends. See http://git.sipsolutions.net/dovecot-antispam.git/ (URL
functions as both gitweb and git URL)
Andreas, I took your README file and adjusted it, I hope you don't mind.
I didn't fork from your git tree because you'd already
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
?
2010 May 11
4
antispam plugin problem
Hi
I have installed a plug-in an antispam and when I try to move the message to a folder a spam mutt produces an error "Failed to call dspam."
Here's my configuration(all built from ports):
dovecot 1.2.11
dovecot-antispam 1.2_4,1
dspam 3.9.0_1
FreeBSD 8.0
Relevant sections from dovecot.conf:
protocol imap {
mail_plugins = antispam
...
}
plugin {
antispam_signature =
2012 Jun 09
1
Dovecot antispam plugin bug: got an empty message
It is few months ago I requested help with combination dovecot - dovecot-
antispam plugin and dspam.
Now I got into troubles with a lot of spam delivering to users inbox. Problem
described bellow is now better hidden but stil remains:
When moving a message from INBOX to Junk, dspam got an empty message.
I made a wrapper about dspamc and there is no input on stdio. The dspam was
not trained
2009 Jun 14
1
dovecot-antispam and permissions
hi list,
I'm having trouble with a new setup. My server is running postfix
(2.5.5), dovecot (1.1.7), dspam (3.8.0). These all seems to work with
eachother. When I add dovecot-antispam in the mix, the following problem
occurs:
New mail arrives, postfix hands the mail to dspam using a
content_filter, and dspam clasifies the mail, running as the dspam user.
Dspam writes its data away in a
2008 Nov 01
2
antispam plugin problem
Hi people!
(Especially Johannes, probably =)
I recently switched to DSPAM + antispam plugin combination.
Mostly I am happy but there is a problem with calling dspam-exec in order to
relearn the messages.
Moving messages to spam folder does not work, giving the error message
'Failed to call dspam' to client.
I tried to add some debug output and here are the results:
This is the output of
2008 Oct 28
2
antispam - Unable to determine the destination user
Hello,
I'm trying to install dovecot antispam plugin and I've some problems
with dspam user.
When I move a mail out of 'SPAM' folder I have this error in my
/var/log/messages :
Oct 28 17:01:41 tony2 imap: antispam: /usr/bin/dspam --source=error
--class=innocent --signature=47de4679174462472577556 ...
Oct 28 17:01:41 tony2 dspam[24313]: Unable to determine the
destination
2008 Oct 29
3
antispam plugin claims "antispam signature not found"
Hi,
I am trying to setup the antispam plugin using the direct dspam backend.
I have set
antispam_signature = X-DSPAM-Signature
in dovecot.conf
and in all mails I have signature lines like
X-DSPAM-Signature: 1,49084a24139132188715614
but still, if I try to move a mail into the spam folder, i get the IMAP error message
"antispam signature not found".
I thought it might have to do
2013 Nov 25
1
Dovecot 2.2.7/2.2.8 failing to call dspam with antispam
Hello again,
I'm running Gentoo AMD64 2013 with postfix, mysql, dovecot and dspam :
dovecot 2.2.8 (it was working fine with 2.2.6 after doing a chmod 4511
on dspam binary), dspam 3.10.2-r1 and dovecot-antispam-2.0_pre20130429
(recompiled after each dovecot upgrade).
I've set dspam to debug, and mail_debug to yes.
uid 1001 is user vmail (dovecot is running under vmail)
gid 12 is group
2018 Feb 24
1
Dovecot With DSpam AntiSpam Plugin Replacement With Sieve
Hello
I have recently had to rebuild my email server, it is a small server for
my various email accounts and I also host the email for a clients
business.
Switched to Dovecot from Courier many years ago, and it has been a very
reliable solution With the new rebuild I have updated it to Dovecot
2.2.33.2 with PigeonHole 4.21, it runs DSpam 3.10.2 to scan and tag all
incoming mails as Spam or
2012 Jan 25
1
Dovecot antispam plugint got an empty message
Few weeks ago I upgraded dovecot from 1.2 to 2.0.16 and antispam plugin to
2.0_pre20101222. Since the upgrade I'm not able to move messages to my Junk
folder. In the maillog I have found this message:
dspam[25060]: empty message (no data received)
Message is copied from my INBOX to Junk folder, but dspam got an empty message
and sent an error return code. So the moving operation is not
2008 Nov 05
3
Another dovecot-antispam plugin can't call dspam
Hi folks -
I am configuring a new system and the antispam plugin is the last piece
I need, everything else is working. Thanks to Johannes for this plugin,
it's exactly what I want and an elegant solution for filter training.
But I've been trying everything I can think of for the last 3 days to
get this to work, no success.
I've got: Postfix 2.5.3, dspam 3.8.0, Dovecot 1.1.6,
2008 Apr 21
4
antispam plugin ehancement
I'm not a developper so I can't do it by myself, but I wonder if it
could be possible to use tagSpam and tagNospam DSPAM feature to ehance
user's dspam lerning experience. I even don't know if this must be
done by DSPAM itself or by dovecot, but let me explain :
The feature would be done by a signature replacement into tagSpam and
tagNospam text, so the user would simply
2007 Dec 10
1
Dovecot Antispam Problem (Using mail sending backend)
I'm trying to setup DSPAM training using the mail-sending backend of the
Antispam filter, unfortunately, things don't appear to be working.
I've compiled it against the debian etch dovecot libraries, and the plugin
itself builds, and doesn't report any errors when running. As a matter of
fact, it doesn't report ANYTHING when running, except for the initialization
code
2008 Sep 03
3
antispam plugin problem with dspam
I'm trying to use the dovecot antispam plugin with dspam.
I'm running dovecot 1.1.2.
Using thunderbird and IMAP, when I drag a spam message from the inbox
into the SPAM folder, I get a popup saying "The current command did not
succeed. The mail server responded: antispam signature not found.
When I look at the message in the maildir folder, I see the dspam
signature both in the