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