similar to: Problems with dovecot 2.1.7, spamassassin 3.3.2 and antispam plugin

Displaying 20 results from an estimated 1000 matches similar to: "Problems with dovecot 2.1.7, spamassassin 3.3.2 and antispam plugin"

2008 Jul 30
3
Dealing with image PDF's
Guys, I was just playing around and added a bit of code to omindex.cc so I could ocr tiff and tif with gocr which seems to work. Here's what it looks like: // Tiff: } else if (startswith(mimetype, "image/tif")) { // Inspired by http://mjr.towers.org.uk/comp/sxw2text string safefile = shell_protect(file); string cmd = "tifftopnm " + safefile + "
2008 Jul 30
3
Dealing with image PDF's
Guys, I was just playing around and added a bit of code to omindex.cc so I could ocr tiff and tif with gocr which seems to work. Here's what it looks like: // Tiff: } else if (startswith(mimetype, "image/tif")) { // Inspired by http://mjr.towers.org.uk/comp/sxw2text string safefile = shell_protect(file); string cmd = "tifftopnm " + safefile + "
2015 Apr 10
0
sa-learn with remote Dovecot folders
On 04/09/2015 11:37 AM, Andreas Kasenides wrote: > You got me thinking towards the antispam plugin which I have nto used > before, but can you elaborate if my users are system users and the > training is done only via a cron entry? I always used the antispam plugin, as a way to initiate training via IMAP. Is your bayes database central (system-wide) or per user? Is it SQL or separate
2016 Apr 12
2
antispam plugin, pipe backend, how to make it work?
Hi Tom, Am 12.04.2016 um 22:26 schrieb Tom Hendrikx: > On 12-04-16 20:14, Johannes Rohr wrote: >> Hi, my setup is a dovecot 2.0.19 IMAP server on Ubuntu Precise with >> the antispam plugin in version 2.0+20120225-2 and spamassassin at >> version 3.2.2 >> >> I have been trying and failed to get the pipe backend of the antispam >> plugin to work.
2017 Oct 31
1
antispam plugin with IMAPSieve
Hi, my dovecot is configured with IMAP Sieve antispam plugin (sa-learn), everything seems to be working correctly but in debug mode in my log file I noticed "dovecot: imap: Error". Last 14 lines od my log file: Oct 31 15:05:25 mnode1 dovecot: imap: Error: Oct 31 15:05:25.040 [10743] dbg: bayes: tokenized header: 90 tokens Oct 31 15:05:25 mnode1 dovecot: imap: Error: Oct 31 15:05:25.067
2016 Apr 13
2
antispam plugin, pipe backend, how to make it work?
On 13-04-16 08:27, Johannes Rohr wrote: > Hi List, > > does the antispam plugin any way of actually seeing how it is > calling the pipe program and how it is failing? I can't reproduce the > failure when I call sa-learn manually. Can someone tell me, with > which UID the call happens, is it the UID the current dovecot process > is running under (which would be vmail, as
2003 Aug 09
2
First steps towards a simple text stream format.
Hello everyone! This list may not be entirely appropriate discussion, but in the lack of ogg@xiph.org or ogg-dev@xiph.org this will have to do. I've been thinking for a few weeks that Ogg needs a simple text stream (read subtitle) format to go along with theora. This is important, because otherwise I can't transcode fellowship of the rings while keeping the elvish-speek, unless I render
2009 Mar 24
2
OCR project in Gsoc
Hi to all, I planned to do project in gsoc... For OCR ( Optimal Character Recoganisation ) ... That is ,,, If we scanning one full text page from book, it will open into open office as word format. so that we can edit the page from scanned text page... I planned to convert scanned letters to words for Tamil, English Languages... I will try to support few more languages
2016 Apr 13
5
antispam plugin, pipe backend, how to make it work?
tweaked the wrapper script to make it work. It seems like the sa-learn call silently fails: "/usr/local/bin/sa-learn-pipe.sh" 10L, 350C geschrieben root at vm10:/etc/dovecot/conf.d# cat /tmp/sa-learn-pipe.log starting log 25200-start (--username=johannes at rohr.org --spam) libgcc_s.so.1 must be installed for pthread_cancel to work 25200-end Does the above error message have anything
2005 Apr 26
3
Error using e1071 svm: NA/NaN/Inf in foreign function call
Hello, As far I saw in archive mailing list, I am not the first person with this problem. Anyway I was not able to pass this error once the information I got from the archive it is not very conclusive for this case. I have used linear, radial and sigmoid kernels for the same data in the same conditions and everything is ok. This problem just happens with the polynomial kernel. I send the
2012 Jun 05
1
Different but probably related issue
Hi Marc, [+list since I'm unlikely to be able to solve this problem myself] > I am trying to setup a debian testing (wheeze) mail server using > postfix, dovecot and amavisd-new with spamassassin. I have everything > working fine, using mdbox mailboxes and system users. As a final touch > for this setup, I wanted to be able to train the (global) bayes > database directly
2016 Aug 19
2
antispam plugin pipe script seems not to be called when it "should be"
Hello, (Full "doveconf -n" output is at the end of this message.) I'm attempting to recreate a "recipe" I had used successfully for quite some time (in Ubuntu 12.04 LTS), which allowed me to train SpamAssassin's Bayes database when someone dragged an email message from one sub-folder of the account to another. I later tried to re-implement it (in Ubuntu 14.04 LTS),
2011 Mar 21
1
Redelivery of 2 day old mail from this list?
Any ideas? This one would make the 10th email received. Return-Path: <centos-bounces at centos.org> Received: from psmtp.com (exprod8mx192.postini.com [64.18.3.171]) by mail.pdinc.us (8.12.11.20060308/8.12.11) with SMTP id p2LKkur4025229 for <jpyeron at pdinc.us>; Mon, 21 Mar 2011 16:46:57 -0400 Received: from source ([72.26.200.202]) by exprod8mx192.postini.com ([64.18.7.10]) with
2016 Jul 08
0
Problem with Samba 4 samba_dnsupdate
Can you navigate to the domain controller like, \\dcname? Also do the logs tell you anything? Is bind running? Samba? etc? On Fri, Jul 8, 2016 at 4:18 PM, Igor & Sandra <group.alm at gmail.com> wrote: > I mean to join the network. > I have this network, nearly 120 computers. > Already does this AD since 2014 without giving problem. Only now emerged. > Unfortunately I had
2008 Jul 08
3
antispam plugin, amavis and sa-learn
Hello, I would like to use the Dovecot antispam plugin to train SpamAssassin via sa-learn. I compiled the plugin and got it to work with the sendmail backend, which I tested by having it send a message to me. As I'm calling SpamAssassin with amavisd-new, I have a system-wide Bayes db, maintained by the amavis user. As expected, the antispam plugin calls the configured binary as the mail user
2016 Aug 19
3
antispam plugin pipe script seems not to be called when it "should be"
On 16-08-18 22:43:32, Ben Johnson wrote: > On 8/18/2016 10:26 PM, Ben Johnson wrote: > > Hello, > > > > (Full "doveconf -n" output is at the end of this message.) > > > > I'm attempting to recreate a "recipe" I had used successfully for quite > > some time (in Ubuntu 12.04 LTS), which allowed me to train > > SpamAssassin's
2019 Jul 30
2
Serverinfo Error
On 07/30/2019 03:08 AM, Rowland penny via samba wrote: > I have been thinking about this and reading the code that didn't get > run and I know think that the OP is at the point that existed before > 4.6.0, He possibly has missing records in AD, can I suggest he reads > this: > > https://wiki.samba.org/index.php/Verifying_and_Creating_a_DC_DNS_Record athena:~# host -t A
2010 Aug 04
1
Shared mailboxes errors
On Tue, 03 Aug 2010 23:16:38 +0200 Leander S. wrote: > Hi Nikita Koshikov, > > when I googled for my SERVERBUG which I'm having right now I found your > configuration. > I'm trying to make use of the antispam plugin as you do. Unfortunately > I'm always getting a [SERVERBUG] error mesage with my MTC when I try > moving mails. The antispam debug.log
2005 Jan 09
0
Using Goto with Asterisk Realtime configuration
I am using a combo of static files and Asterisk Realtime configuration. This section works fine when a static file: --------------------------- [from_pstn] ;Voipgate exten => 4507,1,Goto(from_pstn,s,1) exten => s,1,Macro(dial-ext) exten => s,2,Hangup --------------------------- But, when I drop it in the database and try it in Realtime mode I get this error: ---------------------------
2019 Jul 30
0
Serverinfo Error
On 30/07/2019 15:04, Robert A Wooldridge via samba wrote: > On 07/30/2019 03:08 AM, Rowland penny via samba wrote: >> I have been thinking about this and reading the code that didn't get >> run and I know think that the OP is at the point that existed before >> 4.6.0, He possibly has missing records in AD, can I suggest he reads >> this: >> >>