Defect #25429
closedMail error
0%
Description
Configured mail with SMTP authorization. When registering users, everything comes to them on the mail, when creating a new task and there are no emails - in the logs error
2017-03-24 18:51:16 SMTP data timeout (message abandoned) on connection from (deathstar.name) [176.9.110.4] F = <redmine@deathstar.name>
2017-03-24 18:55:45 SMTP data timeout (message abandoned) on connection from (localhost.localdomain) [176.9.110.4] F = <redmine@deathstar.name>
How to fix the problem?
Updated by Vladimir Maklakov almost 8 years ago
production:
email_delivery:
delivery_method: :smtp
smtp_settings:
enable_starttls_auto: true
address: "mail.deathstar.name"
port: '465'
domain: "deathstar.name"
authentication: :login
user_name: "redmine@deathstar.name"
password: "pass"
Updated by Toshi MARUYAMA almost 8 years ago
- Status changed from New to Closed
- Resolution set to Invalid
Please use forum for question.