Skip to content

Commit

Permalink
edit rambler.ru: remove disfunctional backup server configs
Browse files Browse the repository at this point in the history
  • Loading branch information
WofWca committed Mar 21, 2024
1 parent a75b79d commit 2bcc6d6
Showing 1 changed file with 6 additions and 65 deletions.
71 changes: 6 additions & 65 deletions _providers/rambler.ru.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,75 +23,16 @@ server:
hostname: smtp.rambler.ru
port: 465
# Let's put `STARTTLS` below all the `SSL` ones.
# - type: imap
# socket: STARTTLS
# hostname: imap.rambler.ru
# port: 143

# The below ones are specified as "if the above ones don't work, try these".
# Source: https://help.rambler.ru/mail/mail-pochtovye-klienty/1275
# They also have TLS, but README in this repo here doesn't allow it.

# SSL
# This one's already specified above.
# - type: imap
# socket: SSL
# hostname: imap.rambler.ru
# port: 993
- type: imap
socket: SSL
hostname: imap.rambler.ru
port: 143

# This one's already specified above.
# - type: smtp
# socket: SSL
# hostname: smtp.rambler.ru
# port: 465
- type: smtp
socket: SSL
hostname: smtp.rambler.ru
port: 587
- type: smtp
socket: SSL
hostname: smtp.rambler.ru
port: 25
- type: smtp
socket: SSL
hostname: smtp.rambler.ru
port: 2525

# STARTTLS
- type: imap
socket: STARTTLS
hostname: imap.rambler.ru
port: 993
- type: imap
socket: STARTTLS
hostname: imap.rambler.ru
port: 143

- type: smtp
socket: STARTTLS
hostname: smtp.rambler.ru
port: 465
- type: smtp
socket: STARTTLS
hostname: smtp.rambler.ru
port: 587
- type: smtp
socket: STARTTLS
hostname: smtp.rambler.ru
port: 25
- type: smtp
socket: STARTTLS
hostname: smtp.rambler.ru
port: 2525

# https://help.rambler.ru/mail/mail-pochtovye-klienty/1275 also offers
# unencrypted connections to all the same hosts. Let's leave it for users
# to configure manually and not just automatically fall back to unencrypted
# if all encrypted fail.
# They also say "if the above ones don't work, try these":
# https://help.rambler.ru/mail/mail-pochtovye-klienty/1275
# But many of those don't appear to actually work right now,
# our CI fails.
#
# They also have TLS, but README in this repo here doesn't allow it.
before_login_hint: |
Чтобы войти в Рамблер/почта через Delta Chat, необходимо предварительно включить доступ с помощью почтовых клиентов на сайте mail.rambler.ru
last_checked: 2024-03
Expand Down

0 comments on commit 2bcc6d6

Please sign in to comment.