Created attachment 231408 [details] git diff in mail/dma Implement a cronjob for flushing the mail queue periodically. Based on the comment in this mail: https://lists.freebsd.org/archives/freebsd-current/2022-January/001452.html Comments/suggestions are welcome also.
Created attachment 231481 [details] Draft update to the Handbook for dma
Comment on attachment 231481 [details] Draft update to the Handbook for dma This is a first draft of an update to the handbook for dma. It is not formatted properly as I don't know how to format for the handbook.
(In reply to bc979 from comment #2) I'll let people who know dma review for content first, then review for language and grammar. You may want to have a look at https://docs.freebsd.org/en/books/fdp-primer/ for markup syntax.
(In reply to bc979 from comment #2) Did you use the proper PR to file this attachment about the handbook? bug #261536 seems more appropriate.
Possibly not, but it seemed right at the time. Anyway it received a comment from PauAmma with the information on formatting it properly, so I am working on that at the moment.
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=f3c2313c5893bd9d17216ace83e131f0dfa8a660 commit f3c2313c5893bd9d17216ace83e131f0dfa8a660 Author: Ronald Klop <ronald-lists@klop.ws> AuthorDate: 2022-02-25 11:42:26 +0000 Commit: Renato Botelho <garga@FreeBSD.org> CommitDate: 2022-02-25 11:42:26 +0000 mail/dma: Implement cronjob to flush emails Add a new cronjob to flush emails every 30 minutes and change pkg-message to let users know about it. PR: 261532 Sponsored by: Rubicon Communications, LLC ("Netgate") mail/dma/Makefile | 6 ++++-- mail/dma/files/dma_cron.in (new) | 5 +++++ mail/dma/files/pkg-message.in | 6 ++---- mail/dma/pkg-plist | 1 + 4 files changed, 12 insertions(+), 6 deletions(-)