Coder Social home page Coder Social logo

Comments (3)

InToSSH avatar InToSSH commented on July 30, 2024

It looks like you just opened this URL in your browser, this will not work and it will produce 500 error code as the request is supposed to be a POST request, not GET request. In the body of the POST request you have to have a XML with your request, like email address, which should look like this:

<Autodiscover xmlns="http://schemas.microsoft.com/exchange/autodiscover/outlook/requestschema/2006">
    <Request>
      <EMailAddress>[email protected]</EMailAddress>
      <AcceptableResponseSchema>
         http://schemas.microsoft.com/exchange/autodiscover/outlook/responseschema/2006a
       </AcceptableResponseSchema>
    </Request>
  </Autodiscover>

You can simulate this by using Postman for example, or of couse by using the built-in automx-test command.

from automx.

gianks avatar gianks commented on July 30, 2024

Hi, i have the same problem with autoconfig using automx-test:

`
$ automx-test [email protected]

Testing Autoconfig ...
Connecting to http://autoconfig.XXX.it/mail/[email protected] ...

HTTP/1.1 500 Internal Server Error
Server: nginx/1.14.2
Date: Sat, 13 Jul 2019 13:32:21 GMT
Content-Type: text/xml
Content-Length: 0
Connection: keep-alive
Trying fallback URL ...
Connecting to http://XXX.it/.well-known/autoconfig/mail/[email protected] ...
`

How can i debug the real cause? There are no interesting info in the nginx error log.
Thanks

from automx.

variablenix avatar variablenix commented on July 30, 2024

Looks like it may be a misconfiguration with Nginx. Check what automx.log is reporting wherever you specified the location in automx.conf.

from automx.

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.