Sieve extprograms pipe :try cancels implicit keep

2024-05-17 Thread Sebastiaan Hoogeveen via dovecot
executed successfully and cancel implicit keep.” If this is not the intended behaviour then please consider this a bug report, with my apologies for not adding a patch (it seems to be a bit more complex than just changing the return value of act_pipe_commit). Kind regards, -- Sebast

Re: dovecot director and keepalived

2021-03-16 Thread Sebastiaan Hoogeveen
ration file, but that should usually not be a problem. I got this from skimming the source, afaict it is not documented anywhere so I'm not sure if this behavior can always be relied on in future releases (it does seem logical to me though). Kind regards, -- Sebastiaan Hoogeveen NederHost KvK: 34099781

Re: sieve-extdata plugin breaks on pigeonhole 0.5 ish

2020-09-18 Thread Sebastiaan Hoogeveen
eve-extdata-plugin/pull/1 will probably fix this problem. Kind regards, -- Sebastiaan Hoogeveen NederHost https://www.nederhost.nl KvK: 34099781

[patch] Fix for returning NULL values in SQL dict lookups

2016-05-11 Thread NederHost/Sebastiaan Hoogeveen
n", DICT_PROTOCOL_REPLY_FAIL); + } else { + cmd->reply = i_strdup_printf("%c\n", DICT_PROTOCOL_REPLY_NOTFOUND); } dict_connection_cmds_flush(cmd->conn); } Kind regards, -- Sebastiaan Hoogeveen NederHost https://www.nederhost.nl/ KvK: 34099781

[patch] Fix for bug in TLS/SSL for LMTP with chained certificates

2015-12-02 Thread NederHost/Sebastiaan Hoogeveen
uspect this is the same issue as the one reported by Piotr Rotter to this list on July the 27th. Kind regards, -- Sebastiaan Hoogeveen NederHost https://www.nederhost.nl/ KvK: 34099781 dovecot-2.2.19-ssl_ctx_certificate_chain_returnvalue.diff Description: Binary data dovecot-2.2.19-lmtp_ssl_bug.diff Description: Binary data