Re: Compile error Dovecot2-pigeonhole

2016-07-07 Thread Aki Tuomi
Please keep replies on-list. If you removed the compiler flag, how can you get error about compiler flag? Perhaps you need to contact package maintainer? Aki On 07.07.2016 10:23, Maximus wrote: > Sure. > Same error. > > -Original Message- > From: dovecot [mailto:dovecot-boun...@dovecot.o

duplicated mail in users inbox only

2016-07-07 Thread Tom Priebe
Hello, one of my users has the issue that some mails seem to get doubled -- but only in their inbox. The mail is bcc'd to them and the original recipient receives one copy as intended. The log shows nothing extraordinary, postfix, dovecot and sieve are certain that they received and delivered one

"anvil: Error: connect limit: disconnection for unknown pid 17659 + ident lmtp/backup@backup.invalid"

2016-07-07 Thread Ralf Hildebrandt
I updated to 2.3.0 today, and now I'm getting these entries in my log: Jul 7 14:26:20 mail-cbf dovecot: anvil: Error: connect limit: disconnection for unknown pid 17687 + ident lmtp/backup@backup.invalid Jul 7 14:26:20 mail-cbf dovecot: anvil: Error: connect limit: disconnection for unknown pi

LDA autocreate/autosubscribe per namespace?

2016-07-07 Thread Andreas Ntaflos
Using Dovecot 2.2.25 and Pigeonhole 0.4.14. I can provide the output of doveconf -n if needed. We use a moderately clever global Sieve script to create a read-only (using ACLs) backup/archive of all incoming and outgoing mails. Mail messages filtered this way are filed into folders in a namesp

Re: Compile error Dovecot2-pigeonhole

2016-07-07 Thread Nick Rosier
Maximus wrote: FreeBSD 9.3 Dovecot 2.25 (7be1766) I'm trying to install Dovecot2-pigeonhole-0.4.14_2 from ports. Get an error: cc1: error: unrecognized command line option "-Wno-duplicate-decl-specifier" With options MAKE_JOBS_UNSAFE=yes: cc1: error: unrecognized command line option "-

Re: Compile error Dovecot2-pigeonhole

2016-07-07 Thread Maximus
Thanks, you've saved my day. ;) Switch to clang and everything looks fine.

Re: "anvil: Error: connect limit: disconnection for unknown pid 17659 + ident lmtp/backup@backup.invalid"

2016-07-07 Thread Frank Elsner
On Thu, 7 Jul 2016 14:31:04 +0200 Ralf Hildebrandt wrote: > I updated to 2.3.0 today, and now I'm getting these entries in my log: ^ Hey, what's that? Typo or secret version? --Frank Elsner

Re: "anvil: Error: connect limit: disconnection for unknown pid 17659 + ident lmtp/backup@backup.invalid"

2016-07-07 Thread Michael Slusarz
> On July 7, 2016 at 7:45 AM Frank Elsner wrote: > > On Thu, 7 Jul 2016 14:31:04 +0200 Ralf Hildebrandt wrote: > > > I updated to 2.3.0 today, and now I'm getting these entries in my log: > > ^ > > Hey, what's that? Typo or secret version? Development (git master) version. michael

Re: Compile error Dovecot2-pigeonhole

2016-07-07 Thread Мунголин Максим
1) I was trying to compile from ports: make (without any flags) Got an error: cc1: error: unrecognized command line option "-Wno-duplicate-decl-specifier" cc1: error: unrecognized command line option "-Wno-duplicate-decl-specifier" cc1: error: unrecognized command line option "-Wno-duplicate-d

Released Pigeonhole v0.4.15 for Dovecot v2.2.25.

2016-07-07 Thread Stephan Bosch
Hello Dovecot users, I have completed the final release. I found a few more problems while testing this release, so a few more fixes are included. I also added a behavioral change to the vacation extension. Changelog v0.4.15: * vacation extension: The sieve_user_email setting is now used in the

Re: Dovecot and Solr 6

2016-07-07 Thread KSB
On 2016.07.06. 22:51, KSB wrote: Hi! Dovecot 2.2.24 Had set up solr and new schema collection. Copied dovecot provided schema. There was an error with booleans (while getting schema via http), which I "solved" by removing "add-unknown-fields-to-the-schema" from solrconfig.xml. It is correct way t

Re: Deletion of mail from Junk mailbox

2016-07-07 Thread Doug Hardie
> On 4 July 2016, at 13:18, Doug Hardie wrote: > >> >> On 2 July 2016, at 02:29, Noel Butler wrote: >> >> On 02/07/2016 19:16, Doug Hardie wrote: >>> I have a pigeon sive running which directs some of my received mail to >>> the Junk folder. That works just fine. However, a couple minutes >

Re: Dovecot 2.2.25 compiling error

2016-07-07 Thread Mart Pirita
Aki Tuomi wrote: > This has been now fixed in master-2.2 with > > https://github.com/dovecot/core/commit/20e802d6bbf4ddad3a2140a2f7812d01de0ec2ef > https://github.com/dovecot/core/commit/d9c865ce774aae9f2f17b89e7e94c3cfca29dea7 > > Our testings indicate that you can compile 2.2.25.1 on CentOS5 with

Re: Dovecot 2.2.25 compiling error

2016-07-07 Thread Joseph Tam
Well, tried with or without patches, but got still same error: sha1.h:80: error: static or type qualifiers in abstract declarator For what it's worth, I get the same error compiling on Solaris 10. It may be because I have a rather old gcc (3.4.4). Editing out the "static" keyword from config

Re: Dovecot and Solr 6

2016-07-07 Thread Zhang Huangbin
> On Jul 8, 2016, at 5:31 AM, KSB wrote: > > 1 argument is speed, what else? Solr is built for indexing, what else do you expect?

a question about dovecot-sieve

2016-07-07 Thread 刘莹莹
question discribe: example: > vim .dovecot.sieve require ["fileinto"]; # rule:[filter1] if anyof (header :contains "Subject" "测试邮件") { fileinto "sieve"; } when i write a mail ,give subject "这是一封测试邮件" , then server convert this subject to " SUBJECT: =?UTF-8?Q?=E8=BF=99=E6=98=AF=E

Re: Dovecot 2.2.25 compiling error

2016-07-07 Thread Aki Tuomi
On 08.07.2016 01:37, Joseph Tam wrote: > >> Well, tried with or without patches, but got still same error: >> >> sha1.h:80: error: static or type qualifiers in abstract declarator > > For what it's worth, I get the same error compiling on Solaris 10. > It may be because I have a rather old gcc (3