mirror of
https://github.com/chatmail/relay.git
synced 2026-05-16 14:08:57 +00:00
fixup after trying out on nine: don't remove large messages after 7 days if they are in the new/ folder (this is old behaviour)
and provide reporting about which mailbox is being scanned.
This commit is contained in:
@@ -161,9 +161,9 @@ def _install_remote_venv_with_chatmaild(config) -> None:
|
||||
systemd.service(
|
||||
name=f"Setup {basename}",
|
||||
service=basename,
|
||||
running=True,
|
||||
running=enabled,
|
||||
enabled=enabled,
|
||||
restarted=True,
|
||||
restarted=enabled,
|
||||
daemon_reload=True,
|
||||
)
|
||||
|
||||
|
||||
@@ -5,5 +5,5 @@ After=network.target
|
||||
[Service]
|
||||
Type=oneshot
|
||||
User=vmail
|
||||
ExecStart=/usr/local/lib/chatmaild/venv/bin/chatmail-expire /usr/local/lib/chatmaild/chatmail.ini --remove
|
||||
ExecStart=/usr/local/lib/chatmaild/venv/bin/chatmail-expire /usr/local/lib/chatmaild/chatmail.ini -v
|
||||
|
||||
|
||||
Reference in New Issue
Block a user