Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove config for mail.telenor.dk #117

Merged
merged 1 commit into from
Jun 28, 2024
Merged

Remove config for mail.telenor.dk #117

merged 1 commit into from
Jun 28, 2024

Conversation

cketti
Copy link
Member

@cketti cketti commented May 30, 2024

It appears that most of the domains have been moved to mail.jubii.dk (see #115).

I extracted the list of domains from their email account signup page: https://jubii.dk/SignUp

I verified the server settings point to existing IMAP/POP3/SMTP services using:

openssl s_client -connect imap.jubii.dk:993 -crlf -verify_hostname imap.jubii.dk -ign_eof <<EOF
1 ID ("name" "autoconfig.test")
EOF
openssl s_client -connect imap.jubii.dk:995 -crlf -verify_hostname imap.jubii.dk -ign_eof <<EOF
CAPA
EOF
openssl s_client -connect smtp.jubii.dk:465 -crlf -verify_hostname smtp.jubii.dk -ign_eof <<EOF
EHLO autoconfig.test
EOF

Closes #115

Most of the domains have been moved to mail.jubii.dk
@cketti cketti requested a review from babolivier June 6, 2024 11:10
@babolivier
Copy link
Member

I ran a quick and dirty bash script to check the autoconfig file for each domain in the list. It looks like the only domains in this new file that don't have an autoconfig file (at autoconfig.$domain/mail/config-v1.1.xml) that show imap.jubii.dk as their incoming server are:

  • mail.jubii.dk
  • jubii.dk
  • jubiichat.dk

(all three are missing an autoconfig file entirely)

All other domains seem to already host valid autoconfig files. Should we not just remove these domains from ISPDB entirely instead?

@cketti
Copy link
Member Author

cketti commented Jun 27, 2024

As discussed out of band: The configs are currently missing the username element. They are available via HTTPS, but the certificate is not valid for the various autoconfig.* hosts.

Jubii is a brand of inbox.com. I've contacted the inbox.com support to let them know about the issues. Hopefully my message will make it to the correct team 🤞

My suggestion is to merge this now and remove the file again if/when they've fixed their Autoconfig installation.

@cketti cketti merged commit a0b1e0f into master Jun 28, 2024
1 check passed
@cketti cketti deleted the remove_mail.telenor.dk branch June 28, 2024 11:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Outdated config for Provider "mail.telenor.dk"
2 participants