GithubHelp home page GithubHelp logo

Comments (6)

agittins avatar agittins commented on July 30, 2024

I ve setup the POP3 connection with success in thunderbird already.

This means that you have an outlook problem, rather than a docker-mailserver problem. You might be better off trying an outlook support area instead, but you'll at least need to provide some detail re error messages etc - and which of the 65535 ports you actually tried, and what error(s) you got on each one.

any easy way to sync the sent mails through webmail, thunderbird and outlook at the same time.

This is exactly what the IMAP protocol is for. The idea is to have all your emails (and their status - read, flagged etc) stored on the server, and each client uses imap to display them. It really is the best way to go for having multiple clients.

from docker-mailserver.

zafphire avatar zafphire commented on July 30, 2024

Thanks a lot for the quick response,

I just tried once more with the given ports for imap 143 for incoming with starttls and port 25 for outcoming with none/starttls/auto and the error page is the same:
We couldn't connect to the outgoing (SMTP) server. None of the authentication methods supported by Outlook are supported by your server. For more information, contact your email administrator.

from docker-mailserver.

agittins avatar agittins commented on July 30, 2024

Ahh. So it sounds like the imap part is probably OK, but the SMTP for sending is having trouble. Lots of ISPs these days block port 25 for clients to reduce the ability for viruses to send spam. Did your thunderbird setup use different SMTP settings, or is it on a different network?

Port 587 is the one to use for SMTP (outgoing), and I think you should be able to enable STARTTLS on it.

from docker-mailserver.

zafphire avatar zafphire commented on July 30, 2024

To be honest i cannot make it work with outlook. With 587 as port with STARTTLS the message is:
Please check your email address and password and try again.

However with the port 25 for smtp i have succeded to make it work with thunderbird and windows mail too.

I am not able to understand the nature of this error.

It will be very helpful if you find a workaround but if you cant spend more time on that thank you for the support.

from docker-mailserver.

zafphire avatar zafphire commented on July 30, 2024

Solved!!
Thanks a lot for your help.. Probably it was a rookie mistake.
I followed this post and problem solved:
https://support.kerioconnect.gfi.com/hc/en-us/articles/360015188060--Log-onto-incoming-mail-server-IMAP-failed-When-Setting-up-IMAP-Account-in-Outlook

The POP works right but in smtp there is a message
Send test email message: Cannot send the message. Verify the email address in your account properties. The server responded: 501 5.5.4 Invalid FROM: Unexpected whitespace before path

The line submission_client_workarounds = whitespace-before-path is required in configuration of dovecot submission for Microsoft outlook to work properly. I was getting the following error in Microsoft outlook 2016 before setting this variable :

Sending reported error (0x800CCC78): Cannot send the message. Verify the e-mail address in your account properties. The server responded: 501 5.5.4 Invalid FROM: Unexpected whitespace before path

from docker-mailserver.

agittins avatar agittins commented on July 30, 2024

Awesome, glad you got it sorted!

from docker-mailserver.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.