Skip to content

Commit 8d5365d

Browse files
committed
postfix: accept whole mail before passing it to filtermail
upstream: chatmail/relay#673
1 parent 7b2ba75 commit 8d5365d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

templates/default/master.cf.erb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ submission inet n - y - 5000 smtpd
3131
-o smtpd_relay_restrictions=permit_sasl_authenticated,reject
3232
-o milter_macro_daemon_name=ORIGINATING
3333
-o smtpd_client_connection_count_limit=1000
34+
-o smtpd_proxy_options=speed_adjust
3435
-o smtpd_proxy_filter=127.0.0.1:10080
3536
smtps inet n - y - 5000 smtpd
3637
-o syslog_name=postfix/smtps
@@ -48,6 +49,7 @@ smtps inet n - y - 5000 smtpd
4849
-o smtpd_relay_restrictions=permit_sasl_authenticated,reject
4950
-o smtpd_client_connection_count_limit=1000
5051
-o milter_macro_daemon_name=ORIGINATING
52+
-o smtpd_proxy_options=speed_adjust
5153
-o smtpd_proxy_filter=127.0.0.1:10080
5254
#628 inet n - y - - qmqpd
5355
pickup unix n - y 60 1 pickup

0 commit comments

Comments
 (0)