Search Criteria
Package Details: mox 0.0.15-3
Package Actions
| Git Clone URL: | https://aur.archlinux.org/mox.git (read-only, click to copy) |
|---|---|
| Package Base: | mox |
| Description: | Modern full-featured open source secure mail server for low-maintenance self-hosted email |
| Upstream URL: | https://www.xmox.nl/ |
| Licenses: | MIT |
| Submitter: | daftaupe |
| Maintainer: | daftaupe |
| Last Packager: | daftaupe |
| Votes: | 4 |
| Popularity: | 0.017430 |
| First Submitted: | 2024-03-08 11:55 (UTC) |
| Last Updated: | 2025-10-17 13:37 (UTC) |
Dependencies (2)
- go (go-gitAUR, gcc-go-gitAUR, gcc-go-snapshotAUR, go-binAUR, goup-rsAUR, gcc-go) (make)
- npm (python-nodejs-wheelAUR, corepackerAUR) (make)
Latest Comments
daftaupe commented on 2025-10-17 13:38 (UTC)
Should be ok now. But actually a better way would be to get the mox.service from the sources directly and adapt it. But no time for that right now.
wansing commented on 2025-10-16 18:57 (UTC)
Could you add CAP_KILL to CapabilityBoundingSet= in mox.service? I just diff'ed it with the service file generated by "mox quickstart", and this was different.
daftaupe commented on 2025-10-05 11:23 (UTC)
@void09 it should be ok for other architectures now.
void09 commented on 2025-05-27 18:48 (UTC)
This builds fine on arm64, and considering archlinux is also available for x86 32bit and arm, even powerpc, would be nice to add more architectures to this package. Example PKGBUILD: https://pastebin.com/raw/aUyxNuFj
Fell commented on 2024-03-20 09:55 (UTC)
The configuration file is difficult because it is generated by the
mox quickstartcommand and seems to be hardcoded to use./configand./data.I think including post-install instructions about running
mox quickstart(and moving the generated files) would be a good first step. Maybe you could ask the maintainer about including an automated way to set it up with predetermined directories (maybe through environment variables?).Alternatively, you could generate a default mox.conf using example.org and ship that.
daftaupe commented on 2024-03-19 19:54 (UTC)
@Fell, thank you for the feedback, I just push a change to take into account your remarks about the mox.service.
Regarding the configuration file, I don't really know which file I should use as a default template. Any hint about that one ?
Let me know how it goes.
Fell commented on 2024-03-19 16:34 (UTC)
Thank you, I have been waiting for this. Seems to work well!
On my local install I added a systemd service file which is basically https://github.com/mjl-/mox/blob/main/mox.service with the following changes:
The
DataDirinmox.confshould be set to/var/moxIf you include a
mox.confand amox.servicethen this package should be pretty much complete.daftaupe commented on 2024-03-08 11:57 (UTC)
Hello folks, this is a WIP mox package, there is much left about initial config.