|
|
@ -193,6 +193,11 @@ mail {
|
|
|
|
ssl_session_cache shared:SSLMAIL:50m;
|
|
|
|
ssl_session_cache shared:SSLMAIL:50m;
|
|
|
|
{% endif %}
|
|
|
|
{% endif %}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# Advertise real capabilites of backends (postfix/dovecot)
|
|
|
|
|
|
|
|
smtp_capabilities PIPELINING SIZE {{ MESSAGE_SIZE_LIMIT }} ETRN ENHANCEDSTATUSCODES 8BITMIME DSN CHUNKING;
|
|
|
|
|
|
|
|
pop3_capabilities TOP UIDL RESP-CODES PIPELINING AUTH-RESP-CODE USER;
|
|
|
|
|
|
|
|
imap_capabilities IMAP4 IMAP4rev1 UIDPLUS SASL-IR LOGIN-REFERRALS ID ENABLE IDLE LITERAL+;
|
|
|
|
|
|
|
|
|
|
|
|
# Default SMTP server for the webmail (no encryption, but authentication)
|
|
|
|
# Default SMTP server for the webmail (no encryption, but authentication)
|
|
|
|
server {
|
|
|
|
server {
|
|
|
|
listen 10025;
|
|
|
|
listen 10025;
|
|
|
|