[Bug 281936] dma complains about stack overflow.

[email protected] Sun, 19 Jul 2026 04:32:35 +0000
Newsgroups gmane.os.freebsd.bugs
Message-ID <[email protected]/bugzilla/>
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=281936

--- Comment #3 from PaweÅ‚ Krawczyk <[email protected]> ---
The periodic sendmail -q runs also tend to accumulate huge (>100) amounts of
the "sendmail (dma)" processes dangling under maillnull user. I was able to
partly mitigate it using rctl(8)

rctl -a user:mailnull:maxproc:deny=10

This can be persisted in rctl.conf(5)

Why this happens, no idea, probably bug in dma.

-- 
You are receiving this mail because:
You are the assignee for the bug.