Remove cleanup service from submission ports

It does not work because of `smtpd_proxy_filter`
forwarding the message to filtermail
and we cleanup the message once
filtermail reinjects it on port 10025.
This commit is contained in:
link2xt
2025-03-08 02:46:34 +00:00
committed by l
parent fe749159e4
commit 76d7e60018
2 changed files with 3 additions and 2 deletions

View File

@@ -2,6 +2,9 @@
## untagged
- Remove cleanup service from submission ports
([#512](https://github.com/chatmail/server/pull/512))
- cmdeploy dovecot: delete big messages after 7 days
([#504](https://github.com/chatmail/server/pull/504))