Date: Tue, 5 Nov 2024 21:35:35 +0100 From: Daniel Tameling <tamelingdaniel@gmail.com> To: questions@freebsd.org Subject: Re: dma: could not pick up queue file Message-ID: <ZyqBl1aCVJgTXq9G@mail.gmail.com> In-Reply-To: <dbd9d989-791e-4df3-99fa-250e8982d112@app.fastmail.com> References: <22042f18-4cbb-4f62-841b-fef4a7262899@app.fastmail.com> <1c49d4a22aefd22541a526d387912eb3@dalescott.net> <20241031225337.288E8A4F1F81@ary.qy> <c3f2a459-5d9a-4ddf-acaf-9677bc252c5e@app.fastmail.com> <382f9b53-0d5e-0fd3-5d9f-9d1a8954dd5b@iecc.com> <e8f0f723-3aea-4f89-8f8f-f40def956d3c@app.fastmail.com> <00907865-86c5-4fb4-bc3f-0c795de2f6fc@taugh.com> <ded5daf2-488a-43e6-b06b-de25bc7bb67b@app.fastmail.com> <Zyc1MQPsW0wqcu-D@mail.gmail.com> <dbd9d989-791e-4df3-99fa-250e8982d112@app.fastmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Sun, Nov 03, 2024 at 08:58:21AM -0500, Dan Langille wrote:
>
> Based on that, I'll add this to /etc/periodic.conf:
>
> # disable queuerun_enable to avoid conflict with dma
> daily_queuerun_enable="NO"
>
> That comment is just to remind me what it's for.
>
> Now it's just a matter of time. If there are no more incidents, I say you've solved it. Let's give it a few weeks.
>
> Thank you. Good job. :)
Thanks. If something is running automatically that isn't started by cron, periodic is always a good candidate.
Btw.: there still is a dma port and its pkg-message says:
And you can disable some sendmail specific daily maintenance routines in your
/etc/periodic.conf file:
daily_clean_hoststat_enable="NO"
daily_status_mail_rejects_enable="NO"
daily_status_include_submit_mailq="NO"
daily_submit_queuerun="NO"
The last one almost looks like what you set. The man page says:
daily_queuerun_enable
(bool) Set to "YES" if you want to manually run the mail queue
at least once a day.
daily_submit_queuerun
(bool) Set to "YES" if you also want to manually run the submit
mail queue at least once a day when daily_queuerun_enable is
set to "YES".
So it looks like you found the parent of daily_submit_queuerun.
Hopefully that fixes the issue.
Best regards,
Daniel
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?ZyqBl1aCVJgTXq9G>
