Project

General

Profile

Actions

Defect #37158

closed

SMTP authentication failed

Added by Thijs Thiessens almost 2 years ago. Updated almost 2 years ago.

Status:
Closed
Priority:
Normal
Assignee:
-
Category:
Email notifications
Target version:
-
Start date:
Due date:
% Done:

0%

Estimated time:
Resolution:
Invalid
Affected version:

Description

Hello all,

Sending notification has always worked for us but suddenly stopped working. The only thing that has changed is that our ISP stopped service TLS < 1.2 with smtp SSL

n-redmine | I, [2022-05-25T17:15:06.158707 #1] INFO -- : Completed 200 OK in 1455ms (Views: 444.9ms | ActiveRecord: 928.2ms)
redmine | E, [2022-05-25T17:15:07.195104 #1] ERROR -- : Email delivery error: 535 5.7.8 Error: authentication failed:
redmine |
redmine | I, [2022-05-25T17:15:07.195536 #1] INFO -- : Performed ActionMailer::DeliveryJob (Job ID: 7f01d079-8b20-4f4f-aef8-b034b54855f4) from Async(mailers) in 2505.75ms

Using openssl s_client -connect on the same host and same credentials:

220 submission10.mail.****.nl ESMTP
EHLO *
250-submission10.mail.
**
250-PIPELINING
250-SIZE 37033449
250-AUTH PLAIN LOGIN
250-AUTH=PLAIN LOGIN
250-ENHANCEDSTATUSCODES
250-8BITMIME
250 DSN
AUTH LOGIN
334 VXNlcm5hbWU6
a2FudG9vckBmaWpudGh1aXN6b3JnLm5s
334 UGFzc3dvcmQ6
V2FzdDN3cnllcmMu
235 2.7.0 Authentication successful

How can I debug or progress this issue further?

Actions

Also available in: Atom PDF