iRedMail
iRedMail
Which version of Z-Push are you running?
Why not leave this half-done? Why not make it working out of box with CSS built in spectre? This tab-thing is very useful. Please consider implementing it out of box.
Hi @emersion `Sign()` always generates a new (full) message with dkim header (`w io.Writer`), we just need the generated signature, not a new message. This `GenSignature()` avoids generating a new...
OK. Thanks for helping. :)
Update: It's impossible to run Z-Push on RedHat family OS 9 and 10. - CentOS/Rocky/AlmaLinux 9 offers PHP 8.0.30, but no php-imap package. It's impossible to build php-imap package with...
Hi @matidau, Could you help take a look at this?
> Personally, I am looking at ditching my custom mix of Roundcube, Radical, Z-Push and migrating to SoGo instead. Hi @jabuzz, Support for activesync will be removed in SOGo v6,...
Hi @matidau Would you mind sharing your plan?
Hi @jcamiel, Thanks for the reply. - How do i define when it should be true/false? For example: `skip: my_var=my_value`? - What if i need to skip for more cases...
Can we support `var == value` syntax in `skip:`? Just like Ansible `when:`. for example: ``` skip: {{ my_var }} == "abc" ```