From 76d7e6001802a7b6097d761a1a9fb097990929ad Mon Sep 17 00:00:00 2001 From: link2xt Date: Sat, 8 Mar 2025 02:46:34 +0000 Subject: [PATCH] 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. --- CHANGELOG.md | 3 +++ cmdeploy/src/cmdeploy/postfix/master.cf.j2 | 2 -- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 78dc26f0..d0073e86 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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)) diff --git a/cmdeploy/src/cmdeploy/postfix/master.cf.j2 b/cmdeploy/src/cmdeploy/postfix/master.cf.j2 index c8c84115..494cd0ce 100644 --- a/cmdeploy/src/cmdeploy/postfix/master.cf.j2 +++ b/cmdeploy/src/cmdeploy/postfix/master.cf.j2 @@ -32,7 +32,6 @@ submission inet n - y - 5000 smtpd -o milter_macro_daemon_name=ORIGINATING -o smtpd_client_connection_count_limit=1000 -o smtpd_proxy_filter=127.0.0.1:{{ config.filtermail_smtp_port }} - -o cleanup_service_name=authclean smtps inet n - y - 5000 smtpd -o syslog_name=postfix/smtps -o smtpd_tls_wrappermode=yes @@ -50,7 +49,6 @@ smtps inet n - y - 5000 smtpd -o smtpd_client_connection_count_limit=1000 -o milter_macro_daemon_name=ORIGINATING -o smtpd_proxy_filter=127.0.0.1:{{ config.filtermail_smtp_port }} - -o cleanup_service_name=authclean #628 inet n - y - - qmqpd pickup unix n - y 60 1 pickup cleanup unix n - y - 0 cleanup