Fix support for Yandex on a custom domain #1337

This commit is contained in:
Ben Gotow 2019-02-10 17:02:11 -08:00
parent 8945c5188e
commit bf651e74ed
2 changed files with 5 additions and 2 deletions

View file

@ -1070,6 +1070,9 @@
"ssl": true
}]
},
"mx-match": [
"mx\\.yandex\\.net(\\.)?"
],
"domain-match": [
"yandex\\.ru",
"yandex\\.ua",

View file

@ -6428,10 +6428,10 @@
"imap_host": "imap.yandex.ru",
"imap_port": "993",
"imap_security": "SSL / TLS",
"imap_user_format": "email-without-domain",
"imap_user_format": "email",
"smtp_host": "smtp.yandex.ru",
"smtp_port": "465",
"smtp_security": "SSL / TLS",
"smtp_user_format": "email-without-domain"
"smtp_user_format": "email"
}
}