Package Details: dma 0.14-5

Git Clone URL: https://aur.archlinux.org/dma.git (read-only, click to copy)
Package Base: dma
Description: DragonFly BSD mail transport agent
Upstream URL: https://github.com/corecode/dma
Licenses: BSD-3-Clause
Conflicts: smtp-forwarder
Provides: smtp-forwarder
Submitter: arojas
Maintainer: cyyynthia
Last Packager: cyyynthia
Votes: 2
Popularity: 0.43
First Submitted: 2026-04-06 11:56 (UTC)
Last Updated: 2026-08-11 14:25 (UTC)

Dependencies (5)

Required by (967)

Sources (2)

Latest Comments

cyyynthia commented on 2026-08-02 14:02 (UTC)

I've tweaked the package to more closely match what upstream does in its Makefile. 0.14-5 should fix that mbox creation issue, that I'll push once the AUR lets me (currently down for maintenance).

jw0 commented on 2026-08-01 17:09 (UTC)

Since the recent upgrade to 0.14-4, I get the following error:

aug 01 19:07:06 my-pc dma[3720325]: <root> trying delivery aug 01 19:07:06 my-pc dma-mbox-create[3735966]: creating mbox for root' aug 01 19:07:06 my-pc dma-mbox-create[3735966]: successfully created mbox forroot' aug 01 19:07:06 my-pc dma[3720325]: local delivery deferred: can not create `/var/mail/root'

/var/mail/root does exist. Any ideas?

All of /etc/dma is owned by root:root.

dviktor commented on 2026-07-26 11:55 (UTC)

Worked just fine, thank you a lot!

cyyynthia commented on 2026-07-25 08:34 (UTC)

Apologies for the delay, I didn't receive the notification email, and I wasn't experiencing that bug; it seems like this is an artefact from previous versions that chown'd files unexpectedly.

I released 0.14-4, let me know if you're still experiencing issues!

dviktor commented on 2026-07-15 18:02 (UTC)

After updating to 0.14-2 dma can no longer flush its queue:

dma: can not open auth file `/etc/dma/auth.conf': Permission denied

though access mode wasn't touched:

# ls -lha /etc/dma/
total 16K
drwxr-xr-x  2 root root 4.0K Jul 15 19:55 .
drwxr-xr-x 76 root root 4.0K Jul 15 20:50 ..
-rw-r-----  1 root mail  227 May 15  2023 auth.conf
-rw-r--r--  1 root mail 2.4K May 15  2023 dma.conf

Seems like transition to tmpfiles broke something...