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

Update settings for email.it #118

Merged
merged 1 commit into from
Jun 5, 2024
Merged

Update settings for email.it #118

merged 1 commit into from
Jun 5, 2024

Conversation

cketti
Copy link
Member

@cketti cketti commented May 30, 2024

It looks like the provider recently changed its business model and server settings. See https://www.email.it/welcome and https://www.email.it/faq.

I verified the server settings using:

openssl s_client -connect in.email.it:993 -crlf -verify_hostname in.email.it -ign_eof <<EOF
1 ID ("name" "autoconfig.test")
EOF
openssl s_client -connect pop.email.it:995 -crlf -verify_hostname pop.email.it -ign_eof <<EOF
CAPA
EOF
openssl s_client -connect out.email.it:465 -crlf -verify_hostname out.email.it -ign_eof <<EOF
EHLO autoconfig.test
EOF

Closes #116

Copy link
Member

@babolivier babolivier left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM otherwise.

ispdb/email.it.xml Outdated Show resolved Hide resolved
@cketti cketti force-pushed the update_email.it branch from ed86f84 to a91c799 Compare June 3, 2024 09:49
@cketti cketti merged commit c84760f into master Jun 5, 2024
1 check passed
@cketti cketti deleted the update_email.it branch June 5, 2024 10:31
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 "email.it"
2 participants