David Duque

Results 14 issues of David Duque

> **Note:** This doesn't apply to pre-built binaries from the Releases page! Since Node.JS `12.10.0`, I've been unable to build a working x86 version of minimally complex programs compiled with...

Fixes an issue where certain endpoints would be processed as `pandas` when in fact the user asked for `json`. _(This looks like something that resulted from accidental copy-pasting)_

Right now you can create an user, let's say `[email protected]` and also create an alias `[email protected]` (and vice-versa). **Reproduction:** - Create an user via the Users control panel. Let's call...

This commit was cherry-picked from a fork of mine, it might be useful for some folks - specifically those who are relying on Dynamic DNS where the TTL of 1...

**Closes #47** There's still a glitch where the mailbox directories aren't being created as they should (might be a directory permission issue). This is exclusive to Jammy from what I...

Ubuntu 22.04 (codename Jammy Jellyfish) is expected to be out [on the 21st April](https://discourse.ubuntu.com/t/jammy-jellyfish-release-schedule/23906) - a month from today. ### The bad news Ubuntu 22.04 ships with PHP 8.1, which...

Feature

# :mount_fuji: This is an epic milestone. Right now, Mail-in-a-Box (and by extension, this fork) is shipped as a monolithic package. This caters well to ~90% of the use cases,...

This is a deeper refactor on the admin panel. The main goals of this PR are: - Get rid of dead code; - Modernize all the code so that it...

99% of the cases you don't need to backup the private key, since you can just generate it again and issue fresh new certificates with it via Let's Encrypt. The...

Feature

God help me, this took a big, big while to figure out So a technical TL;DR on this: SQLite has a few logging modes, among them **wal** (Write-Ahead-Log) and **delete**...

Bug
Critical