[Bug 274988] add cron.d/dma to periodically flush the queue
- In reply to: bugzilla-noreply_a_freebsd.org: "[Bug 274988] add cron.d/dma to periodically flush the queue"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 02 Dec 2023 19:53:27 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=274988 Mikko Lehto <mslehto@kapsi.fi> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |mslehto@kapsi.fi --- Comment #1 from Mikko Lehto <mslehto@kapsi.fi> --- Cron setup of file "/etc/cron.d/dma" by attachment 246214 works for me. > # freebsd-version -rku > 14.0-RELEASE > 14.0-RELEASE > 14.0-RELEASE-p1 My DMA spool in "/var/spool/dma" filled as I was troubleshooting mailer.conf(5) setup with line "sendmail /usr/libexec/dma -bq". ( Actual, and unrelated, initial problem was broken local file "/usr/local/etc/mail/mailer.conf" that caused calls to non existing sendmail by mailwrapper(8) via user crontab entry: "mailed 295 bytes of output but got status 0x0047" (/var/log/cron) 0x47 == 71 == sysexit.sh/EX_OSERR ) Thank you. -- You are receiving this mail because: You are the assignee for the bug.