Giter VIP home page Giter VIP logo

Comments (17)

freescout-help avatar freescout-help commented on July 19, 2024

Does it happen all the time or from time to time?

from freescout.

Gawrisch avatar Gawrisch commented on July 19, 2024

unfortunately the error exists since more than one week.

from freescout.

freescout-help avatar freescout-help commented on July 19, 2024

https://github.com/freescout-helpdesk/freescout/wiki/Fetching-Emails#troubleshooting-fetching

from freescout.

Gawrisch avatar Gawrisch commented on July 19, 2024

Following error-message in the logs.
We are not using M365. We are using Exchange on prem. All other accounts work.

Checked the troubleshooting-fetching FAQ, but still :

Date | Event | Error | Mailbox -- | -- | -- | -- Juni 17, 15:35:02 | Fehler beim Empfangen der E-Mail | Error: connection setup failed; File: /www/html/vendor/webklex/php-imap/src/Client.php (391) | Calenso HelpDesk

from freescout.

freescout-help avatar freescout-help commented on July 19, 2024

Did it work before?

The only way to investigate it is for someone to check on your server or you can create a temporary mail account and send to [email protected]

from freescout.

Gawrisch avatar Gawrisch commented on July 19, 2024

Yes, it worked since February and without any change it stopped working. I checked again all Exchange settings.

from freescout.

freescout-help avatar freescout-help commented on July 19, 2024

Try to change lines 366-370 in /vendor/webklex/php-imap/src/Client.php to:

        } catch (ErrorException $e) {
            throw new ConnectionFailedException("connection setup failed - ".$e->getMessage(), 0, $e);
        } catch (Exceptions\RuntimeException $e) {
            throw new ConnectionFailedException("connection setup failed - ".$e->getMessage(), 0, $e);
        }

After that try to fetch emails again and you should get more detailed error message (post it here).

from freescout.

freescout-help avatar freescout-help commented on July 19, 2024

Here is the updated /vendor/webklex/php-imap/src/Client.php file, try it to get more detailed error messages:
Client.zip

from freescout.

Gawrisch avatar Gawrisch commented on July 19, 2024

Which one of these ?

/assets/install/vendor/symfony/http-kernel/Client.php
/assets/install/vendor/webklex/php-imap/src/Client.php
/assets/install/vendor/webklex/laravel-imap/src/IMAP/Facades/Client.php
/assets/install/overrides/webklex/laravel-imap/src/IMAP/Client.php
/assets/install/overrides/guzzlehttp/guzzle/src/Client.php
/www/html/vendor/symfony/http-kernel/Client.php
/www/html/vendor/webklex/php-imap/src/Client.php
/www/html/vendor/webklex/laravel-imap/src/IMAP/Facades/Client.php
/www/html/overrides/webklex/laravel-imap/src/IMAP/Client.php
/www/html/overrides/guzzlehttp/guzzle/src/Client.php

from freescout.

freescout-help avatar freescout-help commented on July 19, 2024

/www/html/vendor/webklex/php-imap/src/Client.php

Or you can simply update FreeScout to the latest version. It has already been published.

from freescout.

Gawrisch avatar Gawrisch commented on July 19, 2024

This made my troubleshooting much better. We deleted the account from our exchange server and re-added it. Now it works !
Great support ! Thank you so much.

from freescout.

freescout-help avatar freescout-help commented on July 19, 2024

Great. So what was the error message and what was the problem?

from freescout.

Gawrisch avatar Gawrisch commented on July 19, 2024

The error message was : Error: connection setup failed: Authentication failed; File: /www/html/vendor/webklex/php-imap/src/Client.php (391)

so I thought : if he is not able to authenticate and all other accounts have the same settings and work, it has something to do with the exchange-account. So, I deleted the user and account and re-added it. Workes as charm. Microsoft is doing strange things sometimes. :-)

from freescout.

jimmie-jam avatar jimmie-jam commented on July 19, 2024

I am having this exact same issue, but on a brand new instance of Freescout. I have never been able to get email fetching to work. The error is identical. I've tried a couple of different admin emails (admin emails that manage MS365). But nothing seems to work. all I see is this:
Error: connection setup failed: Authentication failed; File: /www/html/vendor/webklex/php-imap/src/Client.php (391)

which is pretty cryptic. I don't know. If all else works and IMAP and SMTP are allowed already on my chosen user email acccount, I am at a loss.

from freescout.

freescout-help avatar freescout-help commented on July 19, 2024

@jimmie-jam For MS365 you need to use modern oAuth IMAP authentication: https://github.com/freescout-help-desk/freescout/wiki/Connect-FreeScout-to-Microsoft-365-Exchange-via-oAuth

from freescout.

jimmie-jam avatar jimmie-jam commented on July 19, 2024

@jimmie-jam For MS365 you need to use modern oAuth IMAP authentication: https://github.com/freescout-help-desk/freescout/wiki/Connect-FreeScout-to-Microsoft-365-Exchange-via-oAuth

Thank you. My biggest issue with this is I don't know the location of the .env file to add the oAuth parameter, or enable debug to troubleshoot. I have asked for that location on another thread, but no one is answering that question.

from freescout.

freescout-help avatar freescout-help commented on July 19, 2024

There is no such thing as oAuth parameter in .env file. Simply follow the instruction above.

from freescout.

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.