Re: How does one mark all messages as read (imap4flag "seen") with sieve?

2016-11-14 Thread Ben Johnson
On 11/11/2016 12:52 PM, Bill Shirley wrote: > This one is for vmail which is attached. > > Bill > > Thanks a lot for sharing this, Bill! I appreciate it! -Ben

Re: How does one mark all messages as read (imap4flag "seen") with sieve?

2016-11-10 Thread Ben Johnson
On 11/10/2016 3:46 AM, Bill Shirley wrote: > I don't use the Anti-Spam plugin; I just fire off a BASH script every > four hours with > crontab which iterates thru the vmail email accounts and trains > Spamassassin 'per-user' > accounts. If the script sounds interesting I can post it here. It >

Re: How does one mark all messages as read (imap4flag "seen") with sieve?

2016-11-10 Thread Ben Johnson
On 11/10/2016 2:02 AM, Aki Tuomi wrote: > Hi! > > Can you provide bt full from gbd? > > Install debug symbols and acquire core file > > Run gdb /path/to/bin /path/to/core > > Issue bt ful > > Send it to list. > > > Aki Tuomi > > Dovecot oy > > > > On November 10, 2016 at 2:42 AM

Re: How does one mark all messages as read (imap4flag "seen") with sieve?

2016-11-09 Thread Ben Johnson
On 11/9/2016 7:04 PM, Larry Rosenman wrote: > so to summarize: > postfix (what version?) > dovecot-antispam plugin (version? Installed from where?) > > and when your script invokes deliver you get a core dump. > Have you a stack-trace from that coredump? Yes, that summarizes it! Postfix

Re: How does one mark all messages as read (imap4flag "seen") with sieve?

2016-11-09 Thread Ben Johnson
On 11/5/2016 1:22 PM, Larry Rosenman wrote: > What OS/MTA are you using? Can you give me (privately if you want) a > re-hash of the LDA issues? > > I'm using FreeBSD 10.3 / Exim for my set up and LMTP for ALL deliveries, > and it works great. Thanks again for your willingness to help with this,

Re: How does one mark all messages as read (imap4flag "seen") with sieve?

