IMAP server is not reachable

"imap server is not reachable" message received when trying to access protonmail from nextcloud using either Auto or Manual selection. Using suggested settings: IMAP Host 127.0.0.1 and Port 1143; SMTP Host 127.0.0.1 port 1025. Both using STARTTLS. Any idea of how to fix?
Thanks!

1 Reply

The standard IMAP ports are:

  • 993 for imaps (IMAP over TLS); and
  • 143 for imap.

Are you sure your nextcloud settings are correct?

Also, if nextcloud doesn't live on the same machine as the IMAP server, then you need to use a different IP address (not 127.0.0.1…aka localhost) as well.

-- sw

Reply

Please enter an answer
Tips:

You can mention users to notify them: @username

You can use Markdown to format your question. For more examples see the Markdown Cheatsheet.

> I’m a blockquote.

I’m a blockquote.

[I'm a link] (https://www.google.com)

I'm a link

**I am bold** I am bold

*I am italicized* I am italicized

Community Code of Conduct