Bug 261532 - mail/dma: implement cronjob to flush the queue periodically
Summary: mail/dma: implement cronjob to flush the queue periodically
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Some People
Assignee: Renato Botelho
URL:
Keywords:
Depends on:
Blocks: 261534
  Show dependency treegraph
 
Reported: 2022-01-28 12:43 UTC by Ronald Klop
Modified: 2022-02-25 11:59 UTC (History)
5 users (show)

See Also:
bugzilla: maintainer-feedback? (garga)


Attachments
git diff in mail/dma (1.99 KB, patch)
2022-01-28 12:43 UTC, Ronald Klop
ronald-lists: maintainer-approval? (garga)
Details | Diff
Draft update to the Handbook for dma (6.57 KB, text/plain)
2022-02-01 03:13 UTC, bc979
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Ronald Klop 2022-01-28 12:43:26 UTC
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.
Comment 1 bc979 2022-02-01 03:13:56 UTC
Created attachment 231481 [details]
Draft update to the Handbook for dma
Comment 2 bc979 2022-02-01 03:15:15 UTC
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.
Comment 3 Pau Amma 2022-02-01 04:02:20 UTC
(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.
Comment 4 Ronald Klop 2022-02-01 09:20:57 UTC
(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.
Comment 5 bc979 2022-02-01 09:53:53 UTC
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.
Comment 6 commit-hook freebsd_committer freebsd_triage 2022-02-25 11:46:56 UTC
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(-)