Re: Plugin charset_alias

2018-03-01 Thread MRob
On 2018-03-01 22:59, John Woods wrote: Hey Everyone, We are getting a compile error for Dovecot 2.2.34 on Solaris 11.3 x86, using Solaris Studio 12.6 compiler, and it doesn't occur with Dovecot 2.2.33. Making all in charset-alias Can someone easily explain what the usage of this plugin

Re: Make fails with 2.3.0.1 & 2.2.34 on Mac OS X 10.7.5

2018-03-01 Thread Aki Tuomi
> On 02 March 2018 at 08:42 James Brown wrote: > > > > On 1 Mar 2018, at 9:52 pm, Aki Tuomi > > wrote: > > > > Can you also post your config.h? It should be at source root. > > > > Aki > > I tried but it was too big

Re: Make fails with 2.3.0.1 & 2.2.34 on Mac OS X 10.7.5

2018-03-01 Thread James Brown
> On 1 Mar 2018, at 9:52 pm, Aki Tuomi > wrote: > > Can you also post your config.h? It should be at source root. > > Aki I tried but it was too big to post on the mailing list. I’m not sure if you got the direct email. Some SSL related

Re: Plugin charset_alias compile error: void function cannot return value

2018-03-01 Thread Aki Tuomi
> On 02 March 2018 at 00:59 John Woods wrote: > > > Hey Everyone, > > We are getting a compile error for Dovecot 2.2.34 on Solaris 11.3 > x86, using Solaris Studio 12.6 compiler, and it doesn't occur with > Dovecot 2.2.33. > > Making all in

Re: Virtual question

