From 8cadf51387cb3ccc876c4312c0bf0b2a87f30948 Mon Sep 17 00:00:00 2001 From: holger krekel Date: Mon, 20 Oct 2025 09:54:31 +0200 Subject: [PATCH] prefix new commands --- chatmaild/pyproject.toml | 4 ++-- cmdeploy/src/cmdeploy/dovecot/expunge.cron.j2 | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/chatmaild/pyproject.toml b/chatmaild/pyproject.toml index d3056da8..e464581e 100644 --- a/chatmaild/pyproject.toml +++ b/chatmaild/pyproject.toml @@ -27,8 +27,8 @@ chatmail-metadata = "chatmaild.metadata:main" filtermail = "chatmaild.filtermail:main" echobot = "chatmaild.echo:main" chatmail-metrics = "chatmaild.metrics:main" -expire = "chatmaild.expire:main" -fsreport = "chatmaild.fsreport:main" +chatmail-expire = "chatmaild.expire:main" +chatmail-fsreport = "chatmaild.fsreport:main" lastlogin = "chatmaild.lastlogin:main" turnserver = "chatmaild.turnserver:main" diff --git a/cmdeploy/src/cmdeploy/dovecot/expunge.cron.j2 b/cmdeploy/src/cmdeploy/dovecot/expunge.cron.j2 index 0b2821ba..538251a3 100644 --- a/cmdeploy/src/cmdeploy/dovecot/expunge.cron.j2 +++ b/cmdeploy/src/cmdeploy/dovecot/expunge.cron.j2 @@ -1,2 +1,2 @@ # expire mailboxes, old and large messages -2 0 * * * vmail /usr/local/lib/chatmaild/venv/bin/expire /usr/local/lib/chatmaild/chatmail.ini {config.mailboxes_dir} --remove +2 0 * * * vmail /usr/local/lib/chatmaild/venv/bin/chatmail-expire /usr/local/lib/chatmaild/chatmail.ini {config.mailboxes_dir} --remove