2016-11-05 Thread Ben Johnson
On 11/5/2016 1:03 PM, Larry Rosenman wrote: > could your script be modified to use LMTP? That's a very interesting suggestion. Thanks, Larry! My gut feeling is that it will crash (segfault and core-dump) in the same way that dovecot-lda does, but it's worth a shot! (I've posted about my woes

Re: How does one mark all messages as read (imap4flag "seen") with sieve?

2016-11-05 Thread Ben Johnson
On 11/3/2016 10:07 PM, Ben Johnson wrote: > Hello! > > I had hoped that marking all messages that arrive to a specific mailbox > as read/seen would be as simple as applying the following sieve script > to all incoming mail for that mailbox user: > > #

How does one mark all messages as read (imap4flag "seen") with sieve?

2016-11-03 Thread Ben Johnson
Hello! I had hoped that marking all messages that arrive to a specific mailbox as read/seen would be as simple as applying the following sieve script to all incoming mail for that mailbox user: require ["imap4flags"]; addflag "\\Seen"; With this

Re: How to obtain a "non-stripped" executable for producing a usable core-dump

2016-09-14 Thread Ben Johnson
On 9/14/2016 12:31 AM, Aki Tuomi wrote: > Can you post output of bt full? > > Aki Sure! It seems better suited to pastebin: http://pastebin.com/4xdGNXa6 Thanks for any help! -Ben

Re: How to obtain a "non-stripped" executable for producing a usable core-dump

2016-09-13 Thread Ben Johnson
On 9/13/2016 10:00 PM, Edgar Pettijohn wrote: >> I'm attempting to capture a core-dump file, and gdb reports >> > >> > warning: core file may not match specified executable file. >> > > I believe this means the core file doesn't match up to the executable. I > would delete the core and try to

How to obtain a "non-stripped" executable for producing a usable core-dump

2016-09-13 Thread Ben Johnson
Hello, I'm attempting to capture a core-dump file, and gdb reports warning: core file may not match specified executable file. And only after installing "dovecot-dbg" on my system (Ubuntu 16.04 LTS) does gdb report further warning: the debug information found in "/lib64/ld-2.23.so" does not

Capturing dovecot core dump and debugging with gdb: ../sysdeps/unix/sysv/linux/raise.c: No such file or directory.

2016-09-12 Thread Ben Johnson
Hello, I'm experiencing a segfault, so I've followed the steps at http://www.dovecot.org/bugreport.html in an effort to capture the information necessary to submit a bug report. Full "doveconf -n" output is at the end of this message. Dovecot does seem to dump a core file, but when I attempt to

Re: dovecot-lda core-dumps when antispam pipe script calls it

2016-08-23 Thread Ben Johnson
On 2016-08-22 03:19, Steffen Kaiser wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Fri, 19 Aug 2016, b...@indietorrent.org wrote: On 2016-08-19 12:17, b...@indietorrent.org wrote: Aha! Clearly, the vmail user cannot read from nor write to /tmp. (Why that is, I have no idea, as the

Re: antispam plugin pipe script seems not to be called when it "should be"

2016-08-18 Thread Ben Johnson
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 > S

antispam plugin pipe script seems not to be called when it "should be"

2016-08-18 Thread Ben Johnson
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

Re: What might cause messages delivered with dovecot-lda to be "invisible" to IMAP clients?

2016-08-18 Thread Ben Johnson
at. Thanks! -Ben On 8/18/2016 9:10 PM, Ben Johnson wrote: > Hello! > > I'm attempting to use dovecot-lda, and for whatever reason, messages > that I send with it are not visible in my IMAP client. > > $ dovecot --version > 2.2.22 (fe789d2) > > (Full "doveconf -n

What might cause messages delivered with dovecot-lda to be "invisible" to IMAP clients?

2016-08-18 Thread Ben Johnson
Hello! I'm attempting to use dovecot-lda, and for whatever reason, messages that I send with it are not visible in my IMAP client. $ dovecot --version 2.2.22 (fe789d2) (Full "doveconf -n" output is at the bottom of this message!) Here's the the sequence of commands that I'm using: # su vmail

Enterprise Repository Access?

2016-01-06 Thread Ben Johnson
Hello! I apologize if this has been asked already. (I did search before posting...) Is it still possible to obtain access to Dovecot's Enterprise Repository, for Ubuntu and Debian, at no cost? When last I registered for such access, I recall there being a "mock product" in the Dovecot Store

How best to confirm that dovecot LDA logging is working correctly?

2014-10-06 Thread Ben Johnson
Hello! I've posted to the list several times about a strange issue I'm having with dovecot LDA. When dovecot-lda is called in the context of a pipe script that is executed as the vmail user via the Dovecot Antispam plugin, dovecot-lda exits prematurely with status code 134. The dovecot deliver

Re: Trouble getting listescape plugin to work with $ separator (as demonstrated in Wiki) in Dovecot 2.2.9

2014-10-02 Thread Ben Johnson
On 10/2/2014 9:57 AM, Teemu Huovila wrote: On 10/01/2014 09:43 PM, Ben Johnson wrote: Ultimately, I have two questions: 1.) Is the nesting structure that I've employed correct? The Wiki 2 page is not clear with regard to the nesting; is it correct to put the namespace block inside

Trouble getting listescape plugin to work with $ separator (as demonstrated in Wiki) in Dovecot 2.2.9

2014-10-01 Thread Ben Johnson
Hello, I'm attempting to install the listescape plugin so that IMAP users are able to include periods (.) and forward slashes (/) in IMAP directory names. I'm following the instructions at http://wiki2.dovecot.org/Plugins/Listescape , which imply that this can be accomplished by enabling the

Re: Fatal: master: service(imap): child 28145 killed with signal 11 (core dumped) -- started happening after upgrade last night

2014-08-28 Thread Ben Johnson
On 8/20/2014 5:37 AM, Timo Sirainen wrote: On 18 Aug 2014, at 17:30, Ben Johnson b...@indietorrent.org wrote: Ironically, the very reason for which I replaced my distro's source repos with deb http://xi.rename-it.nl/debian/ stable-auto/dovecot-2.2 main deb-src http://xi.rename-it.nl/debian

Re: Fatal: master: service(imap): child 28145 killed with signal 11 (core dumped) -- started happening after upgrade last night

2014-08-18 Thread Ben Johnson
On 8/17/2014 5:11 PM, Timo Sirainen wrote: On 15 Aug 2014, at 21:53, Ben Johnson b...@indietorrent.org wrote: # gdb /usr/lib/dovecot/imap /var/vmail/example.com/user/core Reading symbols from /usr/lib/dovecot/imap...(no debugging symbols found)...done. [New LWP 27866] [Thread debugging

Re: Fatal: master: service(imap): child 28145 killed with signal 11 (core dumped) -- started happening after upgrade last night

2014-08-18 Thread Ben Johnson
On 8/18/2014 8:36 AM, Ben Johnson wrote: Just an observation: I sent another message to the list a few days before this message, describing an unhandled exit scenario where dovecot-antispam plug-in is concerned (Re: Backtrace io_add(0x1) called twice fd= (was Exit status code 134; what

Re: Backtrace io_add(0x1) called twice fd= (was Exit status code 134; what is it, in the context of Dovecot Antispam plug-in?)

2014-08-15 Thread Ben Johnson
On 8/8/2014 12:40 PM, Ben Johnson wrote: Unfortunately, despite the valiant effort, the behavior is exactly the same; still seeing exit code status 134 whenever the antispam plugin fires. :( And yes, Steffen, the fd=7 is always present and the same. Dovecot tries to be admin-friendly

Fatal: master: service(imap): child 28145 killed with signal 11 (core dumped) -- started happening after upgrade last night

2014-08-15 Thread Ben Johnson
Hello, I upgraded Dovecot last night and have been receiving core-dumps any time I attempt to access a mailbox (via IMAP) ever since. Logging-in seems to work, but any attempt to access the mailbox contents (regardless of folder) causes a core-dump. Please let me know if I can provide any

Re: Sieve: Saving pristine messages for backups and spam training

2014-08-11 Thread Ben Johnson
On 8/11/2014 11:42 AM, Jeff Rice wrote: Hello, I'm trying to work out a way to have my Sieve filter save a pristine version of email messages as a backup, primarily to use for training the spam filter. I would like is to have every message saved into a single, site-wide directory (in the

Re: Backtrace io_add(0x1) called twice fd= (was Exit status code 134; what is it, in the context of Dovecot Antispam plug-in?)

2014-08-08 Thread Ben Johnson
On 8/8/2014 4:38 AM, Steffen Kaiser wrote: On Thu, 7 Aug 2014, Ben Johnson wrote: On 8/7/2014 11:14 AM, Steffen Kaiser wrote: one idea: http://www.tldp.org/LDP/abs/html/exitcodes.html exit code 134 would be in bash's meaning (if this website is correct all) some program died off signal 6

Re: Exit status code 134; what is it, in the context of Dovecot Antispam plug-in?

2014-08-07 Thread Ben Johnson
On 7/29/2014 11:20 AM, Ben Johnson wrote: On 7/29/2014 3:13 AM, Steffen Kaiser wrote: On Mon, 28 Jul 2014, Ben Johnson wrote: I have some debugging output in my pipe script; the output looks How does your script looks like? http://pastebin.com/nh8SwQtw Copying message contents

Re: Exit status code 134; what is it, in the context of Dovecot Antispam plug-in?

2014-08-07 Thread Ben Johnson
On 8/7/2014 11:14 AM, Steffen Kaiser wrote: one idea: http://www.tldp.org/LDP/abs/html/exitcodes.html exit code 134 would be in bash's meaning (if this website is correct all) some program died off signal 6. This would be Abort in Linux. prepend your script with exec /tmp/trace 21

Re: Exit status code 134; what is it, in the context of Dovecot Antispam plug-in?

2014-07-29 Thread Ben Johnson
On 7/29/2014 3:13 AM, Steffen Kaiser wrote: On Mon, 28 Jul 2014, Ben Johnson wrote: I have some debugging output in my pipe script; the output looks How does your script looks like? http://pastebin.com/nh8SwQtw Copying message contents to temporary file for debugging purposes; file

Exit status code 134; what is it, in the context of Dovecot Antispam plug-in?

2014-07-28 Thread Ben Johnson
Hello! I just migrated from Ubuntu 12.04 LTS to 14.04 LTS and thereby from Dovecot 2.0.19 to 2.2.9. I've been using dovecot-antispam plugin with great success for the past year with 2.0.19, but after this migration, I've been seeing the exit status code 134 in the syslog when attempting to debug

Re: [Dovecot] Calling dovecot-lda from within Antispam pipe script (bash) seems to have no effect

2013-06-24 Thread Ben Johnson
On 6/22/2013 3:57 AM, e-frog wrote: unix_listener config { mode = 0600 user = vmail } } Brilliant; this fixed the issue! I can't thank you enough, e-frog. Thank you also to Bob, Ben, and Joseph. Your assistance was hugely helpful. Very best regards, -Ben

[Dovecot] dovecot-lda - dovecot: quota-warning: Error: lda: Fatal: Unknown argument

2013-06-24 Thread Ben Johnson
Hi, everyone, I'm attempting to configure automated quota warnings for users and have hit a snag. The script I'm using is as follows: - #!/bin/sh PERCENT=$1 MAILBOX=$2 DOMAIN=$3 cat EOF | /usr/lib/dovecot/dovecot-lda -d $USER

Re: [Dovecot] dovecot-lda - dovecot: quota-warning: Error: lda: Fatal: Unknown argument

2013-06-24 Thread Ben Johnson
On 6/24/2013 11:59 AM, Ben Johnson wrote: Hi, everyone, I'm attempting to configure automated quota warnings for users and have hit a snag. The script I'm using is as follows: - #!/bin/sh PERCENT=$1 MAILBOX=$2

[Dovecot] Warning recipient when message delivery fails due to over-quota

2013-06-24 Thread Ben Johnson
I'm working to configure automated quota notifications in Dovecot and am wondering if it is possible to send a warning message to a user when message delivery fails because the user is over-quota. I already have the following directives configured: quota_warning = storage=95%% quota-warning 95

Re: [Dovecot] Warning recipient when message delivery fails due to over-quota

2013-06-24 Thread Ben Johnson
On 6/24/2013 2:21 PM, Ken A wrote: You can give some additional space = the max message size allowed in your email system, like in the example: http://wiki2.dovecot.org/Quota/Configuration#line-1-5 (change Trash to Inbox). Then the message would be accepted, and the user would get the

Re: [Dovecot] Warning recipient when message delivery fails due to over-quota

2013-06-24 Thread Ben Johnson
On 6/24/2013 4:00 PM, Timo Sirainen wrote: On 24.6.2013, at 22.32, Ben Johnson b...@indietorrent.org wrote: plugin { quota_rule2 = Trash:storage=+100M quota_rule3 = Junk:ignore quota_rule4 = Inbox:storage=+100M } When I send the test message that should, in theory, put my test user

Re: [Dovecot] Calling dovecot-lda from within Antispam pipe script (bash) seems to have no effect

2013-06-21 Thread Ben Johnson
On 6/20/2013 5:58 PM, Joseph Tam wrote: Ben Johnson writes: It really boils-down to the fact that I can call the following on the command-line and it functions as expected: su vmail -c '/usr/lib/dovecot/deliver -a sa-train...@example.com -d sa-train...@example.com -m Training.SPAM -p

Re: [Dovecot] Calling dovecot-lda from within Antispam pipe script (bash) seems to have no effect

2013-06-21 Thread Ben Johnson
On 6/20/2013 10:00 PM, Bob Miller wrote: Hi Ben, Maybe using something like set -e to try and get some output from the script? Adding the -e switch doesn't seem to produce any output, either. To be clear, I meant putting the line: set -e near the top of your script. I

Re: [Dovecot] Calling dovecot-lda from within Antispam pipe script (bash) seems to have no effect

2013-06-21 Thread Ben Johnson
On 6/21/2013 3:01 PM, Mrten wrote: On 21/6/2013 19:34 , Ben Johnson wrote: Please do reply if you have any additional thoughts. I'm at my wit's end here! When all else failes, use strace -f -F :) (add it in front of the deliver call and expect LOTS of output) Maarten. YES

Re: [Dovecot] Calling dovecot-lda from within Antispam pipe script (bash) seems to have no effect

2013-06-21 Thread Ben Johnson
of thoroughness, I'll address each of your questions. On 6/21/2013 4:01 PM, Ben Morrow wrote: At 1PM -0400 on 21/06/13 you (Ben Johnson) wrote: On 6/20/2013 10:00 PM, Bob Miller wrote: It really boils-down to the fact that I can call the following on the command-line and it functions as expected: su

Re: [Dovecot] Calling dovecot-lda from within Antispam pipe script (bash) seems to have no effect

2013-06-20 Thread Ben Johnson
On 6/20/2013 12:14 AM, Bob Miller wrote: Hi Ben, I checked over your script, and I don't see the problem either. You already checked everything that comes to my mind. Maybe using something like set -e to try and get some output from the script? Adding the -e switch doesn't seem to

Re: [Dovecot] Calling dovecot-lda from within Antispam pipe script (bash) seems to have no effect

2013-06-20 Thread Ben Johnson
It really boils-down to the fact that I can call the following on the command-line and it functions as expected: su vmail -c '/usr/lib/dovecot/deliver -a sa-train...@example.com -d sa-train...@example.com -m Training.SPAM -p /tmp/sendmail-msg-25794.txt' Yet, when I attempt to do the exact same

[Dovecot] Calling dovecot-lda from within Antispam pipe script (bash) seems to have no effect

2013-06-19 Thread Ben Johnson
Hello, I'm attempting to configure the Dovecot Antispam plug-in on Ubuntu 12.04 LTS with Dovecot 2.0.19. Everything seems to be in order with one considerable exception: when my pipe script (a simple Bash shell script) calls the dovecot-lda executable, absolutely nothing seems to result. If I

Re: [Dovecot] Allowing clients to test their Sieve scripts

2013-06-14 Thread Ben Johnson
On 6/14/2013 12:50 PM, Thomas Harold wrote: On 6/14/2013 12:40 PM, Frerich Raabe wrote: Hi, One thing which came up repeatedly is that clients using the IMAP server I run (using Dovecot 2.1) wonder whether they broke their Sieve scripts, i.e. it often goes like I don't know whether I just

Re: [Dovecot] Allowing clients to test their Sieve scripts

2013-06-14 Thread Ben Johnson
On 6/14/2013 1:11 PM, Ben Johnson wrote: One of the obvious limitations of using the Thunderbird plug-in, or the web-based tool as cited, is that neither one has any way to know which Sieve modules have been required. Oftentimes fatal errors result from referencing a module that hasn't been

Re: [Dovecot] Allowing clients to test their Sieve scripts

2013-06-14 Thread Ben Johnson
On 6/14/2013 2:11 PM, Frerich Raabe wrote: On Jun 14, 2013, at 11:07 AM, Ben Morrow b...@morrow.me.uk wrote: At 9AM -0700 on 14/06/13 you (Frerich Raabe) wrote: One thing which came up repeatedly is that clients using the IMAP server I run (using Dovecot 2.1) wonder whether they broke

Re: [Dovecot] Allowing clients to test their Sieve scripts

2013-06-14 Thread Ben Johnson
On 6/14/2013 3:06 PM, Frerich Raabe wrote: On Jun 14, 2013, at 11:42 AM, Ben Johnson b...@indietorrent.org wrote: Sounds as though you've answered your own question. You probably need to build some type of Web interface for sieve-test that is well-secured and well-escaped. Looks like

Re: [Dovecot] Allowing clients to test their Sieve scripts

2013-06-14 Thread Ben Johnson
On 6/14/2013 3:28 PM, Thomas Harold wrote: On 6/14/2013 2:07 PM, Ben Morrow wrote: Simply providing some way for them to read the .dovecot.sieve.log file created in their home directory would be a good start. If there are any problems with delivery they will be logged there. You could set

Re: [Dovecot] Allowing clients to test their Sieve scripts

2013-06-14 Thread Ben Johnson
On 6/14/2013 4:57 PM, Ben Morrow wrote: At 10PM +0300 on 14/06/13 you (Timo Sirainen) wrote: On 14.6.2013, at 22.22, Ben Johnson b...@indietorrent.org wrote: The complexities associated with authentication will be the most difficult part (at least if you want to build something reusable

[Dovecot] Auto-responder to handle unencrypted (and/or unsigned) email messages whose origin is not localhost

2013-06-13 Thread Ben Johnson
Hi, everyone, I'm surprised how little exists on the Internet regarding this particular subject. Given the recent headlines, that is about to change, I'm sure. I have a need to send an automated response to all senders who attempt to send unencrypted and/or unsigned email to a specific mailbox

Re: [Dovecot] Auto-responder to handle unencrypted (and/or unsigned) email messages whose origin is not localhost

2013-06-13 Thread Ben Johnson
On 6/13/2013 3:19 PM, Ben Johnson wrote: Hi, everyone, I'm surprised how little exists on the Internet regarding this particular subject. Given the recent headlines, that is about to change, I'm sure. I have a need to send an automated response to all senders who attempt to send

Re: [Dovecot] Reviewing end-user ham/spam submissions before feeding them to sa-learn via Dovecot Antispam plug-in

2013-02-01 Thread Ben Johnson
On 2/1/2013 8:45 AM, Steffen Kaiser wrote: On Thu, 31 Jan 2013, Ben Johnson wrote: On 1/17/2013 4:31 AM, Steffen Kaiser wrote: On Wed, 16 Jan 2013, Ben Johnson wrote: I am using the Maildir format indeed. any of your mail users need write permission those directories, the admin needs

Re: [Dovecot] Reviewing end-user ham/spam submissions before feeding them to sa-learn via Dovecot Antispam plug-in

2013-01-31 Thread Ben Johnson
On 1/17/2013 4:31 AM, Steffen Kaiser wrote: On Wed, 16 Jan 2013, Ben Johnson wrote: Currently, I'm using the Dovecot Antispam plug-in with great success. Everything works as expected. However, I would like to change the plug-in's behavior such that it simply sends a copy of a message

[Dovecot] Reviewing end-user ham/spam submissions before feeding them to sa-learn via Dovecot Antispam plug-in

2013-01-16 Thread Ben Johnson
Currently, I'm using the Dovecot Antispam plug-in with great success. Everything works as expected. However, I would like to change the plug-in's behavior such that it simply sends a copy of a message that is moved from Inbox - Junk (or Junk - Inbox) to an administrator, instead of calling

Re: [Dovecot] Help!

2012-10-12 Thread Ben Johnson
On 10/12/2012 1:09 PM, Justin Vore wrote: HELP! I have installed sendmail, dovecot, and squirrel mail. The squirrel mail portion of it works just fine, but I would like to have Mozilla Thunderbird as a client. Whenever I try and connect to the server it says Thunderbird failed to find

Re: [Dovecot] Trouble implementing Antispam plug-in for Dovecot

2012-09-20 Thread Ben Johnson
On 9/19/2012 7:17 PM, Ben Johnson wrote: On 9/19/2012 6:19 PM, Tom Hendrikx wrote: On 19/09/12 23:41, Ben Johnson wrote: On 9/11/2012 10:40 AM, Ben Johnson wrote: You nailed it, Ben. Thanks! I downloaded/installed the dovecot-dev package from the same maintainer and was able

Re: [Dovecot] Trouble implementing Antispam plug-in for Dovecot

2012-09-20 Thread Ben Johnson
On 9/20/2012 12:12 PM, Bradley Giesbrecht wrote: On Sep 20, 2012, at 8:53 AM, Ben Johnson wrote: Thanks again, Tom. After you set me straight on the various versions of the plug-in, I was able to synthesize the relevant documentation and make it all work on Ubuntu 12.04 LTS with Dovecot

Re: [Dovecot] Trouble implementing Antispam plug-in for Dovecot

2012-09-20 Thread Ben Johnson
On 9/20/2012 11:53 AM, Ben Johnson wrote: Thanks again, Tom. After you set me straight on the various versions of the plug-in, I was able to synthesize the relevant documentation and make it all work on Ubuntu 12.04 LTS with Dovecot 2. The key was to understand the following: 1

Re: [Dovecot] Trouble implementing Antispam plug-in for Dovecot

2012-09-19 Thread Ben Johnson
On 9/11/2012 10:40 AM, Ben Johnson wrote: You nailed it, Ben. Thanks! I downloaded/installed the dovecot-dev package from the same maintainer and was able to build Antispam without issue. The hang-up now seems to be with my configuration. I'm seeing the following error in my email

Re: [Dovecot] Trouble implementing Antispam plug-in for Dovecot

2012-09-19 Thread Ben Johnson
On 9/19/2012 6:19 PM, Tom Hendrikx wrote: On 19/09/12 23:41, Ben Johnson wrote: On 9/11/2012 10:40 AM, Ben Johnson wrote: You nailed it, Ben. Thanks! I downloaded/installed the dovecot-dev package from the same maintainer and was able to build Antispam without issue. The hang-up now

Re: [Dovecot] antispam_plugin prevents IMAP login (error 3) [Dovecot 2.0.19]

2012-09-13 Thread Ben Johnson
On 17.08.2012 12:06, dof at projektfabrik.com wrote: Hi everybody, trying to get the Dovecot antispam_plugin to work and I must be doing something wrong, because as soon as it is enabled with a certain backend, imap logins do not work anymore (the session is immediately closed after a

Re: [Dovecot] Trouble implementing Antispam plug-in for Dovecot

2012-09-11 Thread Ben Johnson
On 9/10/2012 9:14 PM, Ben Morrow wrote: At 3PM -0400 on 10/09/12 Ben Johnson wrote: So, I setup a development environment that mimics the production environment in question. Must I install Dovecot from source to install Antispam from source? Because I installed Dovecot using a back

Re: [Dovecot] dovecot/log not running

2012-09-11 Thread Ben Johnson
On 9/11/2012 12:23 PM, Timo Sirainen wrote: Something's very wrong. I have no idea what. doveconf -n output might help. On 7.9.2012, at 14.39, Mark Hinch wrote: I'm running 2.1.7 as downloaded/installed by Debian (and then appropriately setup for my config, ...). It almost works. I can

Re: [Dovecot] Trouble implementing Antispam plug-in for Dovecot

2012-09-10 Thread Ben Johnson
On 9/6/2012 1:56 PM, Ben Johnson wrote: On 9/6/2012 6:10 AM, Charles Marcus wrote: On 2012-09-05 6:20 PM, Ben Johnson b...@indietorrent.org wrote: My configuration is Dovecot (1.2.9) + Sieve + SpamAssassin on Ubuntu 10.04. 1.2.9 is really old... you really need to upgrade to a recent

Re: [Dovecot] Trouble implementing Antispam plug-in for Dovecot

2012-09-06 Thread Ben Johnson
On 9/6/2012 6:10 AM, Charles Marcus wrote: On 2012-09-05 6:20 PM, Ben Johnson b...@indietorrent.org wrote: My configuration is Dovecot (1.2.9) + Sieve + SpamAssassin on Ubuntu 10.04. 1.2.9 is really old... you really need to upgrade to a recent/stable version. Thanks, Charles. I do see

Re: [Dovecot] Trouble implementing Antispam plug-in for Dovecot

2012-09-06 Thread Ben Johnson
On 9/6/2012 2:19 PM, Ed W wrote: On 06/09/2012 18:56, Ben Johnson wrote: On 9/6/2012 6:10 AM, Charles Marcus wrote: On 2012-09-05 6:20 PM, Ben Johnson b...@indietorrent.org wrote: My configuration is Dovecot (1.2.9) + Sieve + SpamAssassin on Ubuntu 10.04. 1.2.9 is really old... you

[Dovecot] Trouble implementing Antispam plug-in for Dovecot

2012-09-05 Thread Ben Johnson
Hello, I am attempting to use the Antispam plug-in for Dovecot and am having trouble with the implementation. My configuration is Dovecot (1.2.9) + Sieve + SpamAssassin on Ubuntu 10.04. Mail that SpamAssassin tags as SPAM is moved into the affected user's Junk folder