Re: SIEVE: handling of lineending in fields

2017-07-25 Thread Ingo Thierack
On 25.07.2017 13:54, Stephan Bosch wrote: > > > Op 22-7-2017 om 18:02 schreef Ingo Thierack: >> Hello, >> >> migrated von the mailserver from centos to alpine linux. Most parts are >> run well. >> >> dovecot 2.2.31 >> sieve: 0.4.19 >> >

SIEVE: handling of lineending in fields

2017-07-22 Thread Ingo Thierack
Hello, migrated von the mailserver from centos to alpine linux. Most parts are run well. dovecot 2.2.31 sieve: 0.4.19 But i fight with on behavior. I have an sieve script which pipes a few fields to an external script which send this data to an telegram-bot. the part of the sieve-script. if h

sieve: extract first chars of body in sieve script

2015-05-26 Thread Ingo Thierack
Hello, is it possible to extract the first x chars of the body of an message to forward it, or the complete body inside an sieve script. I want to forward specific mails via telegram-messenger. No Problem to extract the "from" and the "subject". if header :matches "Subject" "*" { set "subjec

[Dovecot] Pigeonhole Sieve - sent message to xmpp account

2013-08-29 Thread Ingo Thierack
Hello, does someone know, how far the implementation of enotify - xmpp is. Would be nice to push notifications to an jabber account for specific filtered mails. Regards, Ingo

[Dovecot] Possible broken indexer(lucene/solr)?

2012-02-06 Thread Ingo Thierack
Time=1 Maybe I miss something. Upgraded from 2.0.15 to 2.1(head from repository yesterday) With 2.0 i see, if i start an search, solr had to work on the mail, now happens nothing. Upgrade the schema.xml, delete the old index. Regard Ingo Thierack

[Dovecot] sdbox-format and sa-learn(spamassassin)

2010-10-31 Thread Ingo Thierack
Hello, is it somehow possible to use sa-learn on sdbox-mailboxes? Maybe i can use dsync to "mirror" the mailboxes(only the spam-subfolder) to another location and convert it to mbox or maildir and act then on it with sa-learn? I know the antispam-Plugin, but until now no success, to get it run

Re: [Dovecot] meaning of parameter imap_idle_notify_interval??

2009-11-05 Thread Ingo Thierack
00 +0100, Ingo Thierack wrote: > >>>> Nov 04 12:26:28 deliver(i...@ghostdive.org): Info: auth input: >>>> mail=dbox:/mnt/mail/mail/ingo:INDEX=/var/spool/indexes/ingo >>>> > > Looks like the problem was that you had index files in a diff

Re: [Dovecot] meaning of parameter imap_idle_notify_interval??

2009-11-05 Thread Ingo Thierack
And I switched extra to dbox... Ok, any chance you take in the near future a look at it, or should I switch to maildir? Can i convert dbox to maildir? Timo Sirainen wrote: > On Wed, 2009-11-04 at 12:48 +0100, Ingo Thierack wrote: > > >> mail_location: maildir:/mnt/mail/%u/Mai

Re: [Dovecot] meaning of parameter imap_idle_notify_interval??

2009-11-04 Thread Ingo Thierack
a little bit late but now. As far as I can see, no EXISTS, after idling Even can't see the additional output in the logmessages. Looks like the code is never reached? telnet: * OK [CAPABILITY IMAP4rev1 LITERAL+ SASL-IR LOGIN-REFERRALS ID ENABLE STARTTLS AUTH=PLAIN AUTH=CRAM-MD5 AUTH=DIGEST-M

Re: [Dovecot] meaning of parameter imap_idle_notify_interval??

2009-10-27 Thread Ingo Thierack
>>> >>> * OK [RAWLOG TIMESTAMP] 2009-10-27 23:38:03 <<<* OK Still here

Re: [Dovecot] meaning of parameter imap_idle_notify_interval??

2009-10-27 Thread Ingo Thierack
n the CentOS-Kernel? Timo Sirainen schrieb: On Mon, 2009-10-26 at 21:20 +0100, Ingo Thierack wrote: Set notify interval to 180 seconds. The message appears without intervention around 140 seconds after it was delivered to the inbox. See if this helps: http://hg.dovecot.org/dovecot-1.

Re: [Dovecot] meaning of parameter imap_idle_notify_interval??

2009-10-26 Thread Ingo Thierack
pe: listen master: path: /var/run/dovecot/auth-master mode: 384 user: mailaccess group: mailaccess Ingo Thierack wrote: > Here are the requestet information. > It was compiled with inotify which is the default on my system. > > First I thought, it was the pur

Re: [Dovecot] meaning of parameter imap_idle_notify_interval??

2009-10-21 Thread Ingo Thierack
/dovecot/auth-master mode: 384 user: mailaccess group: mailaccess Timo Sirainen schrieb: > On Wed, 2009-10-21 at 21:28 +0200, Ingo Thierack wrote: > >> Hello, >> >> is my understanding of the parameter "imap_idle_notify_interval" right, >>

[Dovecot] meaning of parameter imap_idle_notify_interval??

2009-10-21 Thread Ingo Thierack
Hello, is my understanding of the parameter "imap_idle_notify_interval" right, if i say, it's the time between two point where dovecot tells the client he is here, and sould have nothing directly todo with the notification of new mails arrived. I played with the values around. And the courios is,

Re: [Dovecot] Question about IMAP IDLE (and Palm Pre)

2009-10-20 Thread Ingo Thierack
re seconds before it displays. Robert Schetterer schrieb: Ingo Thierack schrieb: Hello, i try to understand, how it works (IDLE). Try to get it successfully work with my new Palm Pre ;-) which looks like to have a lot issues wir imap... so i'll blame not dovecot As far i read about

[Dovecot] Question about IMAP IDLE (and Palm Pre)

2009-10-19 Thread Ingo Thierack
Hello, i try to understand, how it works (IDLE). Try to get it successfully work with my new Palm Pre ;-) which looks like to have a lot issues wir imap... so i'll blame not dovecot for the issues. Sent a mail, from googlemail. processed by dovecot ad 12:11. what me now confusing, is, that ther

Re: [Dovecot] high imap load on large folders

2009-09-10 Thread Ingo Thierack
the two patches are made it. the imap process is now around 60-70%. And now are transfered around 8 -10 messages per second. Thanks for you help. Ingo Timo Sirainen wrote: > On Thu, 2009-09-10 at 12:09 -0400, Timo Sirainen wrote: > >> On Thu, 2009-09-10 at 09:06 +0200, Ingo Th

[Dovecot] high imap load on large folders

2009-09-07 Thread Ingo Thierack
Hello, i sync with imapsync from an archiopteryx-server to an dovecot-server, for testing until now. The dovecot is inside an VM. storage for mail is on an nfs-share, indexes are local. What i now see, is, on large folder( 58000 messages and more) the load on the imap-process is very high, and