upgrade 2.2 to 2.3, diffie-hellman, ssl_min_protocol

2018-06-22 Thread tai74
hi sorry if question was asked already. Was reading https://wiki2.dovecot.org/Upgrading/2.3 first I'm confused on diffie hellman parameters file. I never set up ssl-parameters.dat before (should i have? do I have one that was automatically made for me by dovecot?) Do I need to make a fres

Re: upgrade 2.2 to 2.3, diffie-hellman, ssl_min_protocol

2018-06-22 Thread Aki Tuomi
> On 22 June 2018 at 10:18 ta...@vfemail.net wrote: > > > > hi sorry if question was asked already. Was reading > https://wiki2.dovecot.org/Upgrading/2.3 > > first I'm confused on diffie hellman parameters file. I never set up > ssl-parameters.dat before (should i have? do I have one that w

Re: sievescript is not working

2018-06-22 Thread ratatouille
Benny Pedersen schrieb am 22.06.18 um 03:32:26 Uhr: > ratatouille skrev den 2018-06-21 20:25: > > > # sieve-test ./managesieve.sieve ./testfile -D > > sieve-test(andreas): Debug: sieve: Pigeonhole version 0.4.2 > > initializing > > sieve-test(andreas): Debug: sieve: include: sieve_global_dir is

enable dovecot.sieve.log

2018-06-22 Thread ratatouille
Hello! How do I enable dovecot.sieve.log? I see nothing about that in 90-sieve.conf Kind regards Andreas

Re: enable dovecot.sieve.log

2018-06-22 Thread ratatouille
ratatouille schrieb am 22.06.18 um 13:19:20 Uhr: > How do I enable dovecot.sieve.log? I see nothing about that in 90-sieve.conf Found it. Did it in the plugin-section. Andreas

Location of dovecot.sieve

2018-06-22 Thread ratatouille
Hello! If I set sieve = file:~/sieve;active=~/.dovecot.sieve in dovecot.conf like I read in the documentation I get Jun 22 16:36:01 lda(a.meyer): Error: sieve: sieve file backend: invalid option `active=~/.dovecot.sieve' Jun 22 16:36:01 lda(a.meyer): Error: sieve: failed to access user's Sieve

lazy expunge folder delete bug

2018-06-22 Thread Jan-Pieter Cornet
There's a bug in "folder delete" for lazy expunge, type "1 namespace", as descibed on https://wiki2.dovecot.org/Plugins/Lazyexpunge When trying to delete a mailbox that still has messages in it, but that has no EXPUNGED/ counterpart, the process hangs after the imap "DELETE" command, and the f

variable forwarding buglet

2018-06-22 Thread Jan-Pieter Cornet
I wanted to forward information from the director to the backend dovecot (original login name), so I had the userdb on the director return a forward_ologin variable. However, when I tried to use that variable in the "password_key" query on the backend dovecot, ${forward_ologin} was expanded to

Can't build pigeonhole against dovecot 2.3.2rc1

2018-06-22 Thread tai74
Help? ntfy-mailto.c: In function ‘ntfy_mailto_send’: ntfy-mailto.c:505:5: error: too few arguments to function ‘smtp_address_create_from_msg_temp’ sieve_get_postmaster(senv)); ^ In file included from ./../../../sieve-types.h:5:0, from ./../../../sieve-common.h:7,

Re: Can't build pigeonhole against dovecot 2.3.2rc1

2018-06-22 Thread Aki Tuomi
Try using branch master-0.5 Aki > On 22 June 2018 at 21:24 ta...@vfemail.net wrote: > > > Help? > > ntfy-mailto.c: In function ‘ntfy_mailto_send’: > ntfy-mailto.c:505:5: error: too few arguments to function > ‘smtp_address_create_from_msg_temp’ > sieve_get_postmaster(senv)); > ^

Re: Can't build pigeonhole against dovecot 2.3.2rc1

2018-06-22 Thread tai74
Quoting Aki Tuomi : Try using branch master-0.5 Confirmed working, thank you. Now extdata is not compiling, I can't find its master repository...? - ONLY AT VFEmail! - Use our Metadata Mitigator to keep your email out of the NSA's hands

Pigeonhole extdata repo?

2018-06-22 Thread tai74
Pigeonhole download page has links for extdata plugin up to v0.4 but nothing more and no link to the master repository https://pigeonhole.dovecot.org/download.html I want to use with dovecot 2.3.2rc1 but v0.4 won't compile with it. Thanks for helping

Re: upgrade 2.2 to 2.3, diffie-hellman, ssl_min_protocol

2018-06-22 Thread Joseph Tam
On Fri, 22 Jun 2018, Aki Tuomi wrote: Do I need to make a fresh dh.pem? The upgrade doc tells how to convert ssl-parameters.dat but how to make a new one? ... or you can make a fresh one using openssl gendh 4096 > dh.pem This also works openssl dhparam -out dh.pem 4096 Note that t

Re: upgrade 2.2 to 2.3, diffie-hellman, ssl_min_protocol

2018-06-22 Thread Joseph Tam
On Fri, 22 Jun 2018, Joseph Tam wrote: However, recent advances make this condition obsolete [*] and not really safer, so a much faster way to generate a DH key is openssl dhparam -dsaparam -out dh.pem 4096 DH generation is a one time operation, so if you're paranoid and you've got tim