• Welcome to the Chevereto User Community!

    Here, users from all over the world come together to learn, share, and collaborate on everything related to Chevereto. It's a place to exchange ideas, ask questions, and help improve the software.

    Please keep in mind:

    • This community is user-driven. Always be polite and respectful to others.
    • Support development by purchasing a Chevereto license, which also gives you priority support.
    • Go further by joining the Community Subscription for even faster response times and to help sustain this space
  • Chevereto Support CLST

    Support response

    Support checklist

    • Got a Something went wrong message? Read this guide and provide the actual error. Do not skip this.
    • Confirm that the server meets the System Requirements
    • Check for any available Hotfix - your issue could be already reported/fixed
    • Read documentation - It will be required to Debug and understand Errors for a faster support response

配置电子邮件导致服务器504

slomoo

Chevereto Member
🎯问题说明

[配置电子邮件出错]

▶Re复制步骤
  1. [仪表盘->设置->电子邮件]
  2. [将邮件发送方式改为SMTP,并填写相关配置项]
😢意外结果

[点击保存,请求了好长时间,最后超时,服务器报504]

📃错误日志信息

[*651323 upstream timed out (110: Connection timed out) while reading response header from upstream, client: 219.144.254.150, server: tu.slomoo.cn, request: "POST /dashboard/settings/email HTTP/1.1", upstream: "fastcgi://127.0.0.1:9000", host: "tu.slomoo.cn", referrer: "https://tu.slomoo.cn/dashboard/settings/email"]
 
The server is telling you that it is unable to reach the mail server. Chevereto is not your server, it is an application that runs on top of your server.

You need to check why your server is taking too long to reach the target mail sever. Could be a network jam, maybe a wrong certificate, or plain and simple block.

P.S. Try to keep your messages in English.
 
I have configured Alibaba cloud's email server. Why can't I send it? My Alibaba cloud email server can send emails normally.

SERVER -> CLIENT: 220 smtp.aliyun-inc.com MX AliMail Server(127.0.0.1)

CLIENT -> SERVER: EHLO tu.slomoo.cn

SERVER -> CLIENT: 250-smtp.aliyun-inc.com
250-8BITMIME
250-AUTH=PLAIN LOGIN XALIOAUTH
250-AUTH PLAIN LOGIN XALIOAUTH
250-PIPELINING
250 DSN

CLIENT -> SERVER: AUTH LOGIN

SERVER -> CLIENT: 334 dXNlcm5hbWU6

CLIENT -> SERVER:

Port 25 timeout port 465 can be linked, but the mail cannot be received.

Thank you!!!
 
Last edited:
The system is telling you already what is going on. Why your server is failing to connect is not something that I can answer. Chevereto assumes that your server is capable to connect to where you point to, and it throws you the responses as is.

The problem is on the server layer not in the software. There's nothing in the software that you can tweak to get that working besides from picking the right port and use the right credentials.

How you machine connect to other machines is not something controlled by Chevereto.
 
Back
Top