andreymal
andreymal
> The syntax is `unix:` + path, for example: `port: "unix:/run/ejabberd/ejabberd_http.socket"` If you're complaining about that double slash, I copied it from the official example https://web.archive.org/web/20250114033310/https://www.process-one.net/blog/ejabberd-23-10/#new-unixsocket-listener-option > What is that?...
My primary goal is to get the unix socket working, setting the base url is more of a “nice to have” to reduce duplication in the config, but this is...
Interesting, I see `Start accepting TCP connections at unix:/run/ejabberd/s2s.socket for ejabberd_s2s_in` in my log, but this file doesn't exist (but my version is 23.10, maybe this is fixed in newer...
At least my report doesn't require nginx/tor/systemd
> I see it emits a warning since several years ago: By the way, it emits a warning only if `register` is `true`, but since I used `register: false` instead,...
This appears to be a duplicate of https://github.com/ansible/ansible-lint/issues/3846 but it does happen on the latest version of ansible-lint The `ANSIBLE_LIBRARY=library` workaround works, but everything should also work without it
I suspect it would be better to simply implement CalDAV/iCalendar recurrence rules, which would not only implement all these features, but also ensure full compatibility with CalDAV clients without [weird...
Not directly related, but I find it similar enough to mention here — I want to attach multiple files to a single SQLite connection: ```python conn = await aiosqlite.connect("main.sqlite3") await...
@derStephan nextcloud AIO just hides all that ugly php crap inside a docker container Stalwart doesn't require docker at all ✨
@mdecimus by the way, the value for `report.analysis.addresses` is set only after the spam rules are updated ([crates/common/src/manager/boot.rs:306](https://github.com/stalwartlabs/mail-server/blob/4838e5faeda2e52d476a714ffcb60ce4f4d1e91b/crates/common/src/manager/boot.rs#L306)) So if `report.analysis.addresses` is manually cleared after the spam rules are updated,...