@ -338,6 +338,7 @@ mail {
starttls on ly ;
starttls on ly ;
{% endif % }
{% endif % }
protocol imap ;
protocol imap ;
proxy_protocol on ;
imap_auth plain ;
imap_auth plain ;
auth_http_header Auth-Port 143 ;
auth_http_header Auth-Port 143 ;
}
}
@ -349,6 +350,7 @@ mail {
starttls on ly ;
starttls on ly ;
{% endif % }
{% endif % }
protocol pop3 ;
protocol pop3 ;
proxy_protocol on ;
pop3_auth plain ;
pop3_auth plain ;
auth_http_header Auth-Port 110 ;
auth_http_header Auth-Port 110 ;
}
}
@ -377,6 +379,7 @@ mail {
listen 993 ssl ;
listen 993 ssl ;
listen [::]:993 ssl ;
listen [::]:993 ssl ;
protocol imap ;
protocol imap ;
proxy_protocol on ;
imap_auth plain ;
imap_auth plain ;
auth_http_header Auth-Port 993 ;
auth_http_header Auth-Port 993 ;
}
}
@ -385,6 +388,7 @@ mail {
listen 995 ssl ;
listen 995 ssl ;
listen [::]:995 ssl ;
listen [::]:995 ssl ;
protocol pop3 ;
protocol pop3 ;
proxy_protocol on ;
pop3_auth plain ;
pop3_auth plain ;
auth_http_header Auth-Port 995 ;
auth_http_header Auth-Port 995 ;
}
}