iRedMail
iRedMail
Run `nginx -t` to make sure Nginx config files are correct.
Dear all, Did you try our NEW dockerized edition here? Still in alpha testing stage, want to collect more feedbacks. https://hub.docker.com/r/iredmail/test-mariadb
We're facing the same issue. We'd like to add few sample values in the parameter description to guide users how to use the parameter, it's not good to use just...
Cool. So you're starting working on it now?
目前是在实际长期运行的程序里使用了 slog,通过观察程序的实际表现发现的这个问题。 暂时还没有时间去整理复现此问题的代码,但我猜测简单地将 rotate 间隔缩短到例如一分钟,再手动触发一些 log 操作让它记录一些内容,足以重现这个问题。
实际生产环境:设置了备份间隔为1星期,再加上 rotate backup 为 20(保留20个 rotate 之后的log文件),但实际有且只有一个 rotate 后的 log 文件。
I got panic with same bug, triggered by `FromQuery()`: ``` sd := db. Select(...). From(...). Where(...) db.Insert(...).FromQuery(sd).Executor().Exec() ``` Reported error: ``` incompatible dialects for INSERT ("default") and SELECT ("default") ```
> These 3-letter codes are pretty cryptic TBH. Agree. But since this library is all about milter, and "EOH", "EOM" are used by milter doc, it should be clear enough...
- #24 adds `Close()` method - If i understand correctly, only one command / method left: `Data()`
Can we backport it to Debian 9? Also Ubuntu 20.04? by the way, the main purpose of a PPA is always keep the package up to date. The package in...