Re: [Dovecot] Sieve Notify Error

2008-07-28 Thread Stephan Bosch
Uldis Pakuls schreef: Dovecot's sieve code originaly is taken from cyrus imapd. And cyrus works this way. Notify method was unimplemented in first release of dovecot's sieve plugin by Timo. I wrote patch which implements this method. Most code actualy was taken form cyrus notifyd sources

Re: [Dovecot] Sieve extension registration

2008-07-29 Thread Stephan Bosch
functionality specific to the Dovecot Secure IMAP server (http://www.dovecot.org). RFC number: Not applicable Contact address: Stephan Bosch stephanrename-it.nl Timo Sirainen tssiki.fi Registration Date: 2008-07-28 Typical, you see

Re: [Dovecot] broken links to xexec module and patches

2008-07-29 Thread Stephan Bosch
[EMAIL PROTECTED] wrote: From this page attaches cannot be downloaded anymore: http://wiki.dovecot.org/Plugins/xexec Error: You are not allowed to do AttachFile on this page. Login and try again. Clear message Oh yeah, that's right. AttachFile got disallowed recently. I have the patch

Re: [Dovecot] Server-side sieve for client-side copies

2008-07-29 Thread Stephan Bosch
Daniel L. Miller wrote: The question: can Dovecot be configured to support sieve filters on IMAP (not just SMTP) operations (Eduardo helped me here - so I'll specifically ask about the APPEND command). It is quite funny that you bring this up right now, because as a matter of fact there is a

Re: [Dovecot] How to do line breaks in sieve scripts?

2008-08-07 Thread Stephan Bosch
CJ Keist wrote: In working with auto vacation replies I'd like to do a sieve script as follows: require [vacation]; vacation :days 30 :addresses [EMAIL PROTECTED] :subject Out of Office * Out of Office ** I'm away -- send mail to foo in my absence

Re: [Dovecot] Auto Vacation replies again

2008-08-11 Thread Stephan Bosch
CJ Keist schreef: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Fixed it!! In the file src/sieve_cmu.c line 744: smtp_client = smtp_client_open(src-addr, NULL, f); change to: smtp_client = smtp_client_open(src-addr, src-fromaddr, f); First of all, this does not control the content of the

Re: [Dovecot] dovecot sieve sends vacation messages with null envelope sender

2008-08-12 Thread Stephan Bosch
Josef Liška schreef: But it sends vacation messages with null envelope sender, which is in my opinion undesirable, because many vacation messages are caught in spam filters. I think there could be same sender on envelope. In dovecot-sieve/src/sieve-cmu.c around line 380 is a call to

Re: [Dovecot] v1.2.alpha1 released (automatic debian packages)

2008-09-07 Thread Stephan Bosch
Timo Sirainen schreef: http://dovecot.org/releases/1.2/alpha/dovecot-1.2.alpha1.tar.gz http://dovecot.org/releases/1.2/alpha/dovecot-1.2.alpha1.tar.gz.sig Since an alpha version of v1.2 is released I now publish the new urls for the Dovecot v1.2 Debian autobuilder. The instructions are still

Re: [Dovecot] Managesieve Quota

2008-09-29 Thread Stephan Bosch
to exceed it. It is on my TODO list as you can see in the package's TODO file. However, currently, finishing the first release of the new Sieve implementation has priority. Regards, -- Stephan Bosch Mail: [EMAIL PROTECTED] Room: Zi 4006

Re: [Dovecot] Managesieve Quota

2008-09-30 Thread Stephan Bosch
Timo Sirainen wrote: On Tue, 2008-09-30 at 10:47 -0700, Seth Mattinen wrote: Timo Sirainen wrote: Maybe I'm overthinking the problem. There probably won't be more than a few scripts. It's probably simplest if the quota is always just recalculated by lstat()ing the files.

Re: [Dovecot] v1.1.4 released (managesieve updated)

2008-10-06 Thread Stephan Bosch
Timo Sirainen wrote: http://dovecot.org/releases/1.1/dovecot-1.1.4.tar.gz http://dovecot.org/releases/1.1/dovecot-1.1.4.tar.gz.sig Refreshed managesieve patch for dovecot-1.1.4: http://www.rename-it.nl/dovecot/1.1/dovecot-1.1.4-managesieve-0.10.3.diff.gz

Re: [Dovecot] difference managesieve in 1.2 conf

2008-10-06 Thread Stephan Bosch
Robert Schetterer wrote: Hi this conf parameters managesieve sections seems to be different in 1.2 --- sieve=/usr/local/virtual/%d/%u/.dovecot.sieve sieve_storage=/usr/local/virtual/dovecot-special/%d/%u/sieve --- this worked before but leads to log Error in configuration file

Re: [Dovecot] ManageSieve textual fronend wanted

2008-10-23 Thread Stephan Bosch
Edgar Fuß wrote: Is there some simple textual frontend to the ManageSieve protocol somewhat easier to use than gnutls-cli? I.e. something to use like managesieve -u ef putscript myscript /tmp/myscript Password: managesieve -u ef setactive myscript Password: simply doing the TLS authentication

Re: [Dovecot] Released v1.1.5 and v1.2.alpha3 (managesieve updated)

2008-10-25 Thread Stephan Bosch
://www.rename-it.nl/dovecot/1.1/dovecot-1.1.5-managesieve-0.10.3.diff.gz.sig This also fixes a warning previously caused by this patch. Regards, -- Stephan Bosch [EMAIL PROTECTED]

Re: [Dovecot] ManageSieve, was Re: Released v1.1.5 and v1.2.alpha3 (managesieve updated)

2008-10-25 Thread Stephan Bosch
that is a wiki, you can add others if you encounter more useful clients. Regards, -- Stephan Bosch [EMAIL PROTECTED]

Re: [Dovecot] First release (v0.1.0) of the new Sieve implementation for Dovecot v1.2

2008-10-28 Thread Stephan Bosch
are right. Not sure why Gcc 4.3 does not complain about this. I also forgot O_TRUNC over there. FIXED: http://hg.rename-it.nl/dovecot-libsieve/rev/8dcba4f38a67 Thnx, -- Stephan Bosch [EMAIL PROTECTED]

Re: [Dovecot] First release (v0.1.0) of the new Sieve implementation for Dovecot v1.2

2008-10-29 Thread Stephan Bosch
. The second one I am not sure about yet. I'll get back to you when I do. PS: please reply to the mailing list as well. Your problems and solutions may interest others as well. Regards, -- Stephan Bosch [EMAIL PROTECTED]

Re: [Dovecot] Variable substitution and folder separator problems, WAS: First release (v0.1.0) of the new Sieve

2008-10-29 Thread Stephan Bosch
mail_debug=yes. Some of these are actually already similarly present in cmusieve, but were probably added after I copied this particular section of code. Maybe this helps to spot your problem. Regards, -- Stephan Bosch [EMAIL PROTECTED]

Re: [Dovecot] v1.1.6 released (managesieve updated)

2008-10-29 Thread Stephan Bosch
://www.rename-it.nl/dovecot/1.1/dovecot-1.1.6-managesieve-0.10.3.diff.gz.sig Regards, -- Stephan Bosch [EMAIL PROTECTED]

Re: [Dovecot] problem compiling pigeonhole + my fix

2010-05-19 Thread Stephan Bosch
Andreas Schulze wrote: hello, yesterday I tried to package dovecot-2.0beta5 + pigeonhole from Mercurial repository. I put pigeonhole as a subdir in the dovecot sourcetree. Following http://hg.rename-it.nl/dovecot-2.0-pigeonhole/raw-file/tip/INSTALL I called ./autogen.sh; ./configure

Re: [Dovecot] dovecot-2.0-pigeonhole/ManageSieve: wrong service name

2010-05-30 Thread Stephan Bosch
Hi Pascal, Pascal Volk wrote: ManageSieve uses the wrong™ service name for the authdb lookup. With dovecot-1.2-managesieve the service name was changed from 'managesieve' to 'sieve'. So I altered my table layout in order to make the query SELECT userid AS user, password FROM

Re: [Dovecot] dovecot-2.0-pigeonhole/ManageSieve: wrong service name

2010-05-31 Thread Stephan Bosch
Timo Sirainen wrote: Well, what parts should now be called managesieve and what parts sieve? There are at least: - process name (clearly managesieve) Yeah. - service name for auth lookups sieve as by the draft spec (page 12): `The service name specified by this protocol's profile

Re: [Dovecot] v1.2.12 released (updated managesieve)

2010-06-19 Thread Stephan Bosch
Timo Sirainen wrote: http://dovecot.org/releases/1.2/dovecot-1.2.12.tar.gz http://dovecot.org/releases/1.2/dovecot-1.2.12.tar.gz.sig I've refreshed the ManageSieve patch for the new release: http://www.rename-it.nl/dovecot/1.2/dovecot-1.2.12-managesieve-0.11.11.diff.gz

[Dovecot] Released Pigeonhole Sieve v0.1.17 for Dovecot v1.2.12

2010-06-19 Thread Stephan Bosch
-sieve-0.1.17.tar.gz.sig Refer to http://pigeonhole.dovecot.org for more information. Have fun testing the new releases and don't hesitate to notify me when there are problems. Regards, -- Stephan Bosch step...@rename-it.nl

Re: [Dovecot] Pigeonhole Managesieve issue with Dovecot 2.0

2010-06-25 Thread Stephan Bosch
Tim Traver wrote: Hi all, ok, I am running version v2.0.beta6 and the latest pigeonhole build to run managesieve and the sieve delivery filters... I am getting the following response from the managesieve port when connecting : snip Am I missing something? A little. what might cause it

Re: [Dovecot] 2.2rc1 doveadm segfault

2010-07-04 Thread Stephan Bosch
Mark Sapiro wrote: [r...@sbh16 ~]# doveadm help Segmentation fault (core dumped) [r...@sbh16 ~]# gdb /usr/local/bin/doveadm core.28104 [...] (gdb) bt full This patch fixes things for me: diff -r 4a4f7add34d9 src/lib/module-dir.c --- a/src/lib/module-dir.c Sat Jul 03 15:53:54 2010 +0100

Re: [Dovecot] sieve dovecot2 rc1 error undefined symbol: client_send_tagline

2010-07-05 Thread Stephan Bosch
Robert Schetterer wrote: conf.d/20-managesieve.conf: #mail_plugins = expire virtual quota imap_quota imap_acl acl fts fts_squat mail_log autocreate notify conf.d/20-managesieve.conf:mail_plugins = expire virtual quota fts fts_squat mail_log autocreate notify There are no ManageSieve plugins,

Re: [Dovecot] dovecot2 rc1: symbol hook_client_created: referenced symbol not found

2010-07-07 Thread Stephan Bosch
Burckhard Schmidt wrote: Hello, by accident I had configured inside 15-lda.conf protocol lda { mail_plugins = autocreate imap_acl acl } (I only wanted autocreate sieve.) There ist a problem with the symbol hook_client_created: lda: Error:

Re: [Dovecot] problems with sieve under 2.0...

2010-07-07 Thread Stephan Bosch
Perry E. Metzger wrote: I'm experimenting with a 2.0 setup, using the sieve plugin for 2.0 from mercurial. Without sieve, everything seems to work fine. Once I put in a .dovecot.sieve file, though, nothing gets delivered, with the only hint of what's going wrong being this mess in syslog: Jul

Re: [Dovecot] problems with sieve under 2.0...

2010-07-07 Thread Stephan Bosch
Timo Sirainen wrote: On Wed, 2010-07-07 at 13:23 -0400, Perry E. Metzger wrote: Jul 7 13:18:00 bellman dovecot: lda(perry): Panic: file index-transaction.c: line 70 (index_transaction_init): assertion failed: (box-opened) Jul 7 13:18:00 bellman dovecot: lda(perry): Error: Raw backtrace:

Re: [Dovecot] OT: Sieve + Forward as Attachment

2010-07-07 Thread Stephan Bosch
Jerry wrote: I know that this is technically not a Dovecot problem; however, I was wondering if anyone knew if 'sieve' had been updated with the ability to 'forward as attachment' a received document. I believe it has the ability to forward a document; however, I need the ability to forward it

Re: [Dovecot] problems with sieve under 2.0...

2010-07-08 Thread Stephan Bosch
Perry E. Metzger wrote: Stephan Bosch step...@rename-it.nl writes: It is related to that change, yes. I fixed the problem, but I am still not entirely happy with the error handling of the store action. It would be best, I think, if the system failed safe (i.e. if it did not lose the user's

Re: [Dovecot] Sieve user info log (was: problems with sieve under 2.0)

2010-07-08 Thread Stephan Bosch
Hi Perry, Perry E. Metzger wrote: By the way, I've noticed that there doesn't seem to be a good way for the user to get information on what email message gets filed where by sieve -- syslog information seems to be the sole data source available. Right. There is a per-user main-script.log

Re: [Dovecot] managesieve login fails

2010-07-12 Thread Stephan Bosch
Leander S. wrote: Hi, when I try to make use of the managesieve capability maillog always shows: server dovecot: managesieve-login: Panic: file client.c: line 449 (client_set_auth_waiting): assertion failed: (client-to_auth_waiting == NULL) server dovecot: dovecot: child 5926 (login)

Re: [Dovecot] sieve make test fails

2010-07-13 Thread Stephan Bosch
Eray Aslan wrote: I am trying out the sieve plugin (commit 843ba8e66e1b) and dovecot-2.0.rc2. Given $ ./configure --with-dovecot=../dovecot-2.0.rc2/ --with-managesieve make test fails with: testu...@linode /tmp/dovecot-2-0-pigeonhole-843ba8e66e1b $ make test testsuite(testuser): Error: user

Re: [Dovecot] pigeonhole, regex, UTF-8

2010-07-13 Thread Stephan Bosch
Trever L. Adams wrote: Hello, I am just learning about pigeonhole and thinking of using it. I see that regex doesn't supportf UTF-8. Any particular reason for this? The standard regexp library does not support unicode and I was not planning to write my own regexp compiler any time soon. If

Re: [Dovecot] sieve make test fails

2010-07-17 Thread Stephan Bosch
Eray Aslan wrote: On 13.07.2010 19:10, Stephan Bosch wrote: My bad. Fixed: http://hg.rename-it.nl/dovecot-2.0-pigeonhole/rev/1809aab8dfa2 Great. Thanks. One minor point: make check is currently a noop but it exists sucessfully. I have a build system which tries make check

Re: [Dovecot] v1.2.13 released (managesieve updated)

2010-07-25 Thread Stephan Bosch
On 07/23/2010 11:03 PM, Timo Sirainen wrote: http://dovecot.org/releases/1.2/dovecot-1.2.13.tar.gz http://dovecot.org/releases/1.2/dovecot-1.2.13.tar.gz.sig Refreshed ManageSieve patch: http://www.rename-it.nl/dovecot/1.2/dovecot-1.2.13-managesieve-0.11.11.diff.gz

Re: [Dovecot] Looking for a Plug-In developer

2010-07-28 Thread Stephan Bosch
On 07/28/2010 02:26 PM, John O'Brien wrote: Hi, We need a small plug-in developed for dovecot. We are looking to pay for for its development. We need to add support for a custom IMAP command. The command is for the storage of a numeric PIN field in a database. The database is PostgreSQL.

Re: [Dovecot] sieve error

2010-07-28 Thread Stephan Bosch
On 07/27/2010 04:12 PM, 倪述荣 wrote: Hi, dovecot-2.0-rc3 dovecot-2-0-pigeonhole-4cb55beaca07 when I run 'doveadm config', it prints such error, any help? thanks :) This should fix the crash itself (did not manage to test this so far):

Re: [Dovecot] Dovecot Sieve with Dovecot 2.0

2010-08-03 Thread Stephan Bosch
Op 3-8-2010 12:21, Roman Sergey schreef: Hello Timo and everybody! Sorry, I was googling but haven't found an answer on my simple question: Does the latest release of Dovecot Sieve work with Dovecot 2.0rc? There is currently no release for Dovecot v2.0. However, you can download it directly

Re: [Dovecot] 2.0rc3: Panic: [...] mailbox_list_is_valid_pattern

2010-08-03 Thread Stephan Bosch
On 08/03/2010 02:21 PM, Timo Sirainen wrote: gives: Aug 03 13:19:05 lda(10194 tss): Info: sieve: msgid=unspecified: subject=somedomain.org: store into mailbox 'foo//somedomain/org' aborted Aug 03 13:19:05 lda(10194 tss): Info: sieve: msgid=unspecified: subject=somedomain.org: stored mail into

Re: [Dovecot] piegonhole seg fault with NULL user

2010-08-08 Thread Stephan Bosch
Eray Aslan wrote: dovecot-2.0-piegonhole commit cac6acdc4d0e: Crash when USER is NULL. Backtrace is below. Perhaps, we should check for NULL and bail out early? Eray Occurs only in the Sieve tools and the testsuite. This should fix it:

Re: [Dovecot] Dovecot Sieve with Dovecot 2.0

2010-08-11 Thread Stephan Bosch
Willi Burmeister wrote: Hi Stephan, I hope to finish a preliminary release of Pigeonhole soon... attached a small patch file for pigeonhole to get it compile on my Solaris 10 system with SunStudio 12.1 compiler Greetings and thanks for pigeonhol Applied:

Re: [Dovecot] pigeonhole

2010-08-16 Thread Stephan Bosch
Xavier Pons wrote: Hi, I'm trying to compile the last mercurial release of dovecot-pigeonhole 2.0 and get this error: gcc -std=gnu99 -g -O2 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wpointer-arith -Wchar-subscripts -Wformat=2 -Wbad-function-cast -Wstrict-aliasing=2

Re: [Dovecot] pigeonhole sieve imapflags bug

2010-08-21 Thread Stephan Bosch
[oops, apparently I didn't reply this to the list] Tim Traver wrote: Hi all, ok, I just instealled the dovecot 2.0.0 release, and the latest mercurial pigeonhole source. All is well, except for a particular sieve rule that may not be working right. It is a simple rule that looks like this

Re: [Dovecot] Home directories

2010-08-25 Thread Stephan Bosch
Op 24-8-2010 17:53, Brandon Lamb schreef: On Tue, Aug 24, 2010 at 7:57 AM, Timo Sirainent...@iki.fi wrote: My $0.02 is userdir over the others, but at the same time home and maildir made sense to me as it is. userdir / user_dir userpath / user_path userlocation / user_location userroot /

Re: [Dovecot] pigeonhole needs to ship doc/man/{reporting-bugs.inc, sed.sh}

2010-08-27 Thread Stephan Bosch
Paul Howarth wrote: A tarball created from current pigeonhole hg using make dist doesn't include the files doc/man/{reporting-bugs.inc,sed.sh} and fails to build as a result. Attached patch works for me. Paul Fixed: http://hg.rename-it.nl/dovecot-2.0-pigeonhole/rev/241651833da4 Regards,

Re: [Dovecot] Roff typo in sievec.1.in

2010-08-27 Thread Stephan Bosch
Mike Abbott wrote: There is a roff typo in pigeonhole's sievec.1.in. Roff treats the leading apostrophe on line 54 as an invalid command and produces bad output: dump to be written to stdout. The out-file argument may also be omitted, which has the same effect as

Re: [Dovecot] v1.2.14 released (managesieve updated)

2010-09-07 Thread Stephan Bosch
On 08/24/2010 08:03 PM, Timo Sirainen wrote: http://dovecot.org/releases/1.2/dovecot-1.2.14.tar.gz http://dovecot.org/releases/1.2/dovecot-1.2.14.tar.gz.sig + virtual mailboxes: Added support for IDLE notifications. - master: Don't crash on config reload when using dict

Re: [Dovecot] Pigeonhole and Dovecot2 with custom config file

2010-09-08 Thread Stephan Bosch
On 09/08/2010 06:22 PM, Timo Sirainen wrote: On Wed, 2010-09-08 at 10:07 -0600, Cassidy Larson wrote: # /usr/local/sbin/dovecot -c /usr/local/etc/dovecot/dovecot_custom.conf managesieve(root): Fatal: Error reading configuration: net_connect_unix(/usr/local/etc/dovecot/dovecot.conf) failed:

[Dovecot] Released Pigeonhole v0.2.0 for Dovecot v2.0.2

2010-09-09 Thread Stephan Bosch
and ManageSieve sources and I'll produce new releases for those in the next few days. Oh.. and if anyone is wondering what those duplicate notifications are on the dovecot-cvs list.. well.. oops. :) Regards, -- Stephan Bosch step...@rename-it.nl

Re: [Dovecot] Dovecot 2.0.2 and Pigeonhole-0.2.0

2010-09-12 Thread Stephan Bosch
On 9/12/2010 2:10 AM, Matthias Quernheim wrote: I upgraded today to Dovecot 2.0.2 and Pigeonhole-0.2.0 based on debian lenny. Looked not to bad, but when I activated sieve in the lda section the following error appeared for each delivery Sep 11 18:13:11 lda: Error:

Re: [Dovecot] Lost %d variable

2010-09-12 Thread Stephan Bosch
On 9/12/2010 7:24 AM, Aladdin wrote: I'm trying to set up sieve with dovecot, and for some reason, sieve is not getting the %d variable that is part of the path to where its script should be. Something like what's described here comes to mind: http://wiki.dovecot.org/DomainLost Regards,

Re: [Dovecot] Sieve problems - compiled script does not get updated

2010-09-12 Thread Stephan Bosch
On 9/11/2010 12:44 PM, aditsu wrote: Is this problem fixed in a newer version of dovecot? Yes. Regards, Stephan.

Re: [Dovecot] Lost %d variable

2010-09-12 Thread Stephan Bosch
On 9/12/2010 6:14 PM, Aladdin wrote: Thanks, Stephan, for the quick reply. Unfortunately, that doesn't seem to be the problem. I don't have any of the configuration options set to which that wiki page refers and I'm not using SQL; furthermore, I set the auth_debug variable which that page

Re: [Dovecot] Problem with Sieve Vacation

2010-09-13 Thread Stephan Bosch
Op 13-9-2010 17:40, Timo Sirainen schreef: Looking at the code.. It checks To: Cc: Bcc: Resent-To: Recent-Cc: and Resent-Bcc: headers. If either ${original_recipient} or any address listed in :addresses is found from any of those headers, it's ok. So one of those has to match in your system.

Re: [Dovecot] Lost %d variable (OT: posting / TB bug)

2010-09-13 Thread Stephan Bosch
Op 13-9-2010 19:02, Charles Marcus schreef: On 2010-09-13 12:51 PM, Aladdinalad...@csunv.com wrote: Thanks for your efforts, but bottom/inline posting without trimming the quoted text is even worse than top-posting... Please endeavor to trim your quoted text to include only the relevant. :)

Re: [Dovecot] sieve is broken in the latest revision

2010-09-15 Thread Stephan Bosch
Op 15-9-2010 13:10, interfaSys sàrl schreef: All the sudden messages filtered by sieve are delivered to folders named after the recipient instead of sticking to the rules and delivering the messages to the INBOX. Is this an intended change? Instead of Maildir/.INBOX it goes to

Re: [Dovecot] sieve is broken in the latest revision

2010-09-15 Thread Stephan Bosch
Op 15-9-2010 13:36, interfaSys sàrl schreef: Indeed, I had not recompiled Pigeonhole because the server is unreachable. I've tried with the latest revision I had and it didn't help. Server is down due to maintenance. It should have taken just one hour, but for some reason it is taking much

Re: [Dovecot] Problems with dovecot-2.0.2+dovecot-2.0-pigeonhole-0.2.0

2010-09-16 Thread Stephan Bosch
Op 16-9-2010 14:50, Timo Sirainen schreef: doveadm(root): Error: dlopen(/usr/local/lib/dovecot/lib90_sieve_plugin.so) failed:/usr/local/lib/dovecot/libdovecot-sieve.so.0: undefined symbol:mail_deliver_save_open Sieve plugin can be used only by lda/lmtp, but you enabled it globally. Use:

Re: [Dovecot] Too stupid for sieve (former maildrop user)

2010-09-17 Thread Stephan Bosch
Op 17-9-2010 10:27, Dieter Knopf schreef: Hello, I just migrated from Postfix/Courier/Maildrop to Postfix/Dovecot/Deliver/Sieve and don't unterstand the right syntax for sieve :( I searched and found many small examples and many links to the RFC, but nothing was usefull for me (or i didn't

Re: [Dovecot] Too stupid for sieve (former maildrop user)

2010-09-17 Thread Stephan Bosch
Op 17-9-2010 12:18, Stephan Bosch schreef: # Filter TO if (hasaddr(n...@domain.tld)) { to $M/.foo/ } if address :is :comparator i;ascii-casemap [|to|, |cc|,| resent-to|, |resent-cc|] [n...@domain.tld] { fileinto foo; } Iew! Not sure where these '|' chars came from

Re: [Dovecot] Too stupid for sieve (former maildrop user)

2010-09-17 Thread Stephan Bosch
Op 17-9-2010 12:18, Stephan Bosch schreef: require subaddress; /* for the :domain part (last script) */ Shameful. No, you don't need to require this. The :domain part is part of the core language. Let's just say it was early. :) Regards, Stephan.

Re: [Dovecot] Too stupid for sieve (former maildrop user)

2010-09-17 Thread Stephan Bosch
On 9/18/2010 1:10 AM, Patrick Westenberg wrote: Dieter Knopf schrieb: Sorry for the question, just found it out, I didn't knew that all files needs a .sieve extensions. include :global foo; with a file foo.sieve works fine :-) Good to know ;) Good point. I now clarified this in the wiki.

Re: [Dovecot] Change in delivery directory during 2.0.2-2.0.3 upgrade

2010-09-19 Thread Stephan Bosch
On 09/19/2010 04:01 PM, Jeffrey Rice wrote: In upgrading from 2.0.2 to 2.0.3, Dovecot deliver has started putting new emails into u...@host/.u...@host/new instead of u...@host/new. This change was reversed by downgrading to 2.0.2, so it's due to the minor version change. Has anyone else

Re: [Dovecot] Sieve error on Quota full (Dovecot 2.0.3)

2010-09-22 Thread Stephan Bosch
Op 22-9-2010 8:45, Cassidy Larson schreef: Just switched my storage boxes to 2.0.3 with Pigeonhole. Noticing for those that have quota fulls, my syslog is getting full of errors from sieve: dovecot: lda(u...@host.com): Error: sieve: script /data/mail/host.com/u...@host.com//.dovecot.sieve

[Dovecot] Released Pigeonhole v0.2.1 for Dovecot v2.0.4

2010-09-26 Thread Stephan Bosch
-0.2.1.tar.gz.sig Refer to http://pigeonhole.dovecot.org and the Dovecot v2.0 wiki for more information. Have fun testing this new release and don't hesitate to notify me when there are any problems. Regards, -- Stephan Bosch step...@rename-it.nl

Re: [Dovecot] dovecot-lda segfaults with some sieve scripts

2010-09-29 Thread Stephan Bosch
Op 29-9-2010 14:42, interfaSys sàrl schreef: Hello, One account couldn't get emails all the sudden. dovecot-lda was crashing with signal 11 (segmentation fault). There was absolutely nothing in the dovecot logs, even with mail_debug=yes. I found out that it was because of the following

Re: [Dovecot] dovecot-lda segfaults with some sieve scripts

2010-09-29 Thread Stephan Bosch
Op 29-9-2010 17:33, interfaSys sàrl schreef: Hello again, I've added the -d and -f flags to the command line and this time I got a trace. (gdb) r Starting program: /usr/libexec/dovecot/dovecot-lda -p example-message.eml -f u...@domain.com -d u...@domain.com (no debugging symbols found)...(no

Re: [Dovecot] dovecot-lda segfaults with some sieve scripts

2010-09-29 Thread Stephan Bosch
Op 29-9-2010 17:35, Stephan Bosch schreef: Op 29-9-2010 17:33, interfaSys sàrl schreef: (gdb) bt full #0 0x000800e70140 in seff_flags_merge () from According to this, you have a require imap4flags; somewhere on top of your Sieve script right? Also, it's apparently running

Re: [Dovecot] dovecot-lda segfaults with some sieve scripts

2010-09-29 Thread Stephan Bosch
Hello again, I've added the -d and -f flags to the command line and this time I got a trace. (gdb) r Starting program: /usr/libexec/dovecot/dovecot-lda -p example-message.eml -f u...@domain.com -d u...@domain.com (no debugging symbols found)...(no debugging symbols found)...(no debugging

Re: [Dovecot] How does sieve's vacation keep track of duplicates?

2010-09-30 Thread Stephan Bosch
On 09/30/2010 10:53 PM, b...@electricembers.net wrote: I see the .dovecot.lda-dupes file that is created, but it doesn't seem like just plain text, and it doesn't seem to include strings of the senders, just the recipient. But I know the vacation functionality is clever enough to keep track of

Re: [Dovecot] Command died with signal 11: /usr/libexec/dovecot/dovecot-lda

2010-10-04 Thread Stephan Bosch
On 10/04/2010 09:38 PM, Schmidt wrote: Am 04.10.2010 16:41, schrieb Timo Sirainen: On Mon, 2010-10-04 at 14:36 +0200, spamv...@googlemail.com wrote: Undelivered Mail Returned to Sender - Command died with signal 11: /usr/libexec/dovecot/dovecot-lda Difficult to do anything about this

[Dovecot] Released Pigeonhole Sieve v0.1.18 and ManageSieve v0.11.12 for Dovecot v1.2.15

2010-10-04 Thread Stephan Bosch
release and don't hesitate to notify me when there are any problems. Regards, -- Stephan Bosch step...@rename-it.nl

Re: [Dovecot] Command died with signal 11: /usr/libexec/dovecot/dovecot-lda

2010-10-04 Thread Stephan Bosch
On 10/4/2010 11:42 PM, spamv...@googlemail.com wrote: ok i can reproduce it, it happens when a mail should be delivered to 2 mailadresses of the same user Could you elaborate a little? I don't quite understand what you mean. Regards, Stephan.

Re: [Dovecot] Released Pigeonhole v0.2.1 for Dovecot v2.0.4

2010-10-06 Thread Stephan Bosch
Op 4-10-2010 19:05, Juan C. Blanco schreef: Hello Stephan I have some problems to build pigeonhole 0.2.1 over dovect 2.0.5, I've had no problems with previous versions; the system is CentOS 5.5. I think that is autotools related, but not sure. I've dounloaded the archive for pigeonhole, once

Re: [Dovecot] Dovecot 2.0+Pingeonhole+Kaspersky Antispam

2010-10-10 Thread Stephan Bosch
Op 8-10-2010 22:25, Асташов Алексей Александрович schreef: Oct 8 22:30:42 sintek kernel: dovecot-lda[26943]: segfault at 0080 rip 2b01b00bc880 rsp 7fff3a7f1378 error 6 /var/log/audit/audit.log type=ANOM_ABEND msg=audit(1286461665.274:191): auid=500 uid=5000 gid=5000 ses=7

Re: [Dovecot] Segfault in dovecot-lda 2.0.5

2010-10-10 Thread Stephan Bosch
Op 10-10-2010 17:30, Sean Cardus schreef: Hi, I've recently started using dovecot-lda to handle my local maildir deliveries from Exim. Unfortunately I've been experiencing the occasional failed delivery - My Exim logs were showing: Child process of virtual_dovecot_delivery transport

Re: [Dovecot] Pigeonhole feature request: automatically copy sieve_global_path (default script) to user's sieve_dir

2010-10-13 Thread Stephan Bosch
Op 12-10-2010 5:47, Jerrale G schreef: We have used the great managesieve you have merged together, with sieve, to create pigeonhole. However, when a user creates a custom script through a GUI of ours, the default, as we expected, would be ignored. Maybe you could add a

Re: [Dovecot] managesieve fileinto folder with international characters

2010-10-13 Thread Stephan Bosch
Op 13-10-2010 20:04, Edward Carraro schreef: I have a folder created in dovecot entered by the user as ññoéé On the file system it appears as APEA8Q-oAOkA6Q- (mUTF7) When creating a sieve rule, to file into the folder ññoéé, I am converting the name from UTF8 into UTF7, the rule becomes

Re: [Dovecot] Wrong box.

2010-10-17 Thread Stephan Bosch
On 10/17/2010 04:20 AM, Henrique Fernandes wrote: Oct 16 22:52:42 mta0 dovecot: lda(luciano.more...@metal.eeimvr.uff.br): sieve: msgid=a04f508ac9d299a0733a09ce714ae...@localhost.localdomain: stored mail into mailbox 'luciano/more...@metal/eeimvr/uff/br' Oct 16 22:52:48 mta0 dovecot:

Re: [Dovecot] cmusieve and logging

2010-10-18 Thread Stephan Bosch
On 10/18/2010 8:03 AM, cool.chri...@web.de wrote: Hello, is there a way to write a logfile during sieve-actions? At least, I have trouble in reading sieve-scripts with tools from kmail (connection refused) or thunderbird (timed out: server does not answer). There is no problem with the

Re: [Dovecot] cmusieve and logging

2010-10-18 Thread Stephan Bosch
Op 18-10-2010 20:50, cool.chri...@web.de schreef: Am Montag 18 Oktober 2010, um 08:24:19 schrieb Stephan Bosch: On 10/18/2010 8:03 AM, cool.chri...@web.de wrote: Hello, is there a way to write a logfile during sieve-actions? At least, I have trouble in reading sieve-scripts with tools

Re: [Dovecot] Segfault in dovecot-lda 2.0.5

2010-10-18 Thread Stephan Bosch
On 10/19/2010 12:25 AM, Aaron wrote: On 10/10/2010 8:48 AM, Stephan Bosch wrote: Op 10-10-2010 17:30, Sean Cardus schreef: Any ideas? Yes, this was reported several times already. First thread: http://www.dovecot.org/list/dovecot/2010-October/053475.html Apply this change: http

Re: [Dovecot] Segfault in dovecot-lda 2.0.5

2010-10-19 Thread Stephan Bosch
Op 19-10-2010 0:43, Aaron schreef: On 10/18/2010 3:38 PM, Stephan Bosch wrote: Could you provide some more info, i.e. a gdb backtrace? Ack! Sorry about that, wasn't trying to message you personally, just wanted to let someone know. I can't get this to do it reliably, i only noticed

Re: [Dovecot] (no subject)

2010-10-19 Thread Stephan Bosch
Op 19-10-2010 16:11, Uldis Pakuls schreef: On 10/19/2010 03:53 AM, Dead Gardens wrote: Hello dovecot-list. I have the next problem with include option and managesieve .dovecot.sieve.log: info: started log at Oct 18 21:46:18. main_script: line 2: error: include: global location for included

Re: [Dovecot] Segfault in libdovecot-sieve

2010-10-21 Thread Stephan Bosch
Op 21-10-2010 14:29, an...@digirati.com.br schreef: Hello, I've been getting these messages in dmesg: [1663649.206652] lmtp[4961]: segfault at 18 ip 7fb5b6aab1f0 sp7fff7e3b5468 error 4 innbsp;libdovecot-sieve.so.0.0.0[7fb5b6a6d000 +66000] Dovecot's version is 2.0.3. Is this known?

Re: [Dovecot] Prevent dovecot.sieve.log logs

2010-10-25 Thread Stephan Bosch
On 10/25/2010 08:05 PM, Thiago Henrique wrote: Hello, When an account overquota happens, a log is generated: /var/lib/imap/sieve/username/dovecot.sieve.log Is there a way to prevent this? Currently, no. This feature has existed since the early stages of the cmusieve plugin. To my knowledge,

Re: [Dovecot] Prevent dovecot.sieve.log logs

2010-10-26 Thread Stephan Bosch
Op 25-10-2010 23:04, Timo Sirainen schreef: On 25.10.2010, at 21.02, Stephan Bosch wrote: When an account overquota happens, a log is generated: /var/lib/imap/sieve/username/dovecot.sieve.log Is there a way to prevent this? Currently, no. This feature has existed since the early stages

Re: [Dovecot] Prevent dovecot.sieve.log logs

2010-10-26 Thread Stephan Bosch
Op 26-10-2010 13:44, Thiago Henrique schreef: Hi, This log is not controlled by Syslog and it is not rotated by Logrotate. I'm afraid that happens overquota in my Sieve filesystem. Actually, I'm sure it won't. From the wiki http://wiki2.dovecot.org/Pigeonhole/Sieve/Usage: * A log file is

Re: [Dovecot] Exchange-replacement with SOGo

2010-10-26 Thread Stephan Bosch
Op 26-10-2010 4:38, Timo Sirainen schreef: I thought some people here would be interested: Recently SOGo added support for OpenChange, which means Outlook can natively access it via MAPI the same way as Exchange. Everything is open source, and the great thing about SOGo is that it uses

Re: [Dovecot] Smart boxes

2010-10-26 Thread Stephan Bosch
On 10/26/2010 11:58 PM, Marcelo Salhab Brogliato wrote: What do you think about it? Is there a simple way? If it is a cool feature, I'll develop it and post the plugin here. It's cool alright, but not a very novel idea. :) You should be able to achieve just what you want with the virtual

Re: [Dovecot] Sieve not working

2010-11-07 Thread Stephan Bosch
On 11/7/2010 11:31 AM, Christoph Pleger wrote: Hello, I installed dovecot 2.0.6 and pigeonhole 0.2.1 on my system, but I guess that sieve is not working, because netstat does not show that anything is listening to ports 2000 and 4190. You mean that the Sieve protocol (ManageSieve) is not

Re: [Dovecot] dovecot + sieve

2010-11-08 Thread Stephan Bosch
Op 8-11-2010 13:27, maximatt wrote: In ower mail system we use postfix and dovecot v1.2.10 with sieve plugin and i think is work fine but. i need to have access to variables values like in these test script require [enotify, variables, envelope]; keep; notify :importance

Re: [Dovecot] v1.2.16 released

2010-11-11 Thread Stephan Bosch
Op 8-11-2010 20:48, Timo Sirainen schreef: http://dovecot.org/releases/1.2/dovecot-1.2.16.tar.gz http://dovecot.org/releases/1.2/dovecot-1.2.16.tar.gz.sig Refreshed the ManageSieve patch: http://www.rename-it.nl/dovecot/1.2/dovecot-1.2.16-managesieve-0.11.12.diff.gz

Re: [Dovecot] dovecot sieve enotify question

2010-11-13 Thread Stephan Bosch
Op 12-11-2010 18:33, Robert Schetterer schreef: Hi, sorry not dovecot but heres the question is it possible to use dovecot sieve enotify not only for notify mail i.e arrived but with add the incomming mail as attachment to the notification ? i.e. i have found a example require [enotify,

Re: [Dovecot] v1.2.16 released

2010-11-14 Thread Stephan Bosch
On 11/15/2010 2:17 AM, Bruce Bodger wrote: On Nov 11, 2010, at 2:11 PM, Stephan Bosch wrote: Refreshed the ManageSieve patch: http://www.rename-it.nl/dovecot/1.2/dovecot-1.2.16-managesieve-0.11.12.diff.gz http://www.rename-it.nl/dovecot/1.2/dovecot-1.2.16-managesieve-0.11.12.diff.gz.sig Hello

Re: [Dovecot] change subject with dovecot+sieve

2010-11-23 Thread Stephan Bosch
On 11/23/2010 6:24 PM, Timo Sirainen wrote: On Tue, 2010-11-23 at 18:05 +0100, Esteban Torres Rodríguez wrote: I'm using to make the filter sieve and would like to reject filter and change the subject of emails that filter. I have created the filter and it works correctly, but reject comes

Re: [Dovecot] LMTP with address extension

2010-12-01 Thread Stephan Bosch
Op 30-11-2010 23:40, Timo Sirainen schreef: On Tue, 2010-11-30 at 19:59 +0100, ckubu wrote: even if sieve's recipient_delimiter (90-sieve.conf) ist not set (recipient_delimiter =). I thought Sieve would be using the global recipient_delimited, not the one inside plugin {}. Stephan, should that

<    1   2   3   4   5   6   7   8   9   10   >