Quote SMTP SIZE to avoid splitting keyword and parameter in EHLO response

main
Blaž Zupan 2 years ago
parent bbbed4d9ac
commit 56617bbe12

@ -288,7 +288,7 @@ mail {
{% endif %}
# Advertise real capabilities of backends (postfix/dovecot)
smtp_capabilities PIPELINING SIZE {{ MESSAGE_SIZE_LIMIT }} ETRN ENHANCEDSTATUSCODES 8BITMIME DSN;
smtp_capabilities PIPELINING "SIZE {{ MESSAGE_SIZE_LIMIT }}" ETRN ENHANCEDSTATUSCODES 8BITMIME DSN;
pop3_capabilities TOP UIDL RESP-CODES PIPELINING AUTH-RESP-CODE USER;
imap_capabilities IMAP4 IMAP4rev1 UIDPLUS SASL-IR LOGIN-REFERRALS ID ENABLE IDLE LITERAL+;

@ -0,0 +1 @@
Quote SMTP SIZE to avoid splitting keyword and parameter in EHLO response
Loading…
Cancel
Save