2018-03-01 Thread Aki Tuomi
So. Under /etc/dovecot/virtual you create the virtual folder structure you want, and put the dovecot-virtual files under those folders. such as /etc/dovecot/virtual/month/dovecot-virtual Then in dovecot.conf you put namespace virtual { location =

Re: Virtual question

2018-03-01 Thread David Mehler
Hello, Can you elaborate? Thanks. Dave. On 3/1/18, Aki Tuomi wrote: > You can also use > namespace virtual > {  > location=virtual:/etc/dovecot/virtual:INDEX=~/virtual/:CONTROL=~/virtual/} > so you put the folder definitions under /etc and per-user indexes end up >

Plugin charset_alias compile error: void function cannot return value

2018-03-01 Thread John Woods
Hey Everyone, We are getting a compile error for Dovecot 2.2.34 on Solaris 11.3 x86, using Solaris Studio 12.6 compiler, and it doesn't occur with Dovecot 2.2.33. Making all in charset-alias source='charset-alias-plugin.c' object='charset-alias-plugin.lo' libtool=yes \

Re: Virtual question

2018-03-01 Thread Aki Tuomi
You can also use namespace virtual {  location=virtual:/etc/dovecot/virtual:INDEX=~/virtual/:CONTROL=~/virtual/} so you put the folder definitions under /etc and per-user indexes end up under user home. ---Aki TuomiDovecot oy Original message From: LuKreme

Virtual question

2018-03-01 Thread LuKreme
“For each virtual directory you need to create a dovecot-virtual file. Its syntax is like:” OK, where does this file get created? Say I want the users to have a virtual mailbox that is messages received in the last month, does that file go into each user' s Maildir path? It sounds like I have

Re: Mail addresses with quotes + Postfix

2018-03-01 Thread Philipp Berger
Of course you are right! It should either be "a@b"@mydomain.tld or a."@".b...@mydomain.tld, both would be valid. Sadly, it does not change the outcome. Even with a pure "@"@mydomain.tld, Dovecot splits it into the empty string user (%n) and @mydomain.tld as the domain part (%d). Am 01-Mar-18 um

Re: Mail addresses with quotes + Postfix

2018-03-01 Thread LuKreme
On Mar 1, 2018, at 05:07, Philipp Berger wrote: > mail address like a"@"b...@mydomain.tld, which by RFC should be valid Shouldn't it be "a@b"@mydoamin.tld ? -- My main job is trying to come up with new and innovative and effective ways to reject even more mail.

Mail addresses with quotes + Postfix

2018-03-01 Thread Philipp Berger
Dear all, I have a working setup with Postfix + Dovecot, storing users in a MySQL table. I ran into problems setting up and using a mail address like a"@"b...@mydomain.tld, which by RFC should be valid, but leads to problems in Dovecot. From my debugging, I can see that on the lookup, Dovecot

Re: [ext] v2.2.34 released

2018-03-01 Thread Stephan Bosch
Op 1-3-2018 om 11:43 schreef Ralf Hildebrandt: * Timo Sirainen : https://dovecot.org/releases/2.2/dovecot-2.2.34.tar.gz https://dovecot.org/releases/2.2/dovecot-2.2.34.tar.gz.sig Currently, I'm not getting any updates for prebuilt packages (I'm on Ubuntu Xenial 16.04.4) - I'm

Re: Make fails with 2.3.0.1 & 2.2.34 on Mac OS X 10.7.5

2018-03-01 Thread Aki Tuomi
1 On 01.03.2018 12:10, James Brown wrote: > > >> On 1 Mar 2018, at 5:56 pm, Aki Tuomi > > wrote: >> >> >> >> On 01.03.2018 07:34, James Brown wrote: >>> On 1 Mar 2018, at 4:09 pm, Aki Tuomi >>

Re: [ext] v2.2.34 released

2018-03-01 Thread Ralf Hildebrandt
* Aki Tuomi : > > What is the current apt repository I could use? > > > > We do not provide official packages for 2.2.x versions, only 2.3 and > later. I switched to 2.3 now. > XI is not intended for production usage. Most of the time it works ok (it's only for backup

Re: [ext] v2.2.34 released

2018-03-01 Thread Aki Tuomi
On 01.03.2018 12:43, Ralf Hildebrandt wrote: > * Timo Sirainen : >> https://dovecot.org/releases/2.2/dovecot-2.2.34.tar.gz >> https://dovecot.org/releases/2.2/dovecot-2.2.34.tar.gz.sig > Currently, I'm not getting any updates for prebuilt packages (I'm on > Ubuntu Xenial 16.04.4) -

Re: [ext] v2.2.34 released

2018-03-01 Thread Ralf Hildebrandt
* Timo Sirainen : > https://dovecot.org/releases/2.2/dovecot-2.2.34.tar.gz > https://dovecot.org/releases/2.2/dovecot-2.2.34.tar.gz.sig Currently, I'm not getting any updates for prebuilt packages (I'm on Ubuntu Xenial 16.04.4) - I'm stuck on 2.2.22: ii dovecot-core

Re: v2.2.34 released

2018-03-01 Thread azurit
Citát "A.L.E.C" : On 03/01/2018 10:56 AM, Timo Sirainen wrote: NEW FEATURE DOV-1221: Attachment indicator Mark email attachment presence using $HasAttachment / $HasNoAttachment keywords Also added https://wiki2.dovecot.org/AttachmentIndicator - need to figure out where it

Re: v2.2.34 released

2018-03-01 Thread A.L.E.C
On 03/01/2018 10:56 AM, Timo Sirainen wrote: >> NEW FEATURE DOV-1221: >> Attachment indicator >> Mark email attachment presence using $HasAttachment / $HasNoAttachment >> keywords > > Also added https://wiki2.dovecot.org/AttachmentIndicator - need to figure out > where it > should be linked

Re: Make fails with 2.3.0.1 & 2.2.34 on Mac OS X 10.7.5

2018-03-01 Thread James Brown
> On 1 Mar 2018, at 5:56 pm, Aki Tuomi > wrote: > > > > On 01.03.2018 07:34, James Brown wrote: >> On 1 Mar 2018, at 4:09 pm, Aki Tuomi > > wrote: >>> >>> >>> What SSL library and

Re: v2.2.34 released

2018-03-01 Thread Timo Sirainen
On 1 Mar 2018, at 11.17, Alessio Cecchi wrote: > > Il 01/03/2018 07:11, A.L.E.C ha scritto: >> On 02/28/2018 10:20 PM, Timo Sirainen wrote: >>> + mail_attachment_detection_options setting controls when >>>$HasAttachment and $HasNoAttachment keywords are set for mails. >> Is

Re: v2.2.34 released

2018-03-01 Thread Alessio Cecchi
Il 01/03/2018 07:11, A.L.E.C ha scritto: On 02/28/2018 10:20 PM, Timo Sirainen wrote: + mail_attachment_detection_options setting controls when $HasAttachment and $HasNoAttachment keywords are set for mails. Is this a new feature? I can't find any documentation about these keywords and

[Dovecot-news] Released Pigeonhole v0.4.22 for Dovecot v2.2.34.

2018-03-01 Thread Stephan Bosch
Hello Dovecot users, Here is a new Pigeonhole release that goes with the new Dovecot v2.2.34 release. This release is not strictly necessary, as previous versions should be usable as well. This release only contains bugfixes. Changelog v0.4.22: - Fixed filesystem path handling problem: sieve

Released Pigeonhole v0.4.22 for Dovecot v2.2.34.

2018-03-01 Thread Stephan Bosch
Hello Dovecot users, Here is a new Pigeonhole release that goes with the new Dovecot v2.2.34 release. This release is not strictly necessary, as previous versions should be usable as well. This release only contains bugfixes. Changelog v0.4.22: - Fixed filesystem path handling problem: sieve