בניתי את ה-discourse, הפעלתי את אימייל החשבון, למה אני עדיין מקבל מיילים חוזרים ונשנים של אימות חשבון כל כמה דקות? איך מגדירים כדי לפתור את הבאג הזה

עדיין לא עובד, איך מגדירים SSL של דיסקוס כדי לאפשר אותו?

הדואר תומך ב-SSL

מדוע SSL לא מצליח להתחבר?

לא עובר?

Your authentication setup is correct, and the mail you’re receiving is the same job, over and over again.

Discourse gets through the whole mail sending process but after receiving an unknown response code it aborts, thinking the mail send failed.

But the mail server actually did accept the mail!

Since Discourse didn’t realise the send was actually successful, it reschedules the job over and over.

2 לייקים

החלפתי אימייל, הגדרתי START_TLS true
זה תקין!!!
אבל אסור DISCOURSE_SMTP_ENABLE_START_TLS: false
ללכת ב-SSL בדיקת שליחת מייל לא עובדת, למה? איך מגדירים את Discourse להפעיל SSL

עבור פורט 587 עליך להשתמש ב-STARTTLS

2 לייקים

אבל אסור DISCOURSE_SMTP_ENABLE_START_TLS: false

פורט 465, דרך SSL, בדיקת שליחת מייל נכשלה, למה? איך להגדיר את Discourse להפעיל SSL?

Your configuration in this post, if it’s the same one that generated this traceback, is correct. Use that one (port 587, and STARTTLS).

Port 587 is for TLS encryption negotiated after the initial connection (STARTTLS), whereas
Port 465 is for TLS encryption at connect time (SSL/TLS).

But many providers (correctly) block port 465 because of historical reasons, so 587 is recommended.

לייק 1

DISCOURSE_SMTP_PORT: 587

DISCOURSE_SMTP_ENABLE_START_TLS: true

This configuration problem still cannot be solved :thinking:

Let’s still use port 587, port 465 has many issues