iRedMail

Results 24 issues of iRedMail

Dear all, We're working on a new and sustainable way to build Docker image for iRedMail, and here's our result so far: https://hub.docker.com/r/iredmail/test-mariadb - It uses almost same code as...

**Is your feature request related to a problem? Please describe.** No. **Describe the solution you'd like** We write comments in non-English, but software will be used by people speak only...

**System (please complete the following information):** - OS: `linux` - GO Version: `1.21.5` **Describe the bug** 内建的 rotate 机制: - 在设置了 max backup 为 90 的情况下,只有3个备份。 - rotate 之后,gzip 压缩的...

unconfirmed

Dear all, Is there a tag like `omitempty` in json package to ignore non-existing SQL columns and use zero value instead? For example ``` type MyTable struct { OTPEnabled bool...

gonja: Pure Golang engine for Jinja templates. https://github.com/NikolaLohinski/gonja I think it's a lot better than existing `django` (pongo2).

💡 Help wanted
🤔 Question
👍 Accepting PR

Dear @MioVisman The readme file mentions php 7.2+ is required, just a quick check, is php 7.0 (7.0.33) ok too since both are 7.x branch?

Dear all, After read the Sendmail Milter document, i think 2 interface methods are not clear enough and i suggest renaming them: - `Headers()` -> `EOH()` (End of Headers) -...

Dear @grosjo Do you have any plan to offer deb packages of latest fts-xapian for Debian 9/10 and Ubuntu 18.04/20.04? BTW, Debian 10 backports repo has dovecot-fts-xapian, but i don't...

I have an email with this `From:` header: ``` From: [List] My List ``` Since `[` and `]` are especials ([RFC 5322, section 3.2.3](https://datatracker.ietf.org/doc/html/rfc5322#section-3.2.3)), the value doesn't need to be...

bug
decoding

### Problem to solve We need to delete and re-create some SQL records frequently to make sure data clean, so we want to write deleting in a small `.hurl` file,...

enhancement