Re: Non-destructive deduplication

2017-06-10 Thread Aki Tuomi
> On June 10, 2017 at 10:30 PM Tristan Miller > wrote: > > > Greetings. > > I use Dovecot 2.2.29.1 as my IMAP server. Owing to a bug in my mail > client [1], several unique messages (mostly in my Sent folder) have > duplicate Message-ID headers. Dovecot itself doesn't seem to be > bothered

Non-destructive deduplication

2017-06-10 Thread Tristan Miller
Greetings. I use Dovecot 2.2.29.1 as my IMAP server. Owing to a bug in my mail client [1], several unique messages (mostly in my Sent folder) have duplicate Message-ID headers. Dovecot itself doesn't seem to be bothered by this, though my mail client is confused by the false duplicates. (It scr

Re: Pacaging/build issues with AIX and vac (dovecot-2.2.25)

2017-06-10 Thread Michael Felt
On 10/06/2017 17:40, Michael Felt wrote: (And I am going to look up how to post to git (via a remote) to show you what I have modified to get this far.) See https://github.com/aixtools/dovecot/tree/AIX-port

Re: Pacaging/build issues with AIX and vac (dovecot-2.2.25)

2017-06-10 Thread Michael Felt
On 10/06/2017 17:26, Michael Felt wrote: On 10/06/2017 17:23, Michael Felt wrote: On 10/06/2017 14:42, Michael Felt wrote: Next chapter in packaging.(Not meant to be extensive, only what I run across and is easy to report) So, now in an attempt to report on where I am at... mich...@x071.ho

Re: Pacaging/build issues with AIX and vac (dovecot-2.2.25)

2017-06-10 Thread Michael Felt
On 10/06/2017 17:23, Michael Felt wrote: On 10/06/2017 14:42, Michael Felt wrote: Next chapter in packaging.(Not meant to be extensive, only what I run across and is easy to report) c) 378 | int quota_root_default_init(struct quota_root *root, const char *args, 379 |

Re: Pacaging/build issues with AIX and vac (dovecot-2.2.25)

2017-06-10 Thread Michael Felt
On 10/06/2017 14:42, Michael Felt wrote: Next chapter in packaging.(Not meant to be extensive, only what I run across and is easy to report) c) 378 | int quota_root_default_init(struct quota_root *root, const char *args, 379 | const char **error_r)

Re: Pacaging/build issues with AIX and vac (dovecot-2.2.25)

2017-06-10 Thread Michael Felt
On 09/10/2016 21:48, Michael Felt wrote: I finally decided it was really time to stop being lazy and really move away from gmail. After I have a server in my basement using power, etc. So I turned on the imap provided - and did not quite cry - it will have to do for now, but imap2 is wanting.

Re: Changing the name of a compressed file

2017-06-10 Thread Peter West
Ok, I added zlib to imap protocol. protocol imap { … mail_plugins = $mail_plugins zlib } Now both imap and lmtp protocols have zlib plugin enabled, and both send and receive mail is compressed. Peter > On 10 Jun 2017, at 6:50 pm, Aki Tuomi wrote: > > Please check that you are not overwri

Re: Changing the name of a compressed file

2017-06-10 Thread Peter West
Well spotted. In my first attempt, the configuration I originally posted was at the end of my dovecot.conf file, and I was not including the conf.d configuration files. Preceding that was my lmtp protocol cong. protocol lmtp { postmaster_address = postmaster # Space separated list of plugin

Re: Changing the name of a compressed file

2017-06-10 Thread Aki Tuomi
Please check that you are not overwriting mail plugins for lmtp. Or post your doveconf -n. Aki > On June 10, 2017 at 11:10 AM Peter West wrote: > > > Not sure what you mean. I’m using lmtp to send messages to Dovecot from > Postfix. > > > On 10 Jun 2017, at 6:08 pm, Aki Tuomi wrote: > > >

Re: Changing the name of a compressed file

2017-06-10 Thread Peter West
Not sure what you mean. I’m using lmtp to send messages to Dovecot from Postfix. > On 10 Jun 2017, at 6:08 pm, Aki Tuomi wrote: > > What's your LDA? > > Aki > >> On June 10, 2017 at 11:01 AM Peter West wrote: >> >> >> Thanks for that Aki. >> >> Follow-up question. I tried to initiate comp

Re: Changing the name of a compressed file

2017-06-10 Thread Aki Tuomi
What's your LDA? Aki > On June 10, 2017 at 11:01 AM Peter West wrote: > > > Thanks for that Aki. > > Follow-up question. I tried to initiate compression by adding > > mail_plugins = $mail_plugins zlib > > plugin { > zlib_save_level = 6 > zlib_save = xz > } > > > to dovecot.conf.

Re: Changing the name of a compressed file

2017-06-10 Thread Peter West
Thanks for that Aki. Follow-up question. I tried to initiate compression by adding mail_plugins = $mail_plugins zlib plugin { zlib_save_level = 6 zlib_save = xz } to dovecot.conf. I restarted dovecot and sent one message to the server, and one message from the server. Neither was c