Giter Site home page Giter Site logo

Can't connect via SMTP about appstore HOT 5 CLOSED

nextcloud avatar nextcloud commented on August 27, 2024
Can't connect via SMTP

from appstore.

Comments (5)

adsworth avatar adsworth commented on August 27, 2024 1

that has tod o with the time of day and day of week, not intelligence. :)

from appstore.

adsworth avatar adsworth commented on August 27, 2024

are you sure that it's pulling those settings? It looks like it's trying to connect somewhere that isn't accepting connnections and:

[21:59 adi ~]$ telnet mx.nextcloud.com 587
Trying 88.198.160.131...
Connected to mx.nextcloud.com.
Escape character is '^]'.
220 nextcloud.com ESMTP Postfix (Debian/GNU)
QUIT
221 2.0.0 Bye
Connection closed by foreign host.

that works. So I think it's trying to connect somewhere else.

from appstore.

LukasReschke avatar LukasReschke commented on August 27, 2024

Interesting! I now looked at the stack trace a little bit more and it shows something contradicting:

2016-06-26_22-04-40

Just wondering why it eats the port but not the domain name … mhm … 

Sorry. I am an absolute Python newbie 😉

from appstore.

LukasReschke avatar LukasReschke commented on August 27, 2024

Ok. I'm officially stupid, when I entered the SMTP config I didn't notice that at the end of the default file another mail host was already defined.

Working now 🙈

from appstore.

BernhardPosselt avatar BernhardPosselt commented on August 27, 2024

Btw, got apache working using

<VirtualHost *:80>
WSGIDaemonProcess apps python-home=/opt/appstore/venv python-path=/opt/appstore
WSGIProcessGroup apps
WSGIScriptAlias / /opt/appstore/nextcloudappstore/wsgi.py


Alias /static/ /var/www/html/static/
Alias /schema/apps/info.xsd /opt/appstore/nextcloudappstore/core/api/v1/release/info.xsd

<Directory /opt/appstore/nextcloudappstore>
    <Files wsgi.py>
        Require all granted
    </Files>
</Directory>

<Directory /opt/appstore/nextcloudappstore/core/api/v1/release>
    <Files info.xsd>
        Require all granted
    </Files>
</Directory>

<Directory /var/www/html/static>
    Require all granted
    AllowOverride None
</Directory>

<Directory /var/www/html/media>
    Require all granted
    AllowOverride None
</Directory>
</VirtualHost>

All changes in python code now need to be reloaded by restarting (or maybe reloading) apache :)

from appstore.

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.